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

html, body
{
min-height: 100%;
height: auto !important;
height: 100%
}

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

#IP_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#IP_window a:link {color: #666666;}
#IP_window a:visited {color: #666666;}
#IP_window a:hover {color: #000;}
#IP_window a:active {color: #666666;}
#IP_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#IP_overlay {
	position: absolute;
	z-index:1000000000;
	top: 0px;
	left: 0px;
	background-color:#000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

#IP_window 
{
	position: absolute;
	background:none transparent;
	z-index: 1020000000;
	color:#000000;
	display:none;
	text-align:left;
	border: 0 none;
}

#IP_window img 
{
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#IP_load
{
	position: absolute;
	display:none;
	height:100px;
	width:100px;
	z-index:1010000000;
}

#IP_HideSelect
{
	z-index:990000000;
	position:absolute;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

#IP_iframeContent
{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

