@charset "UTF-8";
/* CSS Document */

/*html changes*/
body {font-size:11px;color:#000000;font-family:Helvetica,Arial;padding: 0px;margin: 0px;border-collapse:collapse;/*	color:#ebebff; */}
td {/*no changes?*/}
img {vertical-align:middle; border:0;}
a:link, a:visited, a:hover, a:active {color:#333333;text-decoration: underline;padding:none;}
a.dark:link, a.dark:visited, a.dark:hover, a.dark:active {color:#333333;text-decoration: underline;padding:none;}
form {color:#ebebff;letter-spacing: normal;word-spacing: normal;padding: 0px;}
select {font-size: 1em;color: #222222;border:1px solid #999999;}
input {color: #222222;border:1px solid #999999;}
textarea {color: #333333;border:1px solid #999999;}

/*core manipulations*/
/*.header {height: 100px;top: 0px;color:#ebebff;border-bottom:1px solid #999999;}
.footer {height: 26px;color: #555555;background-color:#dddddd;bottom: 1px;border-top:1px solid #999999;border-right:1px solid #999999;border-bottom:1px solid #999999;}
.hzmenu {background-color:#373742;top: 101px;color:#ebebff;border-bottom:1px solid #999999;border-right:1px solid #999999;}
.spryhzmenu {background-color:#EEE;top: 101px;}*/
.content {color:#333333;top: 126px;background-color:#efefef;border-right:1px solid #999999;border-collapse:collapse;}
.contentdk {color:#333333;top: 126px;background-color:#3A4D78;border-right:1px solid #999999;}
.contentltbr {color:#333333;top: 126px;background-color:#DDD9C8;}

/*table definitions*/
.po_subbox {color: #333333;border: 1px solid #999999;background-color: #FFFFFF;text-decoration:none;}

/*row definitions*/
.po_subbox_header {background-color:#E1E6EC;font-weight:bold;border-bottom:1px solid #999999;color:#222222;text-decoration:none;}
.po_subbox_header2 {background-color:#ededed;font-weight:bold;border-bottom:1px solid #999999;color:#222222;text-decoration:none;}
.po_subbox_footer {font-weight:bold;background-color: #FFFFFF;color:#222222;text-decoration:none;}
.po_subbox_body {background-color:#ffffff;color:#222222;text-decoration:none;}

/*font size manip*/
.large{font-size:1.1em;}
.largest{font-size:1.2em;}
.larger{font-size:1.3em;}
.small{font-size:.9em;}
.smaller{font-size:.8em;}
.smallest{font-size:.7em;}

/*borders*/
.bdottop{border-top:1px dotted #999999;}
.bdotbottom{border-bottom:1px dotted #999999;}
.bdotright{border-right:1px dotted #999999;}
.bdotleft{border-left:1px dotted #999999;}
.btop{border-top:1px solid #999999;}
.bbottom{border-bottom:1px solid #999999;}
.bright{border-right:1px solid #999999;}
.bleft{border-left:1px solid #999999;}
.bdotbottomred{border-bottom:1px solid #FF0000;}
.bdottopred{border-top:1px solid #FF0000;}
.bdotleftred{border-left:1px solid #FF0000;}
.bdotrightred{border-right:1px solid #FF0000;}
.bdotred{border:1px dotted #FF0000;}

/*font colors & weight*/
.bold{font-weight:bold;}
.darkred{font-weight:bold;color:#CC3300;}
.green{color:#009933;}
.dark{color:#333333;}
.charcoal{color:#333333;}
.blue{color:#0066CC;}
.pink{color:#FF33CC;}
.purple{color:#2B00FF;}
.yellow{color:#FFD500;}
.orange{color:#FF8000;}
.red{color:#FF0000;}
.ltgry{color:#999999;}
.navy{color:#000066;}

/*row bg effects*/
.shaded{background-color:#EfEfEf;}
.slatebg{background-color:#ededed;}

/*row bg effects - onsite grid*/
.bgdkred{background-color:#FF3333;}
.bgltred{background-color:#FFCCCC;}
.bgltorg{background-color:#FFDD99;}
.bgltylw{background-color:#FFD6CC;}
.bgltgrn{background-color:#CCFFCC;}
.bgdkgrn{background-color:#99CC99;}
.bgdkorg{background-color:#FF8000;}
.bgdkblu{background-color:#0076B2;}

/*row size manipulation*/
.nors{text-align:center;height:50px;}

/*row vertical alignment*/
.valignt{vertical-align:top;}
.valignb{vertical-align:bottom;}
.valignm{vertical-align:middle;}

/*row text alignment*/
.acenter{text-align:center;}
.aright{text-align:right;}
.aleft{text-align:left;}

/*the ribbon*/
.ribbon{background-color:#CC6666;font-weight:bold;color:#FFFFFF;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> 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: #333333;}
#TB_window a:visited {color: #333333;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #333333;}
#TB_window a:focus{color: #333333;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(tb/macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=50);
	-moz-opacity: 0.50;
	opacity: 0.50;
}

* 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: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	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;
	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;
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;
}
