body { margin: 0px; background-color: #FFFFFF; font-family: Verdana, Arial, Helvetica, sans-serif; }
p  { font-size: 12px; line-height: 14px; color: #666666; padding: 0px 0px 5px; margin: 0px; }
td  { font-size: 12px; line-height: 14px; color: #666666; padding: 0px; margin: 0px; }
/* p, td  { font-size: 12px; line-height: 14px; color: #666666; padding: 0px 0px 5px; margin: 0px; } */
h1 { font-size: 15px; line-height: 18px; color: #000000; padding: 0px 0px 10px; margin: 0px; }
strong { color: #333333; }

hr { height: 1px; color: #BBC19E; margin: 0px; padding: 0px; }

.footer     { font-size: x-small; color: #FFFFFF; }
.xxsmlTxt   { font-size: xx-small; }
.error      { color: #990000; }
.inputError { color: #990000; border: 1px solid #990000; }

.main { font-size: 12px; line-height: 14px; color: #666666; padding: 0px 0px 5px; margin: 0px; font-weight: normal; }


.subSections   { padding: 4px 0px 4px 0px; margin: 0px; font-size: 12px; line-height: 14px; color: #666666; font-weight: bold; text-decoration: none; }
.subSections a       { color: #666666; font-weight: bold; text-decoration: none; }
.subSections a:hover { color: #079cbd; font-weight: bold; text-decoration: underline; }




a { text-decoration: none; }
a:link, a:visited { color: #666666; text-decoration: none; }
a:hover, a:active { color: #666666; text-decoration: underline; } 



#resultsTable    { background-color: #FFFFFF; border-top: 1px solid #CCCCCC; border-left: 1px solid #CCCCCC; }
#resultsTable td { border-bottom: 1px solid #CCCCCC; border-right: 1px solid #CCCCCC; margin: 3px 5px 5px 3px; }
#resultsTable .header { background-color: #999999; }
#navTable p { margin: 0px; padding: 0px; }


#adminResultsTable { background-color: #FFFFFF; border-top: 1px solid #BEDA98; border-left: 1px solid #BEDA98; }
#adminResultsTable td, #adminResultsTable th { padding: 4px; border-right: 1px solid #BEDA98; border-bottom: 1px solid #BEDA98; }
#adminResultsTable th { text-align: left; background: #BEDA98; }
#adminResultsTable a { color: #000000; text-decoration: none; font-weight: normal; }
#adminResultsTable a:hover, a:active { color: #666666; text-decoration: none; font-weight: normal; }


.sidebar { background: url(../../images/menuimages/aug08/bg1.jpg) repeat-y left top; }




form { margin: 0px; padding: 0px; }

textarea { font-size: 11px; line-height: 15px; margin: 2px 0px; padding: 0px; border: 1px solid #CCCCCC; vertical-align: top; }

input { border: 1px solid #CCCCCC; padding: 0px; margin: 2px 0px; font-size: 11px; }
.inputError { color: #990000; border: 1px solid #990000; }

select, optgroup { border: 1px solid #CCCCCC; padding: 0px; margin: 2px 0px; vertical-align: middle; line-height: 10px; color: #FFCC33; background-color: #663300; font-size: 10px; font-family: Arial, Helvetica, sans-serif; }

.checkRadio { margin: 0px; padding: 0px; border: none; }
.submit { border: 0px ; padding: 0px; margin: 2px ; }

#searchValues { width: 120px; margin-left: 15px; margin-bottom: 5px; padding: 2px; }

.inputWidth30  { width: 30px;  }
.inputWidth50  { width: 50px;  }
.inputWidth75  { width: 75px;  }
.inputWidth100 { width: 100px; }
.inputWidth150 { width: 150px; }
.inputWidth200 { width: 200px; }
.inputWidth250 { width: 250px; }
.inputWidth300 { width: 300px; }
.inputWidth400 { width: 400px; }
.inputWidth500 { width: 500px; }

.inputWidth30E  { width: 30px;  color: #990000; border: 1px solid #990000; }
.inputWidth50E  { width: 50px;  color: #990000; border: 1px solid #990000; }
.inputWidth75E  { width: 75px;  color: #990000; border: 1px solid #990000; }
.inputWidth100E { width: 100px; color: #990000; border: 1px solid #990000; }
.inputWidth150E { width: 150px; color: #990000; border: 1px solid #990000; }
.inputWidth200E { width: 200px; color: #990000; border: 1px solid #990000; }
.inputWidth250E { width: 250px; color: #990000; border: 1px solid #990000; }
.inputWidth300E { width: 300px; color: #990000; border: 1px solid #990000; }
.inputWidth400E { width: 400px; color: #990000; border: 1px solid #990000; }
.inputWidth500E { width: 500px; color: #990000; border: 1px solid #990000; }


.opacity50 {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* ie 8 */
    filter: alpha(opacity=50);    /* ie 5-7 */  
    -moz-opacity: 0.5;    /* old mozilla browser like netscape  */  
    -khtml-opacity: 0.5;    /* for really really old safari */     
    opacity: 0.5;    /* css standard, currently it works in most modern browsers like firefox,  */  
}