﻿body
{
	background-color: #F5F5F5;
	color: #000000;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

a:link {color: #5A0000; text-decoration: underline;}
a:visited {color: #5A0000; text-decoration: underline;}
a:hover {color: #000000; text-decoration: none;}
a:active {color: #000000; text-decoration: none;}

.topNavLink:link {color: #FFFFFF; text-decoration: none;}
.topNavLink:visited {color: #FFFFFF; text-decoration: none;}
.topNavLink:hover {color: #6699CC; text-decoration: none;}
.topNavLink:active {color: #6699CC; text-decoration: none;}

.bottomNavLink:link {color: #FFFFFF; text-decoration: none;}
.bottomNavLink:visited {color: #FFFFFF; text-decoration: none;}
.bottomNavLink:hover {color: #FFFFFF; text-decoration: underline overline;}
.bottomNavLink:active {color: #FFFFFF; text-decoration: none;}

hr {height: 1px; border: solid #5A0000 0px; border-top-width: 1px;}

.pageTitle
{
	color: #000000;
	font-size: 15px;
	font-family: Arial;
	font-weight: bold;
	text-indent: 5px;
}

.title
{
	color: #5A0000;
	font-size: 13px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

table.shell
{
	width: 100%;
	border: 1px solid #001A6D;
}

td.shellTopCell
{
	background-image: url('images/topTile.jpg');
	background-repeat: repeat-x;
	border: 0;
	padding: 0;
	height: 92px;
}

td.shellRight
{
	background-image: url('images/topRight.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	border: 0;
	padding: 0;
	width: 200px; /*spacer gif in right.asp to force*/
}

table.topLogoTable
{
	background-image: url('images/topBG.jpg');
	background-position: top right;
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 92px;
	width: 100%;
}

td.topLogoCell
{
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 92px;
	width: 100%;
	padding-top: 5px;
	padding-left: 5px;
}


td.shellContent
{
	background-color: #F5F5F5
	color: #000000;
	height: 100%; /*forced by contentTable*/
	width: 100%;
}

td.topNavCell
{
	color: #FFFFFF;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 58px;
	padding-bottom: 10px;
	text-transform: uppercase;
}

td.shellBottomCell
{
	background-image: url('images/bottomTile.jpg');
	background-position: top left;
	background-repeat: repeat-y;
	background-color: #345F9B;
}

td.bottomCell
{
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 10px;
	text-transform: uppercase;
}

.submitBTN
{
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	background-color: #CCCCCC;
	width: 45px;
}

table.login
{
	background-color: #FFFFFF;
	width: 150px;
	border: 1px solid #001A6D;
	padding: 1px;
	color: #000000;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

table.contentTable
{
	
	width: 100%;
	height: 500px;
}

td.contentMainCell
{
	padding: 10px;
	color: #000000;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
td.contentJobList
{
	color: #000000;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
table.regular
{
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
table.matrix
{
	border-top: 0px #000 solid;
	border-left: 0px #000 solid;
	border-right: 3px #fff solid;
	border-bottom: 3px #fff solid;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

table.matrix th {
	border-top: 3px #fff solid;
	border-left: 3px #fff solid;
	border-right: 0px #000 solid;
	border-bottom: 0px #000 solid;
	padding: 6px;
	margin: 0;
	text-decoration: none;
	width: 25%;
	background-color: #2E569B;
	color: #fff;
}

table.matrix th.products {
	background-color: #79ACED;
}

table.matrix td {
	border-top: 3px #fff solid;
	border-left: 3px #fff solid;
	border-right: 0px #fff solid;
	border-bottom: 0px #fff solid;
	padding: 6px;
	margin: 0;
	text-decoration: none;
	width: 25%;
	background-color: #ebebeb;
	height: 20px;
	text-align: center;
}