﻿body 
{
	background-image: url("Images/background.png");
	background-repeat: repeat-x;
}

fieldset 
{
	-moz-border-radius: 7pt;
	padding-left: .1em;
	padding-right: .1em;
}

legend 
{
	font-size: .8em;
	font-weight: bold;
}

div {
	padding-left: .1em;
	padding-right: .1em;
}

.menuCell 
{
	background-image: url("Images/menuItembackground.jpg");
	background-repeat: repeat;
	color: White;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	width: 100px;
	height: 24px;
}

.subMenuCell 
{
	font-size: .8em;
	background-image: url("Images/menuItembackground.jpg");
	background-repeat: repeat;
	color: White;
	text-align: left;
	vertical-align: middle;
	text-indent: 5px;
	font-weight: bold;
	width: 100px;
	height: 24px;
}

.bodyCell { border-left-style: ridge; }
.bodyCellDiv { padding-left: 10px; }
.firstLetterHeader { font-family: Old English Text MT; font-size: 5em; }
.flashHeader { height: 150px; }
.mainTable { background-color: Transparent; width: 800px; }
.otherLettersHeader { font-family: Old English Text MT; font-size: 3em; }
.menuLink { text-decoration: none; color: White; }
.pageBodyText {font-family: Times New Roman;}

/* Tables, Rows, Cells */
.PageTable {
	Width: 80%;
	text-align: center;
	vertical-align: top;
	border-left-style: solid;
}

.PageHeaderTable {
	Width: 80%;
	text-align: center;
	vertical-align: top;
}

.TableRowAlt1 {
	background-color: #FFCC66;
}

.TableRowAlt1Red {
	background-color: #FFCC66;
	color: Maroon;
}

.TableRowAlt1Green {
	background-color: #FFCC66;
	color: Green;
}

.TableRowAlt2 {
	 background-color: White;
}

.TableRowAlt2Red {
	 background-color: White;
	 color: Maroon;
}

.TableRowAlt2Green {
	 background-color: White;
	 color: Green;
}

.HeaderCell {
	vertical-align: middle;
	text-align: left;
	font-weight: bold;
}

.HeaderCellCenter {
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
}

.DetailCellLeft1 {
	text-align: left;
	vertical-align: top;
	font-size: 12px;
}

.DetailCellRight1 {
	text-align: right;
	vertical-align: top;
	font-size: 12px;
}

.DetailCellCenter1 {
	text-align: center;
	vertical-align: top;
	font-size: 10px;
}

/* Highlights */
.HeaderText1 {
	font-size: 30px;
	color: Blue;
	text-decoration: underline;
}
.HeaderText2 {
	font-size: 25px;
	color: Blue;
}

.HeaderText3 {
	font-size: 12px;
	font-weight: bold;
	vertical-align: top;
}

.HeaderText3Center {
	font-size: 10px;
	font-weight: bold;
	vertical-align: top;
	text-align: center;
}

.HeaderText4 {
	font-size: 14px;
	font-weight: bold;
	vertical-align: top;
	text-align: left;
}

.HeaderText3ColorBackgroud {
	font-size: 10px;
	font-weight: bold;
	vertical-align: top;
	background-color: Silver;
	color: Black;
}

.HighLightText1 {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	background-color: ButtonShadow;
}

.HighLightText2 {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	background-color: ButtonFace;
}

.HighLightText3 {
	font-size: 14px;
	font-weight: bold;
	text-align: left;	
}

.HighLightText4 {
	font-size: 10px;
	font-weight: bold;
	text-align: left;	
}

.HighLightText5 {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	background-color: ButtonFace;
}

.HighLightFinePrint {
	font-size: 12px;
	text-align: left;
}

.ErrorText1 {

	font-size: 14px;
	color: Red;
	font-weight: bold;
}

.ErrorText2 {
	font-size: .80em;
	color:Red;
	font-weight: bold;
}

.UpdateProgressText 
{
	font-size: .8em;
	color: Green;
	font-weight: bold;
	background-color: ButtonFace;
}