﻿/*---------- Layout ------------------*/
body 
{
	margin: 0;
	padding: 0;
	background-color: #6A85A0;
	color: #000000;
	font-family: Calibri, Arial, Helvetica, Sans-Serif;
	background-image: url(images/page_bg.jpg);

}

#PageContainer
{
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;	
}

#Page
{
	margin: 0 auto 0 auto;
	width: 890px;
	background-repeat: repeat-y;
	background-image: url(images/page_bg.png);
	padding: 0px 0px 1px 0px;
}

#BodyContainer
{
	/*background-color: Fuchsia;*/
	margin-left: 20px;
	width: 850px;
	position: relative;
	padding-top: 1px;
	padding-bottom: 15px;
}

#ColumnLeft
{
	/*background-color: Lime;*/
	position: absolute;
	top: 15px;
	left: 0px;
	width: 175px;
}

#ColumnContent
{
	/*background-color: Orange;*/
	margin-left: 190px;
	margin-right: 15px;
	min-height: 600px;
}

.ContentColumnLeft
{
	float:left;
	margin:0pt;
	padding-top:1px;
	width:65%;
}

.ContentColumnRight
{
	float: right;
	margin-left:1%;
	padding-top:1px;
	position: relative;
}

#Header
{
	margin: 0 auto 0 auto;
	width: 850px;
	height: 166px;
}

#HeaderPhoto
{
	margin: 0 auto 0 auto;
	width: 850px;
	height: 128px;
	background-image: url(images/hd_photo_bg.gif);
	background-repeat: no-repeat;
}

#Footer
{
	margin: 0 auto 0 auto;
	padding-top: 1px;
	width: 890px;
	height: 39px;
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
}

#FooterContent
{
	text-align: right;
	font-size: 10px;
	padding-top: 2px;
	padding-right: 30px;
}

.clearer
{
	clear: both;
}

/*---------- Common ------------------*/

a
{
	color: #000000;
}

a:hover
{
	color: #fe660d;
	text-decoration: underline;
}

p, ul
{
	font-size: 9pt;
	line-height: 13pt;
}

h1
{
	font-size: 14pt;
}

h2
{
	font-size: 12pt;	
}

td
{
	vertical-align: top;
}

/*----------- Navigation ----------------*/
.NavContainer
{
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
	font-size: 10pt;
	font-weight: bold;
}

.PriNav, .PriNav_Selected
{
	background-image: url(images/icon_nav_arrow.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	padding: 0px 10px 0px 0px;
	margin: 0;
	border-bottom: solid 1px #000000;
}

.PriNav a, .PriNav_Selected a
{
	display: block;
	padding-left: 18px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.PriNav_Selected
{
	background-image: url(images/icon_nav_arrow_down.gif);
	background-color: #D6E436;
}

.PriNav_Selected a
{
	color: #000000;
	text-decoration: none;
}

.PriNav li
{
	margin: 0px;
	padding: 0px;
	border-bottom: solid 1px #000000;
}

.PriNav a
{
	text-decoration: none;
	color: #000000;
}

.PriNav a:hover
{
	color: #fe660d;
}

.SubNav
{
	background-color: #EAF197;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.SubNav li
{
	padding: 0px 10px 0px 0px;
	margin: 0px;
	border-bottom: solid 1px #000000;
}

.SubNav a
{
	display: block;
	padding: 3px 0px 3px 17px;
	text-decoration: none;
	color: #000000;
}

.SubNav a:hover
{
	color: #fe660d;	
}

a.SubNavSelected
{
	color: #fe660d;
}

/*----------- Forms ----------------*/
.ActionBar
{
	text-align: right;	
	padding: 3px;
	margin-bottom: 6px;
	margin-top: 4px;
	border-bottom: dotted 1px #567492;
	border-top: dotted 1px #567492;
	background-color: #e1e6ed;
	font-size: 9pt;
	font-weight: bold;
}

.ActionBar a
{

}

.Form
{

}

.FormBlock
{
	font-size: 8pt;
	position: relative;
	padding: 6px;
	border: solid 1px #d1d9e3;
	margin-top: 14pt;
}

.FormBlockHeading
{
	display: inline;
	background-color: #e2e7ed;
	border: solid 1px #d1d9e3;
	font-size: 10pt;
	font-weight: bold;
	position: absolute;
	top: -10pt;
	left: 5pt;
	padding: 1pt 4pt 1pt 4pt;
}

.FormFieldBlock
{
	padding: 3px;
	margin: 3px 0;
	background-color: #f6f7f8;
}

.FormInput
{
	font-size: 8pt;
	font-family: Calibri, Arial, Helvetica, Sans-Serif;
}

/*----------- Tables ----------------*/
.DataTable
{
	border: solid 1px #567492;
	width: 100%;
	font-size: 9pt;
}

.DataTableHeader
{
	background-color: #000000;
	font-weight: bold;
	border-bottom: solid 1px #567492;
}

.DataTableAltRow
{
	background-color: #f6f7f8;
}

/*---------- Admin Specific ------------------*/
.AdminHeader
{
	background-image: url(images/admin_header.jpg);
	background-repeat: no-repeat;	
}

.table_best {width:600px; margin-top:16px;}
.table_best h1 { text-align:center;}

table, th, td {font-size:14px;  vertical-align:middle;}

th {background-color:#D6E436;}

.table_best th, td {padding: 0px 5px 0px 5px;}

