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

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

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

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(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;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background:none;
	z-index: 102;
	color:#000000;
	display:none;
	text-align:left;
	top:50%;
	left:50%;
}

* 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;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
}

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

#TB_closeAjaxWindow{
	color:#fff;
	width:22px;
	height:22px;
	position:absolute;
	left:-10px;
	top:-10px;
	overflow:hidden;
	
}
#TB_closeWindowButton{
	background:url(../images/icon_close.gif) no-repeat;
	width:22px;
	height:22px;
	float:left;
	text-indent:-9999px;
	outline-style:none;
	}
#TB_ajaxWindowTitle{
	
}

#TB_title{
	height:0px;
}

#TB_ajaxContent{
	clear:both;
}

#TB_ajaxContent.TB_modal{
	padding: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;
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;
     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;
}

.subpage{
	overflow:hidden;
	text-align:left;
	padding:10px 11px 10px 11px;
	background:#fff;
	width:700px;
	height:490px;
	}
.subpage_inner.bg1{
	background:#fff url(../images/bg_screen1.jpg) 0 no-repeat;
	}
.subpage_inner.bg2{
	background:#fff url(../images/bg_screen2.jpg) 0 no-repeat;
	}
.subpage_inner.bg3{
	background:#fff url(../images/bg_screen3.jpg) 0 no-repeat;
	}
.subpage_inner{
	width:618px;
	padding:0 40px;
	height:490px;
	margin:0 auto;
	border:#e6e6e6  1px solid;
	position:relative;
	background:url(../images/bg_subpage.png) repeat-y;
	}
.subpage h2{
	font-weight:normal;
	font-size:30px;
	color:#104367;
	font-family:Arial, Helvetica, sans-serif;
	border-bottom:#e6e6e6  1px solid;
	padding-bottom:4px;
	padding-top:30px;
	}
.subpage .col_right.floatright{
	float:right;
	width:250px;
	margin-left:0;
	}
.col_right{
	margin-left:310px;
	width:310px;
	}
.col_left{
	margin-left:0;
	width:310px;
	}
.col_right ul,.col_left ul{
	padding-top:28px;
	}
.col_right li,.col_left li{
	border-bottom:#e6e6e6  1px dotted;
	font-size:18px;
	color:#545454;
	padding-left:27px;
	padding-bottom:5px;
	padding-top:5px;
	background:url(../images/icon_right.gif) left 7px no-repeat;
	}
.col_right .last,.col_left .last{
	border-bottom:0;
	}
.subpage .col_right .text_list li{
	padding:6px 0 5px 0;
	font-size:15px;
	}
.col_right .text_list li{
	background:none;
	padding-left:0;
	}
.col_right .text_list li a{
	color:#545454;
	display:block;
	padding-left:23px;
	}
.col_right .text_list li a:hover,.col_right .text_list li .selected{
	color:#000;
	text-decoration:none;
	background:url(../images/icon_right.png) 6px 3px no-repeat;
	}
.text_right{
	float:left;
	width:335px;
	padding-top:32px;
	}
.subpage .text_section.first{
	border:0;
	padding-top:30px;
	}
.text_section{
	padding:15px 0 15px 0;
	border-top:#e6e6e6  1px dotted;
	}
.text_right h3,.text_section h3{
	font-size:18px;
	color:#000;
	font-weight:normal;
	padding-bottom:8px;
	}
.text_section h3{
	padding-bottom:5px;
	}
.subpage .text_section a{
	font-size:15px;
	color:#195884;
	}
.subpage .text_section a:hover{
	color:#195884;
	}
.text_right p,.text_section p{
	line-height:15px;
	color:#545454;
	line-height:21px;
	padding-bottom:20px;
	}
.text_section p{
	padding-bottom:8px;
	}
.links{
	position:absolute;
	right:20px;
	bottom:88px;
	width:164px;
	}
.links .back{
	float:left;
	background:url(../images/btn_back.png) 0 -22px no-repeat;
	width:79px;
	height:22px;
	text-indent:-9999px;
	outline-style:none;
	}
.links .back:hover{
	background:url(../images/btn_back.png) 0 0 no-repeat;
	}
.links .over{
	float:right;
	background:url(../images/btn_over.png) 0 0 no-repeat;
	width:79px;
	height:22px;
	text-indent:-9999px;
	outline-style:none;
	}
.links .over:hover{
	background:url(../images/btn_over.png) 0 -22px no-repeat;
	}
.links .next{
	float:right;
	background:url(../images/btn_next.png) 0 -22px no-repeat;
	width:79px;
	height:22px;
	text-indent:-9999px;
	outline-style:none;
	}
.links .next:hover{
	background:url(../images/btn_next.png) 0 0 no-repeat;
	}
.bottom{
	position:absolute;
	left:0px;
	bottom:0;
	background:url(../images/bg_bottom.png) no-repeat;
	height:68px;
	width:698px;
	}
.bottom a{
	background:url(../images/text_request.gif) 0 -18px no-repeat;
	width:168px;
	height:18px;
	text-indent:-9999px;
	outline-style:none;
	display:block;
	margin-left:237px;
	margin-top:28px;
	}
.bottom a:hover{
	background:url(../images/text_request.gif) 0 0 no-repeat;
	}