﻿body
{
	background-position: left top;
	margin: 0px;
	background-image: url( '../../Images/bcg.gif' );
	background-repeat: repeat-x;
	background-color:#E7E2CB;
	font-family: Verdana, Arial;
	font-size: 14px;
	font-weight: normal;
	text-transform: none;
	color: #46573e;
}

#outerDiv
{
	margin: 0px 0px 0px 0px;	
	width: 100%;	
}

#mainDiv
{
	display: block;
	width: 860px;
	text-align: left;
	position: relative;
	top: 0px;
	left: 0px;	
	margin: 0px auto 0px auto;		
}

body div div div
{
	margin: 0px;
}


/* generic elements */

h1
{
	font-family: Verdana, Arial;
	font-size: 28px;
	font-weight: bold;
	text-transform: none;
	color: #303030;
}

a
{
	color: #9c9466;
	text-decoration: underline;
}

a:hover
{				
	text-decoration: none;
}

ul
{
    margin-top: 5px;
    margin-bottom:0px;
    padding-left: 15px;    
    list-style-type: square;
}

li
{
    padding-bottom: 5px;
}

th
{
    text-align:left;
    vertical-align:top;
}

div.LogoContainer
{
	padding-top:10px;
	padding-bottom:15px;
	padding-left:0px;
	padding-right:0px;
}

div.ContentBody
{
	background-position: top;
	background-color: #FFFFFF;
	background-image: url( '../../Images/CntBcg.png' );
	background-repeat: no-repeat;
}

div.ContentContainer
{	
	padding: 10px 20px 10px 20px;
}

div.FooterContainer
{	
	display:block;	
	padding: 0px 9px 1px 11px;
	color:#000000;
}

div.FooterContainer div
{
	display:block;
	text-align:right;
	padding: 3px 7px 3px 3px;
	background-color:#D5CEA7;
	color:#FFFFFF;
}

div.BarCodeContainer, div.FooterContainer div.BarCodeContainer
{
	text-align:left;
	padding: 3px 4px 3px 4px;
	background-color: #FFFFFF;
}

div.ContentBottom
{
	display: block; 
	height:40px;
	background-position: top;		
	background-image: url( '../../Images/CntBottomEdge.png' );
	background-repeat: no-repeat;
}

/* menu */
div.MenuContainer
{
	display: block;		
	text-align: left;
	background-color:#D5CEA7;
	height:36px;
	margin:0px;
	padding: 0px 15px 0px 20px;
}

div.MenuContainer div
{
	display:inline;
	float:left;	
}

a.Menu
{
	display: block;	
	font-family: Verdana;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom:7px;
	padding-top:7px;
	text-decoration: none;
}

a.SelectedMenu
{
	display: block;	
	font-family: Verdana;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #46573e;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom:7px;
	padding-top:7px;
	text-decoration: none;
	background-color:#E7E2CB;
}

a.Menu:hover
{	
	color:#E7E2CB;
	background-color:#9c9466;
}

div.menu_sep
{
	width:1px;
	height:36px;
	background-color:#FFFFFF;
}

/* content */


div.Para, p.Para, div.Para p
{
	text-align:justify;
	padding-top:0px;
	margin-top:0px;	
}

span.Title
{	
	font-family: Verdana;
	font-size: 24px;
	font-weight: normal;
	display: block;
	padding-bottom: 5px;
	padding-top:1px;
	padding-right: 8px;
	color: #9c9466;
	text-transform:uppercase;
}

span.DarkTitle
{	
	font-family: Verdana;
	font-size: 20px;
	font-weight: normal;
	display: block;
	padding-bottom: 5px;
	padding-top:1px;
	padding-right: 8px;
	color: #666142;
	text-transform:uppercase;
}

span.SubTitle
{
	float:left;
	font-family: Verdana;
	font-size: 24px;
	font-weight: normal;
	display: block;
	padding-bottom: 0px;
	padding-top:1px;
	padding-right: 8px;
	color: #9c9466;
	text-transform:uppercase;
}

div.FlashDiv
{
	vertical-align:top;	
}

div.HalfScreenRow
{
	display:block;
}

table.LoginBox
{
	margin-top: 10px;
	margin-left: 20px;
}

table.LoginBox table tr td
{
	height: 33px;
	font-family: Verdana;
	font-size: 15px;
}

table.LoginBox table tr td input.LoginTextBox
{
	height:22px;
	width:160px;
	font-family: Verdana;
	font-size: 15px;
}

td.LoginLabel
{
	padding-right:10px;
}

/* search wordset */

div.SearchFilters
{
	display:block;
	padding-bottom:15px;
}

div.SearchFilters div
{
	float: left;
	border-style: solid;
	border-width: 1px;
	display: inline-block;
	width: 400px;
	height: 26px;
	background-color: #EAE7D6;
	border-top-color: #F4F4F1;
	border-right-color: #F4F4F1;
	border-bottom-color: #F4F4F1;
	border-left-color: #F4F4F1;
	vertical-align:middle;	
}

div.SearchFilters div table
{	
	margin: 3px 3px 3px 6px;
}

div.SearchFilters div table tr td
{
	
	min-width:150px;
	padding-right:10px;
	
}

input.DropDown
{
	width:150px;
}

div.SearchFilters div.CheckBoxContainer
{	
	padding-top:2px; 
	overflow:hidden; 
	height:18px;
	border: none;
}

span.FilterCheckBox
{		
}	

span.FilterCheckBox input
{	
	float:left;	
}

span.FilterCheckBox label
{	
	float:left;	
	padding-top:2px;
	
}

div.MultiTextBox_Med
{
	background-position: left top;		
	background-image: url('../../Images/MultiTextBox_Med.gif');
	background-repeat: no-repeat;
	padding-left:2px;	
}

div.MultiTextBox_Med textarea
{
	font-family: verdana, arial;
	font-size:13px;
	border: none;
	background: transparent;
	padding: 0px;
	width:588px;
	height:68px;
	
}

table.ClearTable td, table.Grid td table.ClearTable td
{
	padding:0px;
	border: none;	
}


table.Grid td
{
	padding:7px;
	border: 1px solid #403030;
	background-color:#FFFFFF;
}

table.Grid th
{
	padding-left: 7px;
	font-weight: normal;
	font-style: italic;
}
