﻿body /*Internet Explorer*/
{
	margin:0px 0px 0px 0px;
	background-color:#F0F0F0;
	filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#FFFFFF', startColorstr='#00395A', gradientType='0');
	text-align:center;
	font-family:Tahoma;
}
body /*Firefox*/
{
	background-color:#F0F0F0;
	text-align:-moz-center;
	font-family:Tahoma;
}
table
{
	font-family:Tahoma;
	font-size:small;
}
a
{
	font-family:Tahoma;
	color: #00395A;
	background-color:Transparent;
}
a img
{
	border-style:none;
}
/*img
{
	border-style: none;
}*/
p
{
	font-family:Tahoma;
	font-size:small;
}
h1
{
	font-family:Tahoma;
	font-size:medium;
	font-weight:bold;
	color:#00395A;
}
h2
{
	font-family:Tahoma;
	font-size:small;
	font-weight:bold;
	color:#00395A;
}
h3
{
	font-family:Tahoma;
	font-size:small;
	font-weight:normal;
	color:#00395A;
}
ul
{
	font-family:Tahoma;
	font-size:small;
}
ol
{
	font-size:small;
}
ul
{
	font-size:small;
}
.textStyle
{
	font-family:Tahoma;
	font-size:smaller;
}
.whiteLink
{
	font-size:x-small;
	color: White;
	text-decoration:none;
}
.searchButtonStyle
{
	background-color:#C2CD23;
	border:solid 1px;
	font-family:Tahoma;
	font-size:small;	
}
.navButtonStyle
{
	background-image:url(Images/MasterPageImages/green-nav-bar.gif);
	background-color:Transparent;
	color:#00395A;
	font-family:Tahoma;
	font-size:small;
	width:102px;
	height:22px;
	border:none;
	cursor:pointer;
	text-align:center;
}
.navActiveButtonStyle
{
	background-image:url(Images/MasterPageImages/blue-nav-bar.gif);
	background-color:Transparent;
	color:White;
	font-family:Tahoma;
	font-size:small;
	width:102px;
	height:22px;
	border:none;
	text-align:center;
}
.NavSpace
{
	padding-bottom:2px;
}
.searchTextBoxStyle
{
	border:solid 1px;
	width:200px;
	padding-bottom:2px;
}
.mainTable
{
	width: 800px;
	background-color:White;
	text-align:left;
}
.mainLeftNavColumn
{
	width: 150px;
	vertical-align: top;
	text-align: center;
}
.mainContentCell
{
	vertical-align: top;
	padding-right:5px;
	padding-bottom:20px;
}
.mainStrip
{
	height:100px;
	padding-top:12px;
}
.mainUpperStrip
{
	height:40px;
	background-color: #00395A;
	text-align:right;
	font-family:Tahoma;
	font-size:x-small;
	color: White;
}
.mainBaseStrip
{
	height:9px;
	background-color: #C2CD23;
}
.footerStrip
{
	height:25px;
	background-color: #00395A;
	text-align:right;
	font-family:Tahoma;
	font-size:x-small;
	color: White;
}
.validatorCalloutHighlight
{
    background-color: lemonchiffon;
}
.standardTable
{
	font-family:Tahoma;
	font-size:small;
}
/*The Main Nav Menu*/
.menuStyle
{
	font-family:Tahoma;
	font-size:small;
	color:#00395A;
}
.menuItemsStyle
{
	font-family:Tahoma;
	margin-bottom: 0px;
}
.staticMenuItemsStyle
{
	font-family:Tahoma;	
	border-right-style:ridge;
	border-right-width:thin;
	border-right-color:#00395A;
	vertical-align:middle;
	padding-right:10px;
	padding-left:1px;
}
.dynamicMenuItemsStyle
{
	font-family:Tahoma;
	background-color:White;
	border-bottom-style:solid;
	border-left-style:solid;
	border-right-style:solid;
	border-width:thin;
	border-color:#C2CD23;
	border-spacing:0;
	padding-left:1px;
	padding-right:1px;
}
.dynamicSelectedItemsStyle
{
	font-family:Tahoma;
	background-color:#C2CD23;
	color:Black;
}
.dynamicHoverItemsStyle
{
	font-family:Tahoma;
	background-color:#C2CD23;
	color:Black;	
}
.productTable
{
	border:solid .5pt black;
	font-size:small;
}
.topAlignTable tr
{
	vertical-align:top;
}
.tableHeader
{
	border:solid .5pt black;
	background-color:#C2CD23;
}
td.thinBlack
{
	border:solid .25pt black;
}
/*Accordian Control*/
.accordianHeader
{
	border: 1px;
	border-style: solid;
	border-color:#2F4F4F;
    color: white;
    background-color: #C2CD23;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}
.accordionHeader a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}
.accordionHeader a:hover
{
	background: none;
	text-decoration: underline;
}
.accordionHeaderSelected
{
    border: 1px;
    border-style:solid;
    border-color:#2F4F4F;
    color: white;
    background-color: #00395A;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}
.accordionHeaderSelected a
{
	color:White;
	text-decoration: none;
}
.accordionHeaderSelected a:hover
{
	text-decoration: underline;
}
.accordionContent
{
    background-color: #D3DEEF;
    border: 1px solid #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
    font-size:small;
}
.verticaltext
{
	writing-mode: tb-rl;
	filter: flipv fliph;
}
.thinBorder
{
	border:solid .5px #000000;
}


