/* CSS Document */
body {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
margin: 0;
padding: 0;
background-color:white;
}

#messDiv {
width: 100%;
text-align:left;
color:#009933;
font-family:Arial, Helvetica, sans-serif;
font-size:medium;
margin: 0 0 20px 0;
}
#bottomBottomPanel {
float:left;
width: 100%;
height:20px;
background-color:white;
text-align:center;
color: black;
}
#topLinks { 
color:#999999; /*was 999999*/
}
#topLinks a:link {text-decoration: none; color:white;}
#topLinks a:visited {text-decoration: none; color:white;}
#topLinks a:hover {text-decoration: underline; color:white;}


h1 {font-style:normal; font-size:16px; font-weight:bold; text-indent:5px;}
h2 {font-style:normal; font-size:12px; text-indent:5px; font-weight:normal;}
h3 {font-style:normal; font-size:12px; font-weight:normal; text-indent:5px;}
p {margin: 0 0 10px 0;}
li, ul {list-style: none; padding: 0px; margin: 0px;}
li {padding: 2px;}
a {text-decoration: none; color: blue;}
a:hover {text-decoration: underline;}

table.borderAround { border:thin #333333;}

table.mainTable {max-width:1000px; }

table.highLight {background:#FFFFFF; border-collapse:collapse; border:thin; border-color:#F4F4F4;}
table.highLight tr.highLightTitle td{text-align:center; font-size:14px; font-weight:normal; background: url(chromebg6.gif) center center repeat-x; /*THEME CHANGE HERE*/}
table.highLight tr.highLightTitle a {text-decoration: none; color: black;}
table.highLight tr.highLightTitle a:hover {color: blue;}
table.highLight tr.highLightTitleGray td{text-align:center; font-size:14px; font-weight:normal; background-color:#E5E5E5}
table.highLight tr.highLightTitleGray a {text-decoration: none; color: black;}
table.highLight tr.highLightTitleGray a:hover {color: blue;}
table.highLight tr.highLightTitleSecondary td{ background: url(chromebg6.gif) center center repeat-x;  /* was #CECECE */ }
table.highLight tr.highLightBody td{text-align:left; font-size:9px}
table.highLight tr.highLightYellow td{background:#FBFED3} /* was #f9f9c3 */ 
table.highLight tr.highLightBlue td{background:white}
table.highLight tr.highLightRed td{background:#FFB9B9}
table.highLight tr.highLightGray td{background:#E5E5E5}
table.highLight tr.highLightGreen td{background:#FFEBD7} /* more like orange but whatever works */ 
table.highLight tr.highLightWhite td{background:white}
table.highLight tr.highLightNotWhite td{background:#F4F4F4}

table.tabTable tr.tabRow td{text-align:center; font-size:9px;}

#prevNext {
float: left;
width: 100%;
text-align:center;
}
.shadow{
position: absolute; 
visibility: hidden;
}
.infoArea{
height: 2em;
}
.info{
visibility: hidden;
border: 1px solid black;
padding: 1px;
margin: 0px 1px 1px;
position:absolute;
background-color:#FFFFFF;
}
.info2{
visibility: hidden;
border: 1px solid black;
padding: 1px;
margin: 0px 1px 1px;
background-color:#FFFFFF;
position:absolute;
}

.hField {
    visibility: hidden;
}