/* CSS Document */

body{
font-family: sans-serif;
}

ul{
text-align: left;
font-size: 10pt;
}

li.level2{
margin:5;
}

#bodyTable table{
font-size: 10pt;
border-collapse: collapse;
margin-top: 20;
margin-left: auto;
margin-right: auto;
margin-bottom: 20;
}

#bodyTable td, th{
font-size:9pt;
border-style:solid;
border-width:1px;
border-color:black;
border-collapse:collapse;
padding: 3px;
}

#bodyTable th{
background-color: lightgray;
}

#bodyTable td.footer{
font-size:8pt;
border-width:0px;
border-collapse:collapse;
}

#formTable table{
font-size: 10pt;
border-collapse: collapse;
margin:0;
}

#formTable td, #formTable th{
font-size:9pt;
border-width:0px;
padding: 3px;
}

#formTable th.content, #formTable td.content{
text-align:left;
}

#formTable td.footer{
font-size:8pt;
border-width:0px;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_a{
position:absolute;
top: 0;
border: 0px solid #980E10; /*THEME CHANGE HERE*/
border-top-width: 2px; /*Top border width. Should match height of .ddcolortabsline above*/
border-bottom-width: 0;
font:normal 12px Arial;
line-height:18px;
z-index:100;
background-color: #980E10;
width: 90px;
visibility: hidden;
/*margin-left:-1px;*/
}


.dropmenudiv_a a{
width: auto;
display: block;
text-indent: 5px;
border-top: 0 solid #fde8e9;
border-bottom: 1px solid #FDE8E9; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: white;
}
.dropmenudiv_a a.sub_bottom{
width: auto;
display: block;
text-indent: 5px;
border-top: 0 solid #678b3f;
border-bottom: 0px solid #678b3f; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: white;
background: transparent url(sub_bottom.gif) bottom left no-repeat;
}

* html .dropmenudiv_a a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/
background-color: #8a3c3d;
color: white;
}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.solidblockmenu{
margin: 0;
padding: 0;
float: left;
font: bold 13px Arial;
width: 100%;
border: 1px solid #00000;
border-width: 1px 0;
background: black  center center repeat-x;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: white;
width: 90px;
padding: 7px 0;
text-decoration: none;
/*border-left: 1px solid white;*/
}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
color: white;
background: transparent url(images/headers/blockactive.gif) center center repeat-x;
}
