/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window 
	{
	font			: 12px Arial, Helvetica, sans-serif;
	color			: #555;
	}

#TB_secondLine 
	{
	font			: 10px Arial, Helvetica, sans-serif;
	color			: #000;
	}

#TB_window a:link 		{color: #bfbfbf;}
#TB_window a:visited 	{color: #bfbfbf;}
#TB_window a:hover 		{color: #fff;}
#TB_window a:active 	{color: #fff;}
#TB_window a:focus		{color: #fff;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay 
	{
	position		: fixed;
	z-index			: 100;
	top				: 0px;
	left			: 0px;
	height			: 100%;
	width			: 100%;
	}

.TB_overlayMacFFBGHack 
	{
	background: url(macFFBgHack.png) repeat;
	}
	
.TB_overlayBG 
	{
	background-color: #000;
	filter			: alpha(opacity=70);
	-moz-opacity	: 0.70;
	opacity			: 0.70;
	}

#TB_window 
	{
	position		: fixed;
	background		: #333;
	filter			: alpha(opacity=100);
	-moz-opacity	: 1;
	opacity			: 1;	
	z-index			: 102;
	color			: #fff;
	display			: none;
	border			: 1px solid #666;
	text-align		: left;
	top				: 50%;
	left			: 50%;
	}