body{
 margin:0;
 padding:0;
 background-color:#DFE7EE;
 width:100%;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:11px;
}

#top{
 width:990px;
 margin:0px auto;
 text-align:left;
}


#page{
 width:990px;
 background-color:#FFFFFF;
 position:relative;
}

h2{
 font-size:16px;
 color:#515E42;
 padding-bottom:5px;
 background:url(../images/header2_background_green.jpg);
 background-position:25px 18px;
 background-repeat:repeat-x;
}

h2.cyan_style{
 color:#306FCD;
 background-image:url(../images/header2_background_cyan.jpg);
}

h3{
 font-size:12px;
 color:#9F5000;;
}

h3.cyan_style{
 color:#306FCD;
}

h4{
 font-size:11px;
 color:#9F5000;;
 margin-bottom:3px;
}

.datatable{
	border-left: 1px solid #306FCD;
}

.datatable th{
	border-top: 1px solid #306FCD;
	border-bottom: 1px solid #306FCD;
	padding: 1px;
	color:#002784;
	background-color:#F3F8FC;
}

.datatable td{
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #306FCD;
	border-right: 1px solid #306FCD;
}

.bold_red, .title{
	scolor: #983F41;
	font-weight: bold;
}

.navbar, .navbar a {
 font-size: 12px;
 font-family: Arial, Helvetica, sans-serif;
 color: #37627B;
 font-weight: 500;
 text-decoration:none;
}

.menubar, .menubar a{
 font-size: 12px;
 font-family: Arial, Helvetica, sans-serif;
 color:#515E42;
 font-weight: 600;
 text-decoration:none;
 margin-right:20px;
}

.menubar a:hover{
 color:#ECF1E7;
 text-decoration:none;
}

.menu_top a {
	color: #37627B;
	margin: 0px 10px 0px 10px;
}

.menu_top input{
	font-size:10px;
	margin-left:0px;
	background-color:#F5F5F5;
	height:12px;
	width:100px;
	margin-bottom: -7px;
	#margin-bottom: 1px;
	padding:0px 0px 1px 0px;
	border:1px solid #C4C4C4;
}

a{
 text-decoration:none;
 color:#B58520;
}

a:hover {
 text-decoration:underline;
}

#content{
 padding:10px;
}

SPAN.error{
color:#FF3300;
font-weight: bold;
}

/*---------------------------- buttons --------------------------------*/

 .button{
  background-image:url(../images/03_menu_button.jpg);
  height:23px;
  padding-top: 5px;
  padding-left: 30px;
  vertical-align:bottom;
  background-repeat:no-repeat;
  cursor:pointer;
  text-decoration:none;
  font-family:arial, helvetica, sans serif;
  font-size:11px;
  font-weight:bold;
  font-size-adjust:0.5;
  font-stretch:expanded;
  font-style:normal;
  color:#A25303;
 }
 
 .button_over{
  background-image:url(../images/03_menu_button_f2.jpg);
  padding-left: 70px;
  
  height:23px;
  padding-top: 5px;
  vertical-align:bottom;
  background-repeat:no-repeat;
  cursor:pointer;
  text-decoration:none;
  font-family:arial, helvetica, sans serif;
  font-size:11px;
  font-weight:bold;
  font-size-adjust:0.5;
  font-stretch:expanded;
  font-style:normal;
  color:#A25303;
 }
 
 .section{
  background-image:url(../images/01_menu_top.jpg);
  height:18px;
  padding-top: 5px;
  padding-left: 7px;
  vertical-align:bottom;
  background-repeat:no-repeat;
  cursor:pointer;
  text-decoration:none;
  font-family:arial, helvetica, sans serif;
  font-size:13px;
  font-weight:bold;
  font-size-adjust:0.6;
  font-stretch:expanded;
  font-style:normal;
  color:#A25303;
 }
 
 .section_over{
  color:white;
  
  background-image:url(../images/01_menu_top.jpg);
  height:18px;
  padding-top: 5px;
  padding-left: 7px;
  vertical-align:bottom;
  background-repeat:no-repeat;
  cursor:pointer;
  text-decoration:none;
  font-family:arial, helvetica, sans serif;
  font-size:13px;
  font-weight:bold;
  font-size-adjust:0.6;
  font-stretch:expanded;
  font-style:normal;
 }
 

/*---------------------------- box --------------------------------*/

 .box{
  border: 1px solid #D1DFED;
  background-color: #F2F5F9;
  display:block;
  padding: 5px;
 }
 
 .title{
  padding-bottom:7px;
  color:#9F5000;
 }
 
 .box img{
  float:left;
  margin-right:5px;
  display:block;
 }
 
 .content{
  overflow:auto;
 }
 
 .dettagli{
  text-align:right;
  clear:both;
  font-size:11px;
  border-top:1px dashed #D1DFED;
  margin-top:20px;
  padding-top:3px;
 }

#footer{
 background-color: #bdcddd;
}
