/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> 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 {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
	text-align:center;
}
#TB_secondLine {
	font:12px/18px "Trebuchet MS", Arial, sans-serif;
	color:#333333;
	font-weight:bold;
	margin:10px;
}
#TB_secondLine a {
	font:11px "Trebuchet MS", Arial, sans-serif;
	text-decoration:none;
}
#TB_secondLine a:hover {
	font:11px "Trebuchet MS", Arial, sans-serif;
	color:#75B444;
	background:none;
}
#TB_image, #TB_ImageOff{
	border:none;
}
.top {
	postion:relative;
	height:30px;
	width:100%;

}
.bottom {
	postion:relative;
	margin-bottom:15px;
	width:100%;

}
#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 <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: absolute;
	z-index:100;
	top: 0px;
	left: 0px;
	background-color:#DEDEC5;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
	min-height:100%;
	height: auto;
	_height: 100%;
}
#TB_window {
	position: absolute;
	background:#EFF0DD;
	z-index: 102;
	color:#000000;
	display:none;
	border: 1px solid #D25900;
	text-align:left;
	margin:0px;
	pading:0px;
}
#TB_window img {
	display:block;
	margin: 15px 0 0 15px;
	border:none;
}
#TB_caption{
	height:25px;
	padding:0px 0px 0px 0px;
	float:left;
}
#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}
#TB_closeWindow a{
	display:block;
	width:108px;
	height:25px;
	padding:0;
	margin:0;
	position:relative;
	z-index:1001;
	text-indent:-9999px;
	background:url(../../images/thickbox/btnClose-Window-1.png)
}
#TB_closeAjaxWindow{
	padding:0px 10px 7px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}
#TB_closeAjaxWindow a  {
	display:block;
	width:125px;
	height:25px;
	padding:0;
	margin:0;
	position:relative;
	z-index:1000;
	background:url(../../images/thickbox/btnClose-Window.png)
}
#TB_ajaxWindowTitle{
	float:left;
	padding:0px 0 0px 0px;
	margin-bottom:0px;
	text-indent:-99999px;
}
#TB_title{
	position:relative;
	background:#D25900 url(../../images/thickbox/bgTb-Title.png) no-repeat;
	height:27px;
}
#TB_ajaxContent{
	clear:both;
	padding:0px 0px 0px 0px !important;
	overflow:auto;
	text-align:left;
}
#TB_ajaxContent p{
	padding:0px 0px 0px 0px;
}
#TB_load{
	position: absolute;
	display:none;
	height:100px;
	width:100px;
	z-index:101;
}
#TB_HideSelect{
	z-index:99;
	position:absolute;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}
#TB_iframeContent{
	clear:both;
	border:none;
	margin:0px;
	padding:0px;
}

