﻿body
{
	padding: 0;
	margin: 0;
	background-position: left top;
	font-size: 11px;
	font-family: 'Microsoft Sans Serif';
	letter-spacing: 0;
	word-spacing: 0;
}
a
{
	color: #0016A8;
	text-decoration: none;
}
a:hover
{
	color: black;
}
h1
{
	font-size: 14px;
	font-family: 'Microsoft Sans Serif' , 'Arial Black';
	letter-spacing: 0px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
h2
{
	font-size: 12px;
	font-family: 'Microsoft Sans Serif' , 'Arial Black';
	letter-spacing: 0px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
h3
{
	font-size: 10px;
	font-family: 'Microsoft Sans Serif' , 'Arial Black';
	letter-spacing: 0px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.mainContainer
{
	padding-top: 15px;
	margin: auto;
}

.pageTitle
{
	/*color: #6F78AC; */
	font-size: 18px;
	font-weight: normal;
	font-family: 'Arial Black';
	letter-spacing: -1px;
	line-height: 12px;
}
.contentFrame
{
	background-position: center top;
	text-align: center;
	clear: both;
}

.contentFrameBody
{
	height: 100%;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 5px;
}

.mainContentMainSection
{
	vertical-align: top;
	padding: 10px 0px 0px 5px;
}

.console
{
	float: right;
}

.contentFrame ul
{
	margin-left: 5px;
	padding-left: 5px;
	color: black;
}
.contentFrame li
{
	list-style-type: none;
	margin-left: 3px;
	padding-left: -10px;
	padding-bottom: 5px; /*color: #DA2A01;*/
	list-style-image: url( '/images/reddot.gif' );
}

.contentFrame li span.title
{
	font-family: 'Arial Black';
	margin-left: -10px;
	letter-spacing: -1px;
}
.contentFrame li span.title a
{
	color: black;
}
.contentFrame li a:hover
{
	color: gray;
}
.contentFrame li ul
{
	margin-left: 0px;
	padding-left: 0px;
}
.contentFrame li ul li
{
	list-style-type: none;
	list-style-image: none;
}
.contentFrame li ul a
{
	color: Gray;
}
.contentFrame li ul a:hover
{
	color: Black;
}
.contentOverflowFrame
{
	width: 600px;
	overflow: auto;
}

.smallheader1
{
	font-size: 12px;
	font-family: 'Microsoft Sans Serif' , 'Arial Black';
	letter-spacing: 0px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.smallheader2
{
	font-size: 12px;
	font-family: 'Microsoft Sans Serif' , 'Arial Black';
	letter-spacing: 0px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.standardTable
{
	table-layout: auto;
	border-collapse: separate;
}
.standardTable .tableHeaderStyle
{
	font-weight: bold;
	color: black;
	background-color: silver;
	text-align: center;
	padding: 5px 0 5px 0;
}
.standardTable .tableFooterStyle
{
}
.standardTable .tableRowStyle
{
}
.standardTable .tableAltRowStyle
{
	background-color: gainsboro;
}
.standardTable .tablePagerStyle
{
	text-align: center;
}

.standardTable .tableRowStyle .date, .standardTable .tableAltRowStyle .date
{
	white-space: nowrap;
	padding: 0px 5px 0px 5px;
}

