html
{
   background-color: #02599E;
   background-image:  url(/SeattleCommon/images/blueBack.png);
   background-repeat: repeat-x;
}
body
{
   color : #000000;
}
.mainContainer
{
   background-color: #ffffff;
   width: 960px;
   margin: 0px auto;
   font-size: 12px;
}
.mainForm
{
   min-height:400px;
   border-left: 1px solid #CCC;
   border-right: 1px solid #CCC;
}
.MainPageContent
{
   min-height: 300px;
   height: auto !important;
   height: 300px;
}
.horizCenteredPanel
{
   margin-left: auto;
   margin-right: auto;
}
.bottomPad1
{
   padding-bottom: 1ex;
}
.sectionHeader
{
   border: solid 1px lightgray; 
   background-color: #B0C4DE;
   color: Black;
   font-weight: bold;
   text-align: center;
}
.errorMessage
{
   color:Red;
}
.smLink
{
   font: 8pt;
   color: #3a63d7;
}
td
{
   font-size:100%;
}
.divBlue
{
   background-image:url("../images/blueback.gif");
   background-repeat:repeat-x;
   border:1px solid #9A9A9A;
   color:#FFFFFF;
   font:bold 12pt verdana,helvetica,sans-serif;
   height:25px;
   padding:5px 10px 0px;
   vertical-align:middle;
   width:500px;
   _width:478px;
   #width:478px;
}
.divWhite
{
   background:none repeat scroll 0 0 #FFFFFF;
   border:1px solid #9A9A9A;
   color:#000000;
   float:left;
   font:9pt verdana,helvetica,sans-serif;
   margin-top:5px;
   padding:10px;/*setting for FF and other standards compliant browsers*/
   width:500px;
   _width:478px;
   #width:478px;
}

.cellTXT
{
   font:bold 9pt verdana, helvetica, sans-serif;
}

.appFooter
{
   background-color:#E1E1E1;
   color:#747474; 
   font-size:80%; 
   text-align:center; 
   padding-top:5px; 
   padding-bottom:5px;
   border: 1px solid #CCC;
}
.pageTitleBar
{
   background-color: #EEFAFE;
   border: 1px solid #CCC;
   height: 40px;
}