﻿body
{
    font-size: small;
    color: black;
    font-family: Arial, Helvetica, Verdana;
    margin:0px 0px 0px 0px;
    background-color: #DDDDDD; 
}
.dataField
{
    font-weight: normal;
    vertical-align: top;
}
.textLabel
{
   /* width: 160px;*/
    float: left;
    font-weight: bold;
    margin-right: 5px;
    text-align: right;
    vertical-align: bottom;
    white-space: nowrap;
}
.textLabelAligned  /*used for login page*/
{
    display: inline-block;
    width: 150px;
    margin: 5px;
    font-weight: bold;
    text-align: right;
    vertical-align: middle;
}
.textLabelMultiLine
{
    float: left;
    margin-right: 5px;
    text-align: left;
    white-space: normal;
}
.textCheckbox
{ /*new 12/15/06*/
    float: left;
    font-weight: bold;
    margin-right: 5px;
    text-align: right;
    vertical-align: top;
    white-space: nowrap;
}
.dataCheckbox
{/*new 12/15/06*/
    font-weight: bold;
    vertical-align: top;
}
.MenuItem
{
    font-size: large;
    font-weight: normal;
    color: Maroon;
    margin-left: 30px;
}
span.formw
{
    font-weight: normal;
}

.TextBox
{
    float: left;
}

.dataLabel
{
    float: left;
}

.buttons
{
    text-align: center;
}

.centered
{
    float: right;
}
div.row
{
    clear: both;
    padding-top: 2px;
}
div.userInfo
{
    font-weight: bold;
    float: right;
}
span.rightLabel
{
     font-size: small;   
}

div.row span.textLabelColumn2
{
    float: left;
    /*width: 100px;*/
    text-align: right;
    font-weight: bold;
    margin-right: 5px;
    font-size: small;
}
div.row span.textLabelColumn2-fixed
{
    float: left;
    width: 150px;
    text-align: right;
    font-weight: bold;
    margin-right: 5px;
    font-size: small;
}
div.row span.formw
{
   /* float: left;*/
    /*width: 400px;*/
    /*text-align: left;*/
    font-size: small;
    font-weight: normal;    
}

div.row span.formw-rightColumn
{
    float: left;
    /*width: 100px;*/
    text-align: left;
    font-size: small;
}
div.row span.formw-checkbox
{
    float: left;
    /*width: 20px;*/
    text-align: left;
    font-size: small;
}
div.spacer 
{
    clear: both;
}

#header
{
    background-repeat: repeat-x;
    height: 67px;
    background-color: #000066; /*margin-left: 30px;
	margin-right: 30px;*/
    font-size: large;
    font-weight: bolder;
    color: white;
    text-align: center;
    background-image: url(images/banner_slice.gif);
    background-repeat: repeat-x;
}
#headerUser
{
    font-size: small;
    font-weight: normal;
    color: white;
    text-align: right;
}
#navContent 
{
	float: left;
	background: #fff;
	margin-left: 5px;
	margin-right: 5px; 
	padding-left: 5px;
	/*padding-bottom: 43px;*/
	padding-bottom: 25px;
	background-color: #DDDDDD;
}
#bodyContent
{
	background: #fff;
	font-size: small;
	/*margin-left: 150px;*/
	margin-left: 20px;
	margin-right: 50px; 
    /*background-image: url(images/vert_line_new.gif);*/
    background-repeat: repeat-y;
    background-color: #DDDDDD;
}
#center
{
	TEXT-ALIGN: center;
}
P
{
    FONT-SIZE: 10pt;
    COLOR: black;
    PADDING-LEFT: 30px;   
}

legend
{
	font-size: 10pt;
	color: #333399;
	font-weight: bolder;
}
H1
{
    FONT-WEIGHT: bolder;
    FONT-SIZE: 14pt;
    COLOR: #800000;
    text-align: center;
}
H2
{
    FONT-WEIGHT: bolder;
    FONT-SIZE: 14pt;
    COLOR: #666666;
}

#small
{ 
	FONT-SIZE: 8pt;
	COLOR: #800000;
	FONT-WEIGHT: bolder;
}
#tagline
{
	FONT-SIZE: 10pt;
	COLOR: #800000;
}
#headerText
{
    font-size: x-large;
    color: White;
    padding-top: 15px;  /*to position text within header band*/
}
#footer
{
	font-size: 10pt;
	border-top: 5px double #333399;
	background-color: #fff;
	color: #333399;
	margin-left: 30px;
	text-align: center;
	padding-top: 10px;
}
#right
{
	text-align: right;
}
/* All 'navcontainer' for horizontal navigation bar 12/06*/
#navcontainer ul
{
    padding-left: 0;
    margin-left: 0;
    background-color: #000066;
    color: White;
    float: left;
    font-family: arial, helvetica, sans-serif;
    width: 100%;
}
#navcontainer ul li 
{
    display:inline;
}
#navcontainer ul li a
{
    padding: 0.2em 1em;
    background-color: #000066;
    color: White;
    text-decoration: none;
    float: left;
    border-right: 1px solid #fff;
}
#navcontainer ul li a:hover
{
    background-color: #5a5a9c;
    color: #fff;
}
.warning
{  /*new 10/26/07 */
    font-weight: bold;
    color: red;
}
div.leftColumn
{/*new 10/29/07 */
    float: left;
    width: 50%;
    margin-left: 2%;
    margin-right: 2%;
    clear: both;
    padding-top: 2px;
}
div.rightColumn
{/*new 10/29/07 */
    float: left;
   /* clear: both; removed 10/31/07, otherwise columns not aligning properly in Firefox*/
    padding-top: 2px;
}
div.entireWidth
{/*new 10/30/07 */
    float: none;    
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
    clear: both;
    padding-top: 2px;
}
.maroonText
{  /*new 9/29/08 */
    color: maroon;
}
.explanatoryText
{	/*new 10/29/08 */
	FONT-SIZE: 9pt;
	COLOR: black;
}