/* ------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<--------------------------*/
/* ------------------------------------------------------------------------------------*/
#TB_secondLine {
    color: #666666;
    font: 10px Arial,Helvetica,sans-serif;
    padding-top: 10px;
}

#TB_window a,
#TB_window a:visited,
#TB_window a:hover,
#TB_window a:active,
#TB_window a:focus {
	color: #474747
}

#TB_window a:hover {
	text-decoration: underline;
}

/* ------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-------------------------------------------------*/
/* ------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #f9d13e; /*#DDD9CE;*/
	filter:alpha(opacity=35);
	-moz-opacity: 0.35;
	opacity: 0.35;
	z-index: 100;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	font: 10px verdana, sans-serif;
	color: #474747;
	text-align:left;
	background: #FFF;
	z-index: 102;
}

* html #TB_window { /* ie6 hack */
	position: absolute;
	margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display: block;
	margin: 15px 0 0 15px;
}

#TB_caption {
	float: left;
	padding: 7px 0 10px 18px;
}

#TB_closeWindow {
	float: right;
	padding: 5px 15px 10px 0;
}

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

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

#TB_title {
	height: 27px;
	background: #E8E8E8;
}

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

#TB_ajaxContent.TB_modal {
	padding: 15px;
}

#TB_ajaxContent p {
	padding: 5px 0 5px 0;
}

#TB_load {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 208px;
	height: 13px;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
	z-index: 103;
}

* html #TB_load { /* ie6 hack */
	position: absolute;
	margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #FFF;
	border: none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	z-index: 99;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

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