/*generic CSS*/

html, body{
	font-family: Verdana,Tahoma,Arial,sans-serif;
	color:#555;
	font-size:12px;
	margin:0px;
	padding:0px;
	background: #06638A;

}

/* MeshCMS: a trick to avoid TinyMCE to apply these values. */
#realbody {
	text-align:center;
	margin:0px;
	padding:0px;
}

/**************** Header and navigation styles ****************/

#container{
	display:block;
	margin: 0px 11px;
	color:#303030;
	background: url(../../../img/page_bg.jpg) no-repeat top left #faf8e1;
	width:734px;
}
#page{	
	  text-align:left;
      margin: 0px auto;
      width:756px;
      background: url(../../../img/pageBg.png) repeat-y left;
      position:relative;
      padding:0px;
    }
#navigation {
	float:left;
	width:200px;
	font-size:12px;
	z-index:-1;
	clear:both;
}
#topNavigation {
	height:0px;
}
#header {
display:block;
	padding:0px;
	height:230px;
	width:734px;
}
.menuTop {	
	height:16px;
	background: url(../../../img/menu_top.gif) repeat-y left;
	padding: 8px 0px 6px 8px;
	color:#FFFFFF;
	font-weight:bold;
	font-size:12px;
}
.sidebarText {
	padding:5px 15px;
	color:#555;
	font-size:12px;
}
/**************** Content styles ****************/

#content{
	float:right;
	width:490px;
	z-index:100;
	margin-top: 15px;
	margin-left: 10px;
	margin-right:20px;
	display:inline; /*bug IE 5.5 e 6*/
}
img {/*border:1px dotted #aaa;*/ padding:0px;}
a.galleryLinks { border:none;}
a.homeLink { border:none;}
a.homeLink:hover { border:none;}
.meshcmsfield img{ border:0px solid #00CC66;
}
#contentMain { /*contenitore usato per delimitare la pagina in fase di editing*/
	width:760px;
}
.textarea {
	border: 1px solid #009e3f;
	color:#555;
	font-size:12px;
	height:16px;
}
.adminMenu {
	padding-left:15px;
}
.adminMenu ul{
	padding-left:20px;
	text-decoration:none;
	list-style-type:none;
}
.buttons {
	/*border: 1px solid #009e3f;*/
	color: #009e3f;
	font-weight: bold;
	font-size:12px;
	/*height:18px;*/
}
.spacer {
	clear:both; 
	height:0px;
}
#footer {
	position:absolute;
	clear:both;
	width:734px;
	height:70px;
	bottom:0px;
	left:11px;
	text-align:left;
	padding:0px;
	margin:0px;
	background: url(../../../img/footer.gif) bottom no-repeat;	
}
#footerBottom{
	position:absolute;
	left:0px;
	bottom:0px;
	height:12px;
	width:100%;
	background: url(../../../img/footerBottom.png) left top no-repeat #06638A;	
	margin:0px;
	padding:0px;
}
#footer a:link, #footer a:visited {
	color:#FFFFFF;
	text-decoration: none;
	border:none;
}
#footer a:hover {
	text-decoration: underline;
	border:none;
}
#footer p{
	margin-left:70px;
	margin-top:35px;
	color:#FFFFFF;
	font-size:10px;
	padding:0px;
	margin-bottom:0px;
}
#footer-pre p{
	text-align:right;
	font-style:italic;
	font-size:10px;
	color:#888;
}
.includetext {
line-height:1.6em;
}
.includetitle {
	color: #009e3f;
	font-size:12px;
	padding-left:0px;
font-weight:bold;
}
.includeitem {
	border:0px;
	margin-top:10px;
	color:#555;
}
.includedate {
	text-align:left;
	color: #38a1ca;
}

.includeitemList {
 float:left;
 width:200px;
 font-size: 12px;
 padding-right: 20px;
 padding-left:10px;
 border-left: 0px dotted #aaa;
 border-bottom:1px dotted #aaa;
}

/* ... its title, ... */
.includetitleList {
 color: #009e3f;
	font-size:13px;
	font-weight:bold;
	background: url(../../../img/subtitleSquare.gif) no-repeat left center;
	padding-left:15px;
	padding-bottom:1px;
}

/* ... its date ... */
.includedateList {
 font-size: 10px;
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 color: #38a1ca;
 text-align: left;
 font-style: italic;
}

/* ... and its text */
.includetextList {
 font-size: 12px;
 text-align: left; 
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 color: #666666;
 padding: 0.5em;
 padding-left: 0px;
 margin-left: 0px; 
}
/*Modulo mail*/
/* Entire mail form. Be very explicit with sizes to avoid IE6 textfield bug. */
.mailform {
 font-size: 12px;
 color: #555; 
 width: 83%;
 text-align: left;
 padding-left:45px;
/* background-color:#eeeeee;
 border:#999 solid 1px;*/
/* border-top:#999 solid 1px;*/
 padding-top:15px;
 padding-right:0px;
}
.mailform ul li{ margin-bottom:5px; padding-left:0px; list-style-type: none; color:#e36123;}
.mailform ul { border-bottom:#666666 50px;}
.mailform p { margin-top:20px;}

.mailform .fieldbuttons { color:#e36123;}

.formfields textarea{ 
	font-size:12px;
	width:100%;
	margin-bottom:5px;
	}
.formfields input{ 
	font-size:12px;
	width:200px;
	margin-bottom:5px;
	}	

.mailform .formfields input { 
	border-top:#999 1px solid;
	border-bottom:#ccc 1px solid;
	border-left:#ccc 1px solid;
	border-right:#ccc 1px solid;
	font-size:12px;
	color:#555;
}

.mailform .formfields input:hover, .mailform .formfields input:focus { 
	border-top: 1px solid #009e3f;
	border-bottom: 1px solid #3abb5a;
	border-left: 1px solid #3abb5a;
	border-right: 1px solid #3abb5a;
}
.mailform textarea { 
	border-top:#999 1px solid;
	border-bottom:#ccc 1px solid;
	border-left:#ccc 1px solid;
	border-right:#ccc 1px solid;
	}	
.mailform textarea:hover,.mailform textarea:focus { 
	border-top: 1px solid #009e3f;
	border-bottom: 1px solid #3abb5a;
	border-left: 1px solid #3abb5a;
	border-right: 1px solid #3abb5a;
}
	
.requiredfieldname {
font-size: 12px;
/*color: #e36123;*/
padding-top: 0px;
padding-right: 5px;
padding-bottom: 0px;
margin-left:-10px;
}

.fieldname {
	font-size:12px;
	margin-left:-10px;
/*color: #e36123;*/
}
.phpText {background:#faf8e1;}
.phpTextDiv {margin-left:20px;}
.requiredfieldname label{font-weight:bold;}
.formfields, .formfields input, formfields select{margin-bottom:5px;}
