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

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 11px Arial, Helvetica, sans-serif;
	color: #86887c;
}

#TB_secondLine {
	font: 11px Arial, Helvetica, sans-serif;
	color:#86887c;
}

#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: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(../images/macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

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

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#86887c;
	display:none;
	border: 1px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
	position: absolute;
	z-index: 3102;
	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;
	padding: 10px;
	border: 0;
	border-bottom:1px solid #092969;
}

#TB_caption{
	width:auto;
	padding:11px 30px 10px 10px;
	float:left;
	color:#092969;
	font-size:12px;
}

#TB_closeWindow{
	height:25px;
	width:18px;
	padding:11px 11px 9px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 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:#e8e8e8;
	height:27px;
}

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

#TB_ajaxContent.TB_modal{
	padding:15px;
}

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

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

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

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

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

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


#TB_window .formelement, #TB_iframeContent .formelement	{ margin: 0 0 8px 0; padding:0; float:left; width:345px;}
#TB_window input, #TB_iframeContent input { float:left; width:239px; }
#TB_window textarea, #TB_iframeContent textarea { margin:0px; padding:1px 2px 1px 2px; float:left; width:239px; height:120px; border:1px solid; border-color:#c5c5c5 #e9e8d9 #e9e8d9 #c5c5c5; background-color:#FFFFFF; color:#86887c; font-family:Arial, Verdana, sans-serif; font-size:11px; line-height:16px;}
#TB_window select, #TB_iframeContent select { float:left; width:239px; height:17px; font-size:11px; line-height:11px; color:#86887c; border:1px solid; border-color:#c5c5c5 #e9e8d9 #e9e8d9 #c5c5c5; background-color:#FFFFFF;}
#TB_window select.xsmall,#TB_iframeContent select.xsmall { float:left; margin-left:10px; width:50px; height:17px; font-size:11px; line-height:11px; color:#86887c; border:1px solid; border-color:#c5c5c5 #e9e8d9 #e9e8d9 #c5c5c5; background-color:#FFFFFF;}
#TB_window select.small, #TB_iframeContent select.small { float:left; margin-left:10px; width:130px; height:17px; font-size:11px; line-height:11px; color:#86887c; border:1px solid; border-color:#c5c5c5 #e9e8d9 #e9e8d9 #c5c5c5; background-color:#FFFFFF;}
#TB_window option, #TB_iframeContent option { margin:0px; padding:0; width:146px; height:17px; font-size:11px; line-height:11px; color:#86887c; background-color:#FFFFFF;}
#TB_window option.xsmall, #TB_iframeContent option.xsmall { margin:0px; padding:0; width:50px; height:17px; font-size:11px; line-height:11px; color:#86887c; background-color:#FFFFFF;}
#TB_window option.small, #TB_iframeContent option.small { margin:0px; padding:0; width:130px; height:17px; font-size:11px; line-height:11px; color:#86887c; background-color:#FFFFFF;}
#TB_window input.checkbox, #TB_window input.radio, #TB_iframeContent input.checkbox, #TB_iframeContent input.radio { float:left; width:15px; height:15px; margin-right:10px; border:0; }
#TB_window label, #TB_iframeContent label	{ float:left; display:block; width:100px; }
#TB_window label.xsmall, #TB_iframeContent label.xsmall	{ float:left; display:block; width:120px; font-size:10px; }
#TB_window .right_submit, #TB_iframeContent .right_submit, .tb_iframe .right_submit{ float:right; margin:10px 0 0 0; }
#TB_window .right_submit a, #TB_iframeContent .right_submit a { color:#919804; font-size:12px; line-height:16px; font-weight:bold; background: url("../images/icons/b_submit_cont.gif") no-repeat top right; padding-right:22px; display:block; }
#TB_window .right_submit a:hover, #TB_iframeContent .right_submit a:hover { color:#c5d21e; background-position:right -18px; }
.intro { display:block; margin: 0 0 10px 0;}
#sendpage_error { color:#dd5119; margin: 5px 0 20px 0; display:none; }

#register_error { color:#dd5119; margin: 5px 0 20px 0; display:none; }
.tb_iframe h1 {
    font-size: 18px;
    line-height: 20px;
    color: #092969;
    font-weight: bold;
    padding: 0;
    margin: 0 12px 18px 0;
}

.tb_iframe h2 {
    font-size: 15px;
    line-height: 19px;
    color: #092969;
    font-weight: bold;
    padding: 0;
    margin: 30px 12px 4px 0;
}
#TB_closeIframe { position:absolute; left:348px; top:15px; }

