/*##################
## SELETTORI HTML ##
##################*/
body, input, option, select, textarea, table, tr, th, td, img, form, div {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#000066;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	border-color:#B4CAFE;
	border-style:solid;
	border-width:0px;
}

body {background-color:#1A117B;margin:5px 5px 5px 5px;}
form {display:inline;}

input, select, textarea {border-width:1px;height:18px;}

/* MS INTERNET EXPLORER */
input {
	border-width:expression(this.type=="checkbox" || this.type=="radio" ?'0px':'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"] {
	background-color:#FF9933;
}
/* FINE MOZILLA FIREFOX */

a:link    {color:#FF6317;text-decoration:none;}
a:visited {color:#FF6317;text-decoration:none;}
a:hover   {color:#FF0000;text-decoration:underline;}
a:active  {color:#FF6317;text-decoration:none;}

h1, h2, h3, h4, h5, h6 {color:#F53D23;margin:0px 0px 0px 0px;}
h1 {font-size:18pt;}
h2 {font-size:16pt;}
h3 {font-size:14pt;}
h4 {font-size:12pt;}
h5 {font-size:10pt;}
h6 {font-size:8pt; }

/* ########################
## CLASSI PERSONALIZZATE ##
######################## */
.b_mainmenu {margin-bottom:5px;text-align:center;}

.b_navbar {margin-bottom:5px;text-align:center;}

.b_sezione {text-align:center;}

.b_sidemenu {
	background-color:#FFFFFF;
	background-image:url(/images/_scritta_bg.gif);
	background-repeat:no-repeat;
	background-position:top center;
	height:450px;
	width:150px;
}

.b_sidemenu_div {margin:2px 2px 2px 2px;text-align:left;}

.b_content {
	background-color:#F7F7F7;
	background-image:url(/images/bg_logo.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
	height:450px;
	padding:2px 2px 2px 2px;
}

.b_content_div {
	/*margin:2px 2px 2px 2px;*/
}

/*#########################
### INIZIO MIDDLE CLASS ###
#########################*/
.fld_opt{
	margin:1px 1px 1px 1px;
	font-weight:normal;
}

.fld_req{
	margin:1px 1px 1px 1px;
	font-weight:bold;
}

.sk_pic{
	border:#CDCDCD solid 2px;
}

.d-container{
	height:450px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

.d-container td{
	padding:0px 0px 0px 0px;
}

.applet{
	background-color:#F7F7F7;
	border-width:1px;
	vertical-align:text-top;
	margin:0px 0px 0px 0px;
}

.applet th{
	background-color:#B4CAFE;
	color:#0033CC;
	text-align:center;
	padding:2px 2px 2px 2px;
}

.applet td{
	padding:2px 2px 2px 2px;
}

.nt-titolo{
	background-color:#FFD8B0;
	font-weight:bold;
	font-size:14px;
}

.nt-periodo{
	font-style:oblique;
}

.nt-contenuto{
	font-size:10px;
}

.nt-contenuto a{
	font-size:10px;
}

.alb-categoria{
	font-weight:bold;
	margin-top:10px;
}

.alb-categoria a{

}

.alb-album{
	font-weight:normal;
}

.alb-album a{
	font-size:10px;
}

.alb-thumbs{
	background-color:#DBDBDB;
	text-align:center;
	width:120px;
	height:120px;
	padding:5px 5px 5px 5px;
	margin:0px 5px 5px 0px;
}


.theVDO{
	font-size:10px;
	margin-bottom:2px;
}

.theVDOTitle{
	margin:5px 0px 15px 0px;
	
}

/*#########################
### FINE   MIDDLE CLASS ###
#########################*/




.b_footer {margin-top:5px;text-align:center;}

.b_footer a:link    {color:#FFFFFF;text-decoration:none;}
.b_footer a:visited {color:#FFFFFF;text-decoration:none;}
.b_footer a:hover   {color:#FFFFFF;text-decoration:underline;}
.b_footer a:active  {color:#FFFFFF;text-decoration:none;}

.b_footer_newsletter {
	margin-left:10px;
	text-align:left;
	font-size:10px;
	color:#FFFFFF;
}

.b_footer_mainmenu {
	margin-right:10px;
	text-align:right;
	font-size:10px;
	color:#FFFFFF;
}

.b_copyright   {font-size:10px;margin-top:2px;text-align:center; color:#FFFFFF}
.b_copyright a {font-size:10px;color:#CC0000}

/* #######################
## ID E 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: #FFFFFF;
	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: #004080;
	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 */
}