/*##################
## SELETTORI HTML ##
##################*/
body, input, select, textarea, table, tr, th, td, img, form, div, ul, li {
	font-family: Tahoma, Arial, Georgia;
	font-size:11px;
	color:#00567A;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	border-style:solid;
	border-color:#999999;
	border-width:0px;
}

body {background-color:#CCCCCC;}
form {display:inline;}

input, select, textarea, option {border-width:1px;color:#000000;}
select {height:18px;}
input  {height:16px;}

/* MS INTERNET EXPLORER */
input {
	border-width:expression(this.type=="checkbox" || this.type=="radio" ?'0px':'inherit');
	height:      expression(this.type=="reset" || this.type=="submit" || this.type=="button" ?'20px':'inherit');
	/*background-color:expression(this.type=="submit" || this.type=="reset" || this.type=="button" ?'#FF9933':'inherit');*/
}
/* FINE MS INTERNET EXPLORER */

/* MOZILLA FIREFOX */
input[type="reset"], input[type="submit"], input[type="button"] {
	height:20px;
	/*background-color:#FF9933;*/
}
/* FINE MOZILLA FIREFOX */

a:link    {color:#679295;text-decoration:none;}
a:visited {color:#679295;text-decoration:none;}
a:hover   {color:#00567A;text-decoration:underline;}
a:active  {color:#00567A;text-decoration:none;}

h1, h2, h3, h4, h5, h6 {margin:0px 0px 0px 0px;color:#D56400;}
h1 {font-size:18pt;}
h2 {font-size:16pt;}
h3 {font-size:14pt;}
h4 {font-size:12pt;}
h5 {font-size:10pt;}
h6 {font-size:8pt; }

img {margin:0px 0px 0px 0px;background-color:transparent; border-width:0px;}

hr  {background-color:#333366;color:#333366;height:1px;}

/*#########################
## CLASSI PERSONALIZZATE ##
#########################*/

.tbl-standard {border-width:0px;margin-top:5px;}
.tbl-results td {border-style:solid; border-width:1px; border-color:#609DCA; color:#000066; }

.tbl-annuncio {border-style:solid; border-width:0px; color:#000066; }
.tbl-annuncio td {border-bottom-style:solid; border-bottom-width:1px; border-color:#609DCA; color:#666666; font-size:11px;padding-left:2px; height:20px; vertical-align:bottom;}

.fld-opt {background-color:inherit;color:#00567A;margin:0px 1px 0px 1px;text-align:left; font-size:11px;}
.fld-req {background-color:inherit;color:#FF0000;margin:0px 1px 0px 1px;text-align:left; font-size:11px;}

.tbl-standard-body     td {/*background-color:#AED7FF;*/color:#000000;border-bottom-width:1px;}
.tbl-standard-body-sel td {background-color: #F3F3F3;color:#000000;border-bottom-width:1px;}

.menu-tit        {font-family: Arial, Helvetica, sans-serif; font-size:16px; color:#00567a; padding-top:14px; text-align:left; }
.menu-tit a      {font-family: Arial, Helvetica, sans-serif; font-size:16px; color:#00567a; padding-top:14px; text-align:left; text-decoration:none;}
.menu-tit a:hover{font-family: Arial, Helvetica, sans-serif; font-size:16px; color:#00567a; padding-top:14px; text-align:left; text-decoration:underline;}

.menu            {font-family: Arial, Helvetica, sans-serif; font-size:13px; color:#00567a; padding-left:14px; text-align:left; text-decoration:none; font-weight:bold; }
.menu a          {font-family: Arial, Helvetica, sans-serif; font-size:13px; color:#00567a; padding-left:14px; text-align:left; text-decoration:none;font-weight:bold;}
.menu a:hover    {font-family: Arial, Helvetica, sans-serif; font-size:13px; color:#00567a; padding-left:14px; text-align:left; text-decoration:underline;font-weight:bold;}

.bt-foot        {font-family:Tahoma, Arial, Helvetica, sans-serif; font-size:11px; color:#FFFFFF; padding-left:4px; font-weight:bold; text-decoration:none;}
.bt-foot a      {font-family:Tahoma, Arial, Helvetica, sans-serif; font-size:11px; color:#FFFFFF; padding-left:4px; text-decoration:none; font-weight:bold;}
.bt-foot a:hover{font-family:Tahoma, Arial, Helvetica, sans-serif; font-size:11px; color:#FFFFFF; padding-left:4px; text-decoration:underline; font-weight:bold;}

.bianco {font-family:Tahoma, Arial, Helvetica, sans-serif; font-size:11px; color:#FFFFFF; font-weight:normal;}
.wizard { border-right-color:#FFFFFF; border-right-style:solid; border-top-color:#00567a; border-top-style: dashed; 
			border-width:1px;  background-color:#EEEEEE;/* height:35px;*/ font-weight:bold; }
			
			
			
/*###################
## CLASSI LIGHTBOX ##
###################*/	
#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(/images/lightbox/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/images/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/images/lightbox/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
/*###################
## CLASSI LIGHTBOX ##
###################*/			
