﻿body
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 70%;
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4
{
	margin-top: 0;
	margin-bottom: .4em; 
	font-weight: bold;
}
h1
{
	color:#000080;
	font-size: 200%;
}
h2
{
	font-size: 150%;
	color:#000080;
}
h3
{
	font-size: 120%;
	color:#000080;
}
h4
{
	font-size: 100%;
	color:#000080;
}
ol, ul
{
	margin: .5em 0em 0em 4em; 
}
li
{
	margin-bottom: .5em;
}
ul p, ol p, dl p
{
	margin-left: 0em;
}
a:link
{
	color: #0000C0;
	text-decoration: none;
}
a:visited
{
	color: #800080;
	text-decoration: none;
}
a:hover
{
	color: #3366FF;
	text-decoration: underline;
}
img
{
	border-style: none;
}

.masterHeader
{
	background-image: url( 'Images/MasterHeaderBk.jpg' );
	background-repeat: repeat-x;
	height: 64px;
}
.masterHeader span#title
{
	color: White;
	font-size: 24pt;
	font-weight: bold;
	font-style: italic;
	font-family: Cambria, Times New Roman;
}
.masterHeader span#subtitle
{
	color: White;
	font-size: 11pt;
	font-weight: bold;
	font-style: italic;
	font-family: Cambria, Times New Roman;
}
.masterSubheader
{
	background-image: url( 'Images/MasterSubheaderBk.jpg' );
	background-repeat: repeat-x;
	height: 32px;
	vertical-align: middle;
	color: #191970; /*Color.MidnightBlue*/
}
.masterFooter
{
	background-image: url( 'Images/MasterFooterBk.jpg' );
	background-repeat: repeat-x;
	height: 32px;
	vertical-align: middle;
	color: #191970; /*Color.MidnightBlue*/
}

table.layoutTable
{
	border-collapse: collapse;
	width: 100%;
}
table.layoutTable td
{
	padding: 0;
}
table.layoutTable td.content
{
	padding: 0 10px 0 10px;
}
table.layoutTable td.contentRight
{
	padding: 0 10px 0 10px;
	text-align: right;
}

td.masterPageMenuColumn
{
	vertical-align: top;
	background-color: #F5F5F5;
	border-right-style: inset;
	border-right-color: #CCFFFF;
	border-right-width: thin;
	width: 120px;
}
td.masterPageMenuColumn .masterPageMenu
{
	width: 100%;
}
td.masterContentColumn
{
	vertical-align: top;
}
td.masterContentColumn div.masterContentColumnDiv
{
	padding: 5px;
}

table.pageMenuItem
{
	background-image: url( 'Images/MasterPageItemBk.jpg' );
	background-repeat: repeat-x;
	height: 32px;
	vertical-align: middle;
	color: #191970; /*Color.MidnightBlue*/
}
table.pageMenuItemSelected
{
	background-image: url( 'Images/MasterPageItemSelectedBk.jpg' );
	background-repeat: repeat-x;
	height: 32px;
	vertical-align: middle;
	color: #191970; /*Color.MidnightBlue*/
}
.pageMenuItem
{
	padding: 0px 10px 0px 10px;
}
.pageMenuItemSelected
{
	padding: 0px 10px 0px 10px;
}

td.errorMessageCell
{
	color: #FF0000; /*Red*/
}

.hidden
{
	visibility: collapse;
	display:none;
}