
h1, h2, h3, h4, h5, h6
{
	color:#4F4F4F;
}


h1
{
	margin:0; padding:0;
	font-size:120%;
	margin-bottom:8px;
	padding-bottom:15px;
	padding-top:14px;
	border-bottom:1px dashed #C4C4C3;
}

h2, h3
{
	font-size:120%;
}

h4, h5, h6
{
	font-size:110%;
}

html, body, form
{
	margin: 0;
	padding: 0;
}

html
{
	height:100%;
}

body
{
	height:auto !important;
	height:100%;
	min-height:100%;
}

/*Font*/
body
{
	font-size: 80%;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	color: #454545;
	background:#3E4F60;
}

/*Font in table*/
table
{
	font-size:100%;
}

/*Links*/
a:link {color: #2775C7;}
a:visited{color:#8FA4BA;}
a:active {color: #2775C;}
a:hover{color:#CF1C3E;}


small
{
	font-size:85%;
}

hr
{
	width:100%;
	height: 1px;
	border: medium none;
	color: #d1d0d0;
	background-color: #d1d0d0;
	margin:8px 0;
}

#container
{
	width:778px; 
	height:100%;
	position:absolute;
	left:50%;
	margin-left:-390px;
	background:#95ACCA url(/images/header_b.gif) repeat-x;
}

#header
{
	position:relative; /*containing block*/
	height:127px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	background:url(/images/header_l.jpg) no-repeat;
}

#header_logo
{
	position:absolute;
}

#company_logo
{
	width:100px; 
	height:90px; 
	background:url(/images/logo0000.gif) center right no-repeat; 
	position:absolute; 
	left:6px; 
}

#header_text
{
	position:absolute;
	left:120px;
	top: 20%;
	color:#fff;
	width:490px;
}

#header_text h1
{
	margin:0;
	padding:0;
	font-size:160%;
	border:none;
	color:#fff;
	text-decoration:none;
}

#header_text span
{
	font-size:90%;
	font-weight:bold;
	color:#DFE5ED;
	margin-left:50px;
}

#search
{
	color:#DFE5ED;
	position:absolute;
	right:55px;
	top:6px;
}

#login
{
	position:absolute;
	right:75px;
	top:55px;
	color:#DFE6ED;
}

#login a
{
	color:#DFE6ED;
	text-decoration:none;
}
#login a.profile-link
{
	text-decoration:underline;
}

#menu
{
	position:absolute;
	bottom:0;
	*bottom:-1px; /*IE hack*/
	left:18px;
}


#header_menu a
{
	display:block;
	float:left;
	cursor:pointer; cursor: hand;
	padding:8px 11px;
}

#header_sites
{
	position:absolute;
	right:55px;
	top: 60px;
	color:#fff;
	text-align:right;
}

#header_sites a, #header_sites span
{
	color:#fff;
	text-decoration:none;
}

#header_sites span
{
	color: #bbb;
}

#printer
{
	float:right;
	font-size:85%;
	background:url(/images/printer0.gif) left center no-repeat;
	padding-left:16px;
}

#printer a
{
	text-decoration:none;
	color:#787878;
}

#navigation
{

}

/*Navigation*/
#navigation a
{
	font-size:95%;
	text-decoration:none;
	color:#535353;
}

.table-border-color
{
	background-color:#95ACCA;
}

.right-shadow
{
	background:url(/images/right_sh.gif) right top repeat-y;
}

.footer-box
{
	border-top:1px solid #D9D9D9;
	
	padding:10px 10px 0 15px;
	margin-right:3px;
}

.footer-box a:link, 
.footer-box a:visited,
.footer-box a:active, 
.footer-box a:hover
{
	color:#5F7185;
}

.footer-box span
{
	font-weight:bold;
	color:#1B3552;
}

.table-bottom-corner
{
	background:#95ACCA url(/images/bottom_c.gif) repeat-x;
}


/*Content table*/
#content
{
	background:#fff;
	height:85%;
	min-height:85%;
	width:100%;
	border-collapse:collapse;
}

/*Left column*/
#content .left-column
{
	vertical-align:top;
	height:100%;
	padding:0;
	/*padding-left:5px;
	padding-right:5px;*/
	padding-top:34px;
	background:#F5F5ED url(/images/left-col.gif) left top repeat-x;
}

/*Main column*/
#content .main-column
{
	width:100%;
	vertical-align:top;
	padding:0 15px;
	background:#fff url(/images/right_sh.gif) right top repeat-y;
	font-size: 13px; 
}

#bottom_banner
{
	text-align:center;
	margin:10px;
}

/*Footer*/
#footer
{
	background: #E4E4E4;
	text-align:right;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	height:40px;
	padding:8px;
	
}

/*Link in footer*/
#footer a
{
	color: #333;
	font-size: 100%;
}

/
/*Data table*/
table.data-table
{
	border:1px solid #C4C4C3;
	border-collapse:collapse;
}

/*Any cell*/
table.data-table td
{
	border:1px solid #C4C4C3;
	background-color:#FFFFFF;
	color:#333;
	padding:3px 5px;
}

/*Head cell*/
table.data-table thead td, table.data-table th
{
	background-color:#F2F2EA;
	text-align:left;
	font-weight:normal;
	background-image:none;
	border:1px solid #C4C4C3;
	padding:4px;
	color:#333;
}

/*Body cell*/
table.data-table tbody td
{
	background-color:#FFF;
	background-image:none;
	color:#333;
}

/*Foot cell*/
table.data-table tfoot td
{
	background-color:#fff;
	padding:4px;
	color:#333;
}

/*Error & OK messages*/
.errortext
{
	color:red;
}

.notetext
{
	color:green;
}

/* Used to draw a "star" near reqired field */
.starrequired
{
	color:red;
}


div.image-load-left
{
	background-image: url("/images/tableft.gif");
}

div.image-load-right
{
	background-image: url("/images/tabright.gif");
}

div.image-load-bg
{
	background-image: url("/images/tab_bg_h.gif");
}


div.blue-tabs-menu ul
{
	list-style: none;
	padding: 0;
	margin: 0;
	height:37px;
}

div.blue-tabs-menu ul li
{
	float: left;
	display: block;
	margin: 0;
	padding: 0;
	background: url("/images/tableft0.gif") left bottom no-repeat;
	margin-right: 1px;
	margin-left: 2px;
}

div.blue-tabs-menu ul a
{
	background:url("/images/tabrighu.gif") right bottom no-repeat;
	text-decoration: none;
	margin-left: 4px;
	width:.1em;
	cursor:pointer; cursor: hand;
}

div.blue-tabs-menu > ul a {width:auto;}


/*#D3DDE9 */
div.blue-tabs-menu ul a nobr
{
	background: url("/images/tab_bg00.gif") bottom repeat-x;
	margin-right: 4px;
	font-size:13px;
	font-weight:bold;
	color:#364E68;
	padding:10px 6px;
}

div.blue-tabs-menu ul a, div.blue-tabs-menu ul a nobr
{
	display:block;
	float: left;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	height:37px;
}

/* Commented backslash hack hides rule from IE5-Mac \*/
div.blue-tabs-menu ul a, div.blue-tabs-menu ul a nobr
{
	float: none;
}
/* End IE5-Mac hack */


div.blue-tabs-menu li:hover, div.blue-tabs-menu li.jshover
{
	background: url("/images/tableft.gif") left bottom no-repeat;
}

div.blue-tabs-menu a:hover
{
	background:url("/images/tabright.gif") right bottom no-repeat;
}

div.blue-tabs-menu a:hover nobr
{
	/*fix*/
	margin-right:3px;
	padding-right:7px;

	background: url("/images/tab_bg_h.gif") bottom repeat-x;
}

div.blue-tabs-menu li.selected, div.blue-tabs-menu li.selected:hover
{
	background: url("/images/tableft1.gif") left bottom no-repeat;
}

div.blue-tabs-menu li.selected a, div.blue-tabs-menu li.selected a:hover
{
	background:url("/images/tabrighv.gif") right bottom no-repeat;
}

div.blue-tabs-menu li.selected nobr, div.blue-tabs-menu li.selected a:hover nobr
{
	background: url("/images/tab_bg_s.gif") bottom repeat-x;
}

div.menu-clear-left
{
	clear:left;
}

/* Left menu*/
div.left-menu
{
	width:170px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	margin-bottom:8px;
	margin-left:5px;
	margin-right:5px;
}

div.left-menu a:link,
div.left-menu a:visited,
div.left-menu a:active,
div.left-menu a:hover
{
	color:#575752;
	text-decoration:none;
	font-weight:bold;
}

div.left-podmenu
{
	margin-left:15px;
	margin-top:4px;
	width:154px;
}

div.left-podmenu a:link,
div.left-podmenu a:visited,
div.left-podmenu a:active
{
	font-size: 12px; 
	color: #4281C3;
	text-decoration:none;
	font-weight:100;
}

div.left-podmenu a:hover
{
	text-decoration:underline;
}

div.left-podmenu a.select:link,
div.left-podmenu a.select:visited,
div.left-podmenu a.select:active,
div.left-podmenu a.select:hover
{
	font-weight:bold;
}

div.left-menu a.selected:link,
div.left-menu a.selected:visited,
div.left-menu a.selected:active,
div.left-menu a.selected:hover
{
	color:#e30000;
}

.bl
{
	margin-bottom:4px;
	background:#E5E5D8 url(/images/bl000000.gif) 0 100% no-repeat;
	width:100%;
}
.br 
{
	background: url(/images/br000000.gif) 100% 100% no-repeat;
}
.tl
{
	background: url(/images/tl000000.gif) 0 0 no-repeat;
}
.tr 
{
	background: url(/images/tr000000.gif) 100% 0 no-repeat;
	padding:5px 10px;
}
.clear {font-size: 1px; height: 1px}

#date {
	width: 45px;
	padding: 6px 0 5px 0;
	text-align: center;
	font-size: 15px;
	background: url(/images/bg-date.gif) top no-repeat;
	border-right: 1px #BFBF9E solid;
	border-bottom: 1px #BFBF9E solid;
	}
#date span {
	font-size: 9px;
	}
#date span.month {
	font-size: 9px;
	}
