﻿body
{
	background-position: left top;
	margin: 0px;
	background-image: url( '../../Images/bcg_pattern.gif' );
	background-repeat: repeat;
	font-family: Verdana, Arial;
	font-size: 13px;
	font-weight: normal;
	text-transform: none;
	color: #000000;
}

#outerDiv
{
	margin: 0px 0px 0px 0px;	
	width: 100%;	
}

#mainDiv
{
	width:auto;
	display: inline;	
	position: relative;
	top: 0px;
	left: 0px;		
}

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: #e08800;
	text-decoration: underline;
}

a:hover
{			
	color: #e18800;
	text-decoration: none;
}


a.Subtitle
{
	color: #101010;
	text-decoration: none;
	font-weight:bold;
}

a.Subtitle:hover
{			
	color: #e18800;
	text-decoration: none;
}

a.ActionLink, a.ActionLink:link, a.ActionLink:visited, a.ActionLink:active
{
	display:block; 
	height:26px; 
	padding-left:45px; 
	padding-top:10px; 
	font-size:16px; 
	background-repeat:no-repeat;
}

div.Button
{	
	display:block;	
	width:211px;
	height:41px;
	background-image: url(  '../../Images/Button_o.gif' );
	background-repeat:no-repeat;	
}

div.Button a
{
	display: block;
	width: 211px;
	height: 28px;
	background-image: url(  '../../Images/Button_n.gif' );
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 13px;
	color: #000033;	
	text-decoration: none;
	text-transform: uppercase;
}

div.Button a:hover, div.HalfButton a:hover
{	
	background-image: url(  '../../Images/Button_Empty.gif' );	
}

div.HalfButton
{	
	display:block;	
	width:211px;
	height:31px;
	background-image: url(  '../../Images/ButtHalf_o.gif' );
	background-repeat:no-repeat;	
}

div.HalfButton a
{
	display: block;
	width: 211px;
	height: 23px;
	background-image: url(  '../../Images/ButtHalf_n.gif' );
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 8px;
	color: #000033;	
	text-decoration: none;
	text-transform: uppercase;
}

/* menu */
div.menu_row
{
	display: block;
	height: 30px;		
	text-align: right;
}

div.menu_row a
{
	font-family: Verdana;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #eeaa00;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
}

div.menu_row a:hover
{
	color: #ffcc00;
	background-color:#000000;
}

table.footer_row
{
	color: #808080;			
}



/* inbox */
table.inbox
{	
}

td.inbox_left
{
	width:16px;
	background-image: url( '../../Images/InBoxLeft.png' );
	background-repeat: no-repeat;
}

td.inbox_right
{
	width:16px;
	background-image: url( '../../Images/InBoxRight.png' );
	background-repeat: no-repeat;
}

td.inbox_body
{
	background-image: url(  '../../Images/InBoxBody.png' );
	padding-top: 6px;
	background-repeat: repeat-x;
	vertical-align:top;	
}

/* content */

div.Content
{
	padding-right: 0px;
	padding-left: 0px;	
	/*overflow: visible;*/
}

div.FloatingContainer
{
	padding: 0px;
	margin:0px;
	position: relative;
	display: block;	
}

span.Title
{
	font-family: Verdana;
	font-size: 20px;
	font-weight: bold;
	display: block;
	padding-bottom: 10px;
	padding-top: 10px;
	color: #333333;	
}

span.TitleFont
{
	font-family: Verdana;
	font-size: 20px;
	font-weight: bold;		
	color: #333333;
	text-transform: capitalize;
}


span.SmallTitle
{
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
	display: block;
	padding-bottom: 5px;
	padding-top:15px;
	color: #333333;
}

span.SubTitle
{
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
	display: block;
	padding-bottom: 5px;
	padding-top:0px;
	color: #333333;
}

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;
	
}