﻿body 
{
	font-size: x-small;
	background-color: #C2CFCF;
	background-repeat:repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	background-image:url('../Images/Common/back.gif');
}

.siteTable
{
	width: 950px; 
	margin-left: auto; 
	margin-right: auto;
}

.headerCell
{
}

.menuCell
{
	width: 220px;
	padding-top: 5px;
	vertical-align: top;
}

.contentCell
{
	padding-top: 5px;
	padding-left: 5px;	
	vertical-align: top;
}

.menuTable 
{
	width: 100%;
	background-color: #F0F0F0;
}

.siteFooter 
{
	color: Silver;
	text-align: right;
	font-size: 8pt;	
	padding-top: 20px;
}

.contentData 
{
	width: 100%;
	padding: 5px;
}

.productTable
{
	width: 100%;
	padding: 2px;
	border: 1px solid #8B97A3;
	background-color: #B4C4C3;
}

.productHeader
{
	height: 25px;
	background-position: right;
	background-repeat: no-repeat;
	background-image: url('../Images/Common/product_hdr_right.jpg');
}

.productHeaderText {
	color: #2d4e7a;
	font-weight: bold;
	padding-left: 5px;
}

.productHeaderText:hover {
	color: #2d4e7a;
	padding-left: 5px;
	font-weight: bold;
	text-decoration: none;
}

.productHeaderMenu
{	
	text-align: right;
	float:right;
}

.productContent
{
	padding: 5px;
	border: 1px solid #8B97A3;
	background-color: #FFFFFF;
}

.gridHeader {
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #B4C4C3;
	background-repeat: repeat-x;
	background-image: url('../Images/Common/product_back.gif');
}

.gridSubHeader {
	padding-left: 5px;
	padding-right: 5px;
	background-color: #EDF0F4;
	border-bottom: 1px solid #8B97A3;
}

.gridRow {
	padding-left: 5px;
	padding-right: 5px;
	border-bottom: 1px solid #8B97A3;
}

.gridRowHighlight {
	background-color: #FFFAD5;
	padding-left: 5px;
	padding-right: 5px;
	border-bottom: 1px solid #8B97A3;
}

.gridRowAlert {
	background-color: #FFB8B8;
	padding-left: 5px;
	padding-right: 5px;
	border-bottom: 1px solid #8B97A3;
}

a {
	color: #5075AB;
	text-decoration: none;
}

a:link {
	color: #5075AB;
	text-decoration: none;
}

a:visited {
	color: #5075AB;
	text-decoration: none;
}

a:hover {
	color: #5075AB;
	text-decoration: underline;
}

.blackLink:link {
	color: #000000;
	text-decoration: none;
}

.blackLink:visited {
	color: #000000;
	text-decoration: none;
}

.blackLink:hover {
	color: #000000;
	text-decoration: underline;
}

.whiteLink:link {
	color: #FFFFFF;
	text-decoration: none;
}

.whiteLink:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.whiteLink:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.pageHeaderText 
{
	color: #336db6;
	font-size: medium;
	font-weight: bold;
}

.productSubHeader {
	color: #173047;
	font-size: small;
	font-weight: bold;
}

ul li {
	list-style-type: none;
	list-style-image: url(../Images/Common/bluebullet.gif);
}