
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
/*
#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

#TB_title a:link {color: white;}
#TB_title a:visited {color: white;}
#TB_title a:hover {color: #FDF4F4;}
#TB_title a:active {color: white;}
#TB_title a:focus{color: white;}
*/
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: absolute;
	z-index:500;
	top: 0px;
	left: 0px;
	background-color: #333333;
	
	
	/*background-color: #51626b;*/
	filter:alpha(opacity=60);
	-moz-opacity: 0.8;
	opacity: 0.8;
	
}

#TB_window {
	position: absolute;
	background-color:transparent;	
	/*background-color: #00FF00;	*/	
	z-index: 502;	
	/*
	left:0px;
	top:0px;
	width:0px;
	heoght:0px;*/
	display: none;	
	border: 0px solid #CC0000; 		
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
	display: block;
}


#TB_closeWindow{
	padding:5px 10px 7px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_closeWindowButton{
}

#TB_windowTitle{
	height:0px;
	float:left;
	padding:7px 0px 5px 10px;
	margin-bottom:1px;
  	text-transform:uppercase;
}

#TB_title{
	background-color:#CC0000;
	height:27px;
	width:100%;
  	color:white;  
	display: block;
}

#TB_content{	
	border:0px solid #D5D5D5;
	padding:0px;
}

#TB_content {
	/*padding:0px 0px 0px 0px;*/
}

#TB_load{
	position: absolute;
	display:block; 
	height:100px;
	width:100px;
	z-index:501;	
}


