/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/


/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_secondLine{text-align:right;color:#B6B185;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

a.close 		{ color:#000000; text-decoration:none; }
a.close:visited { color:#000000; text-decoration:none; }
a.close:hover 	{ color:#000000; text-decoration:UNDERLINE; }


img {border: 0px;}



#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	background-color:#FFFFFF;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	height:100%;
	width:100%;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_prev{margin-right:7px;}

#TB_next{margin-left:7px;}

#TB_next img, #TB_prev img{vertical-align:middle}


#TB_window {
	font-family:tahoma,verdana,arial;
	font-size:11px;
	color:#FFF641;
	position: fixed;
	background:#FFF641 url(../img/back_video.gif) repeat-x 0 0;
	padding:9px 19px 9px 19px;
	z-index: 102;
	display:none;
	border: 1px solid #000000;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
	position: absolute;
	margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
}

#TB_caption{
	height:18px;
	margin:10px 0px 10px 0px;
	border-bottom: solid 1px #000000;
	font-weight:bold;
	font-size:11px;
	color:#58585A;
/*	line-height:0.7em;*/
}

#TB_closeAjaxWindow,#TB_closeWindow{	
	position:absolute;
	top:7px;
	right:19px;
}

#TB_closeWindowButton{
	background-image:url(../images/btn_chiudi.gif);background-repeat:no-repeat;background-position:100% 4px;
	width:45px;
	padding-right:12px;
	font-weight:bold;
}

#TB_ajaxWindowTitle{

}

#TB_title{
	height:14px;
	border-bottom:solid 1px #000000;
	margin-bottom:10px;
}

#TB_title_gallery{
	height:14px;
	border-bottom: solid 1px #DAD7BD;
	margin-bottom:10px;
	background-image:url(../img/it_sub_tit_fotogallery.gif);background-repeat:no-repeat;
}

#TB_title_news{
	height:14px;
	border-bottom: solid 1px #DAD7BD;
	margin-bottom:10px;
	background-image:url(../images/sub_tit_logo.gif);background-repeat:no-repeat;
}

#TB_ajaxContent{
	clear:both;
	overflow:auto;
	text-align:left;
/*	line-height:1.4em;*/
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
	display:none;
	height:100px;
	width:100px;
	z-index:103;
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	margin:0px;
	padding:0px;
}

