/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0px; margin: 0px;}

html, body {
min-height: 100%;
height: auto !important;
height: 100%;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font-size: 12px;
	color: #333333;
}

#TB_secondLine {
	font-size: 11px;
	color:#000;
	margin:3px 0px 0px 0px;
	font-weight:normal;
}

#TB_window a:link {color: #000;}
#TB_window a:visited {color: #000;}
#TB_window a:hover {color: #b9242e;}
#TB_window a:active {color: #000;}
#TB_window a:focus{color: #000;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position:fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	-moz-opacity: 0.6;
	opacity: 0.6;
}

#TB_window {
	position: absolute;
	background: #FFF;
	z-index: 102;
	color:#FFF;
	display:none;
	border: 13px solid #222;
	text-align:left;
}
/*b9242e*/
#TB_window img {
	display:block;
	margin: 15px 0px 0px 15px;
	/*border:#666 solid 1px;*/
	border:0px;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
	color:#000;
	font-weight:bold;
}

#TB_closeWindow{
	height:25px;
	padding:23px 25px 0px 0px;
	float:right;
	color:#000;
}

#TB_closeAjaxWindow{
	padding:5px 10px 7px 0px;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0px 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#FFF;
	border-bottom:1px #222 solid;
	color:#000;
	height:27px;
	font-weight:bold;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:inherit;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: absolute;
	display:none;
	height:100px;
	width:100px;
	z-index:101;
}

#TB_HideSelect{
	z-index:99;
	position:absolute;
	top: 0px;
	left: 0px;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

#TB_iframeContent{
	clear:both;
	border:none;
	padding:0px;
	margin-bottom:-1px;
	margin-top:0px;
	_margin-bottom:1px;
}
