TD, TH
{
    font-family: arial, san-serif;
    font-size: 85%;
}

TEXTAREA, INPUT
{
	font-family: arial, san-serif;
	font-size: 125%;
}

.LeftNavColumn
{
	background: #DBE0F3;
	border-right: solid 1px black;
}

.Footer
{
	position: fixed;
	width: 100%;
	height: 26px;
	top: auto;
	right: 0;
	bottom: 0;
	left: 0;
	background: #DBE0F3;
	text-align: center;
	border-top: solid 1px black;
}

.Search
{
	border-bottom: solid 1px black;
	background: #EAECF8;
}

TD.HeaderRow
{
	border-bottom-style: solid;
	border-bottom-color: black;
	border-bottom-width: 1px;
}

.icButton
{
	background: #DBE0F3;
	border: solid 1px black;
	cursor: pointer;
}

.icTinyButton
{
	background: #EAECF8;
	border: solid 1px grey;
	font-size: 80%;
	padding: 0px;
	cursor: pointer;
}

A:active
{
	color: navy
}

A:visited
{
	color: navy
}

A:link
{
	color: navy
}

A:hover
{
	text-decoration: none;
}

A.SmallText
{
	font-size: 90%;
}

.PageTitle
{
	font-size: 170%;
	color: black;
	text-align: left;
	border-bottom: solid 1px black;
	font-family: arial, san-serif;
}

.LargeText
{
	font-size: 160%;
}

.MediumLargeText
{
	font-size: 140%;
}

.MediumText
{
	font-size: 120%;
}

.SmallText
{
	font-size: 90%;
}

.SmallError
{
	font-size: 90%;
	color: red;
}

.LargeError
{
	font-size: 140%;
	color: red;
}

.ShadedBox
{
	background: #DBE0F3;
	border: solid 1px black;
	padding: 8px;
}

.LightShadedBox
{
	background: #F7F7FD;
	border: solid 1px #DBE0F3;
	padding: 4px;
}

.SmallShadedBox
{
	background: #DBE0F3;
	border: solid 1px black;
	padding: 4px;
}

.TinyShadedBox
{
	background: #EAECF8;
	border: solid 1px white;
	padding: 2px;
}

TR.RowColorA TD
{
	background: #F7F7FD;
	border-bottom: solid 1px #eaeaea;
}

TR.RowColorB TD
{
	background: white;
	border-bottom: solid 1px #eaeaea;
}

TR.RowColorC TD
{
	background: white;
	border-bottom: solid 1px #eaeaea;
}

.Help_Header
{
	color: navy;
	font-weight: bold;
}

P
{
	margin-top: 5px;
	margin-bottom: 10px;
}

OL LI
{
	padding-top: 2px;
	padding-bottom: 2px;
}

.Help_Section
{
	text-align: justify;
}


SELECT
{
	font-size: 10pt;
}

HR
{
	height: 1px;
	color: black;
	width: 100%;
}

TR.TableHeader TD
{
	background: #DBE0F3;
	font-weight: bold;
	border-bottom: solid 1px black;
	border-top: solid 1px black;
}

TR.TinyTableHeader TD
{
	background: #EAECF8;
	font-size: 75%;
	font-weight: bold;
	border-bottom: solid 1px black;
}

TD.LabelColumn
{
	text-align: right;
	font-weight: bold;
	background: #DBE0F3;
	border: solid 1px black;
	padding: 8px;
	vertical-align: top;
}

TD.TinyLabelColumn
{
	text-align: right;
	font-weight: bold;
	background: #EAECF8;
	border: solid 1px white;
	padding: 2px;
	vertical-align: top;
}

TD.TextColumn
{
	border-top: solid 1px #eaeaea;
	padding: 8px;
	vertical-align: top;
}

TD.TinyTextColumn
{
	border-top: solid 1px white;
	background: #EAECF8;
	padding: 2px;
	vertical-align: top;
}

TD.TextColumnWithBottomBorder
{
	border-top: solid 1px #eaeaea;
	border-bottom: solid 1px #eaeaea;
	padding: 8px;
}

TD.ControlBreak
{
	font-size: 130%;
	color: black;
	text-align: left;
	font-family: arial, san-serif;
}

div.main {
    border: 1px solid #000066;
}
/* Default Style (Opera inspired) */
div.domMenu_menuBar {
    border: solid #7E7E7E;  
    border-width: 1px 0 0 1px;
}
div.domMenu_menuElement {
    font-family: Arial, sans-serif; 
    font-size: 18px;
    border: solid #FFFFFF;  /*Menu boarder size*/
    border-width: 0 1px 1px 0;
    /*background: #292A8B repeat-x; */
    background: #598ABB repeat-x; 
    color: #FFFFFF;  
    text-align: center;
    height: 28px;
    line-height: 28px;
    vertical-align: middle;
}
div.domMenu_menuElementHover {
    background: #FFFFFF repeat-x;
    color:#9C9C9C
}
div.domMenu_subMenuBar {
    border: solid #7E7E7E 1px;
    background-color: #FFFFFF;
    padding-bottom: 1px;
/*    opacity: .9;
    filter: alpha(opacity=90);*/
}
div.domMenu_subMenuElement {
    font-family: Arial, sans-serif; 
    font-size: 14px;
    border: solid #CCCCCC 1px;
    margin: 1px 1px 0 1px;
    color: #0F0F0F;
    padding: 2px 7px;
}
div.domMenu_subMenuElementHover {
    background-color: #DBE0F3;
}
