body { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; line-height:130%; color: #000000; background: #ffffff; }
.mnhd { font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 12pt; font-weight: bold; line-height:120%; }
.hd { margin-bottom: 0px; padding-bottom: 6px; color: #666666; font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 12pt; font-weight: bold; }
a:link { color: #003399; text-decoration: none; }
a:visited { color: #6699ff; text-decoration: none; }
a:hover { text-decoration: underline; }
a:active { color: #6699ff; text-decoration: none; }

.topbol { color: #888888; }

#dhtmltooltip { position: absolute; left: -300px; width: 350px;
padding: 0px; color: #ffffff; z-index: 100; visibility: hidden; }
#dhtmlpointer { position:absolute; left: -300px;
z-index: 101; visibility: hidden; }

.contgr { width: 100%; padding: 0; margin: 0px 0 20px 0; background: #dddddd; }
.contgrt { width: 100%; padding: 0; margin: 2px 0 20px 0; background: #a347a3; color: #ffffff; }
.roundtop { background: url(co2.png) no-repeat top right; }
.roundbottom { background: url(co4.png) no-repeat top right; }
.roundobt { padding: 2px 0 2px 6px; }
.roundob { padding: 3px 9px 2px 9px; }
.roundobad { padding: 5px 10px 5px 10px; }
img.corner {
   width: 5px;
   height: 5px;
   border: none;
   display: block !important;
}

#emwh { width: 100%; background: #ffffff; }

.t1 { width: 100%; padding: 0; margin: 0; }
.t2 { background: url(w2.png) no-repeat top right; display: block; height: 5px; }
.t3 { padding: 0 9px 2px 9px; background: url(w80.png); text-align: left; }
.t4 { background: url(w4.png) no-repeat top right; display: block; height: 5px; }

form { border: 0; padding: 0; margin: 0; }
td.form { padding-bottom: 2px; }
td.form2 { padding-bottom: 7px; }
input, textarea{ font-family: Verdana, sans-serif; font-size: 9pt; }

ul { list-style: none; margin: 0; padding: 0; }
li { background: url(arrow02.png) 1px 6px no-repeat; padding-left: 10px; }
li.wh { background: url(arrow03.png) 1px 6px no-repeat; padding-left: 10px; }

span.det { color: #888888; }
span.det2 { color: #a2a2a2; }
a img { text-decoration: none; border: 0 none; }

.azhigh { background: #dddddd; }
a:hover .azhigh { text-decoration: underline; }
td.sea1a { width: 15%; }
td.sea1b { width: 70%; text-align: center; }
td.sea1c { width: 15%; text-align: right; }

#wrap { margin: 0 auto; padding: 0; width:320px; background: #00cc00; }
#wleft { float:left; width: 10px; }
#wright { margin: 0; float:left; width: 310px;  }
#wrap2 { margin: 0 auto; padding: 0; width:302px; background: #ffcc00; }
#wleft2 { float:left; width: 10px; }
#wright2 { margin: 0; float:left; width: 292px; }




/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> 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;
}
/*
#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(w80.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
}

* 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;
	z-index: 102;
	color:#000000;
	display:none;
	/*border: 1px solid #ffcc00;*/
	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{
	/*height:25px;
	padding:7px 30px 10px 25px;*/
	float:left;
}

#TB_closeWindow{
	/*height:25px;
	padding:11px 25px 10px 0;*/
	float:right;
}

#TB_closeAjaxWindow{
	/*padding:7px 10px 5px 0;
	margin-bottom:1px;*/
	text-align:right; padding: 0 5px 0 5px;
	float:right;
}
/*
#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}
*/
#TB_title{
	background-color:#ff9900;
	/*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;
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;
}
