﻿
.shadetabs{
border-bottom: 1px solid gray;
/* width: 90%; width of menu. Uncomment to change to a specific width */
margin-bottom: 1em;
}

.shadetabs ul{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
color: #2d2b2b;
background: white url(../images/shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

/*
.shadetabs li.selected
{
position: relative;
top: 1px;
}
*/

.shadetabs li.selected a{ /*selected main tab style */
background-image: url(../images/shadeactive.gif);
border-bottom-color: white;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

body {
	margin: 0px 0px 0px 0px;
	background-color: #344863;
}

a {
	font-weight: bold;
	text-decoration: underline;
	color: #4F5854;
}

a:hover {
	color: #283139;
}

a.footer 
{
	font-weight: normal;
	text-decoration: none;
	color: #C9C9C9;
}

a.footer:hover {
	text-decoration: underline;
	color: #C9C9C9;
}

td {
	color: #333333;
	font: 11px Verdana;
}

td.leftNavCell
{
	width: 169px; 
	background-color: #BECAD8;
	background-image: url(../images/bgLeftNav.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

td.contentCell
{
	background-image: url(../images/bgContent.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #DDDDDD;
}

td.blackSeperatorVertical
{
	width: 1px; 
	background-color: #000000;
}

td.noSidePadding
{
	padding-left: 0px; 
	padding-right: 0px;
}

td.footer
{
	color: #C9C9C9;
	background-color: #202020;
}

td.footerRT
{
	background-color: #424242;
}

.formField
{
	font-family: Verdana, Arial;
	font-size: 11px;
	border: solid 1px #7F9DB9;
	background-color: #FFFFFF;
}
