﻿/*Defaults*/
body 
{
	margin: 0px 0px 0px 0px;
	font-family: Verdana;
	font-size: 8pt;
	color: #4C4C4C;
	background-color: #999999;
}

table
{
	border: none 0px #000000;
	border-collapse: collapse;	
}
td
{
	padding: 3px 3px 3px 3px;
}
A
{
	color: #6492C2;
	/*font-weight: bold;*/
}
IMG
{
	border: 0px;
}
/*Custom Classes*/
.noPadding
{
	padding: 0px 0px 0px 0px;
}
.mainHeaderRow
{
	background-color: #6492C2;
}
.mainHeaderRowBorder
{
	border-bottom: solid 1px #999999;
}
.mainContentRow
{
	background-color: #ffffff;
}
.mainContentCenterBorder
{
	border-right: solid 1px #999999;
}
.mainFooterRow
{
	color: #ffffff;
	border-top: solid 1px #999999;
	background-color: #5386BB;
	height: 16px;
	vertical-align: middle;
	text-align: center;
}
.mainContent
{
	/**/
}
.pageHeader
{
	background-color: #696969;
	color: #ffffff;
	font-size: 10pt;
	font-weight: bold;
	text-align: right;
	padding: 3px;
}

.menuItem
{
	font-weight: bold;
	border-bottom: solid 1px #5088BB;
	height: 16px;
	vertical-align: bottom;
	padding: 0px 0px 0px 0px;
	text-align: left;
}
.menuIcon
{
	padding: 0px 0px 0px 0px;	
	margin-bottom: 12px;
}
.menuSpacer
{
	height: 12px;
	padding: 0px 0px 0px 0px;
}
.menuMiniSpacer
{
	height: 8px;
}

.loginHeader
{
	background-image: url('images/loginTab.jpg');
	background-position:right;
	background-repeat: no-repeat;
	border-bottom: solid 1px #999999;
	text-align: right;
}
.leftBorder
{
	border-left: solid 1px #999999;
	padding-left: 3px;
}
.rightBorder
{
	border-right: solid 1px	#999999;
}
.triColumnUL
{
	 list-style: none; margin: 0px; padding: 0px;
}
.triColumnUL li
{
	float: left;
	margin: 12px 12px;
}
hr
{
	clear: both;
	margin: 12px 0px;
	border-top: solid 1px #5088BB;
}