html, body, form
{
	margin: 0;
	padding: 0;
}

html
{
	height:100%;
}

body
{
	height:auto !important;
	height:100%;
	min-height:100%;
}

/*Font*/
body
{
	color: #454545;
	background: url(images/header_bg.gif) repeat-x top;
	background-color:#e8e8e8;
	text-align: center;
}

/*Font in table*/
table
{
	font-size:100%;
}

/*Links*/
a:link {color: #0b7a00;}
a:visited{color:#35812d;}
a:active {color: #0b7a00;}
a:hover{color:#000000;}


small
{
	font-size:85%;
}

hr
{
	width:100%;
	height: 1px;
	border: medium none;
	color: #d1d0d0;
	background-color: #d1d0d0;
	margin:8px 0;
}

#container
{
	width:978px; 
	height:100%;
	margin: 0 auto;
	text-align: left;
}

#header
{
	position:relative; /*containing block*/
	height:127px;
}

#header_logo
{
	position:absolute;
}

#company_logo
{
	width:200px; 
	height:49px; 
	background:url(images/logo.png) center right no-repeat; 
	position:absolute; 
	left:6px; top:15px;
}

#header_text
{
	position:absolute;
	left:220px;
	top: 20%;
	color:#fff;
	width:750px;
}

#header_text h1
{
	margin:0;
	padding:0;
	font-size:26px;
	font-style:italic;
	border:none;
	color:#fff;
	text-decoration:none;
}

#header_text span
{
	font-size:15px;
	font-style:italic;
	font-weight:bold;
	color:#E0E9DD;
	margin-left:20px;
}

#login a
{
	color:#E0E9DD;
	text-decoration:none;
}
#login a.profile-link
{
	text-decoration:underline;
}

#menu
{
	position:absolute;
	bottom:0;
	left:18px;
}


#header_menu a
{
	display:block;
	float:left;
	cursor:pointer;
	padding:8px 11px;
}


/*Navigation*/
#navigation a
{
	font-size:95%;
	text-decoration:none;
	color:#535353;
}

.table-border-color
{
	background-color:#e8e8e8;
}

.right-shadow
{
	background:url(images/right_shadow.gif) right top repeat-y;
}

.footer-box
{
	border-top:1px solid #D9D9D9;

	font:normal 11px/12px Arial,Helvetica,sans-serif;
	padding:10px 10px 0 10px;
	margin-right:0px;
}

.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:#e8e8e8 url(images/bottom_corner_bg.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-column-bg.gif) left top repeat-x;
}

/*Main column*/
#content .main-column
{
	vertical-align:top;
	width:100%;
	padding-left:15px;
	padding-right:15px;
	padding-top:10px;
	background:#fff url(images/right_shadow.gif) right top repeat-y;
}

#bottom_banner
{
	text-align:center;
	margin:10px;
}

/*Footer*/
#footer
{
	background: #E4E4E4;
	text-align:right;
	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;
}


h2 {color: #cd2605; font-size: 23px; font-weight: normal}
h1 {font-weight: normal; color: #777; margin: 10px 0px 10px 0px}
h3 {color: #cd4205; font-size: 23px; font-weight: normal; margin: 0px 0px 7px 0px}
h5 {color: #222222; font-size: 14px; font-weight: normal; margin: 0px 0px 5px 0px; text-transform:uppercase}
h6 {font-size: 13px; color: #AAAAAA; margin: 0px 0px 5px 0px}
h4 { color: #365971; margin:5px 0px 5px 0px; font-size: 17px; font-weight: bold }
p {margin:8px 0px 8px 0px; font-size:16px; font-family:Georgia;  font-style:italic;}
strong {color:#000}
.abz { margin: 0px 0px 0px 15px }
.seotext { font-family:Georgia; font-style:italic; font-size:16px }
.inputorder { border:1px #008040 solid; background-color:#FFF}
.hiddentext { background-color:#FFF7BB; padding:5px 5px 5px 5px; font-style:italic}
p strong a.linktoshow { color:#F60; font-style:italic; font-size:16px}
