/* CSS Document */

.pageBodyRTE{
 background-color: #FFFFFF;
 text-align: left;
 font-family: arial;
 font-size: 12px;
 color: #333333;
 } 

.pageBody table{
 font-family: arial;
 font-size: 12px;
 color: #333333;
 }

.pageBody a{
 color: #386AAB;
 text-decoration: none;
 }
.pageBody a:hover{ 
 text-decoration: underline;
 background-color: #F3F3F3;
 }
 
.pageBody input, textarea, select{
background-color: #F3F3F3; 
border: 1px solid #386AAB; 
font-family: Verdana; 
font-size: 11px; 
color: #386AAB;
 }
 
#newsFeed {
 text-align: justify;
 padding-right: 30px;
 }
 
#newsFeedTitle {
 font-weight: bold;
 color: #003366;
 }
 
#newsFeedDate {
 font-style: italic;
 font-size: 10px;
 color: #666666;
 }

#newsFeedArticle {
 }

.formField {
padding: 5px;
}

.formLabel {
width: 150px;
text-align: right;
padding-right: 5px;
float: left;
}

.radioCheckBox{
border: none ! important;
background-color: #FFFFFF ! important;
}

.download{
padding-left: 10px;
}
 
/* set "screenOnly" class to hide certain items during printing/handheld use */
@media print, handheld{
.screenOnly {display: none;}
IMG .screenOnly {display: none;}
}
/* END "screenOnly" class */

* html div.IEclear {
height: 1%;
}

#lockScreen{
visibility: hidden;
position: absolute;
left:0; 
top:0;
z-index:76;
width: 100%; 
height:100%;
background-image: url('images/lockScreen.gif');
}

#lockScreenFrame{ /*this frame is a hack to cover up select boxes in IE */
visibility: hidden;
position: absolute;
z-index: 75;
margin: 102 0 0 150;
width: 600px;
height: 95%;
border: none;
}

.cssPopUp{
position: absolute;
border: 1px #336699 solid; 
background-color: #F3F3F3; 
padding-left: 10px; 
z-index: 100;
}