/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> 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 <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window  { color: #919191; font: 12px "Trebuchet MS", Helvetica, sans-serif }

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

#TB_window a:link   { color: #919191 }
#TB_window a:visited    { color: #7f7f7f }
#TB_window a:hover  { color: #fff }
#TB_window a:active    { color: #919191 }
#TB_window a:focus { color: #696969 }

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay  { background-color: #000; position: absolute; z-index: 25000; top: 0px; left: 0px; filter: alpha(opacity=40); opacity: 0.4 }

#TB_window       { color: #000; background-color: #ececea; text-align: left; border: solid #2c2c2c; position: absolute; z-index: 30000; display: none }

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

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

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

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

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title    { background-color: #2c2c2c; height: 25px }

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent p { padding: 5px 0px }

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

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

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