/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> 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;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
/************************************* OPACITY MEANS CSS WILL NOT VALIDATE *****************************************/
#TB_overlay {position:fixed; z-index:100;	top:0px; left:0px; background-color:#000;	filter:alpha(opacity=80);	-moz-opacity: 0.8; opacity:0.8;	height:100%; width:100%;}
#TB_window {position:fixed;	z-index:102; color:#000000; display:none;	text-align:left; top:50%;	left:50%;}
#TB_load {position:fixed;	display:none;	height:13px; width:208px;	z-index:103; top:50%;	left:50%;	margin:-6px 0 0 -104px; /* -height/2 0 0 -width/2 */}
#TB_Hide Select{z-index:99;	position:fixed;	top:0; left:0; border:none;	filter:alpha(opacity=0); -moz-opacity:0; opacity:0; height:100%; width:100%;}
#TB_iframeContent {clear:both; border:none;}
