/* ######### Style for Tab Interface itself ######### */


.shadetabs{
background-color:#979e6e;
border-bottom: 1px solid #000;
border-top: 0px solid #000;
margin-bottom: 0px;
padding-top: 3px;
font-face: Verdana, Arial, sans-serif;
font-size: 12px;
color: #ffffff;
}

.shadetabs ul{
padding: 3px 0;
margin-left: 14px;
margin-top: 4px;
margin-bottom: 0px;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin:0px;

}

.shadetabs li a{
text-decoration: none;
padding: 3px 10px;
margin-right: 10px;
margin-top: 20px;
border: 1px solid #000;
color: #000000; /*THEME CHANGE HERE*/
background-color: #f4f4f4;
font-weight: bold;
}

.shadetabs li a:visited{
color: #000000;
}

.shadetabs li a:hover{
text-decoration: none;
color: #000000;
}

.shadetabs li.selected{
color:000000;
}

.shadetabs li.selected a{ /*selected main tab style */
border-bottom-color: white;
background-color:#ffffff;
color:000000;
}

.shadetabs li.selected a:visited{
background-color:#ffffff;
color:000000;
}

.shadetabs li a:hover{ /*selected main tab style */
background-color:#ffffff;
color:000000;
}

.shadetabs li.selected a:active{ /*selected main tab style */
background-color:#ffffff;
color:000000;
}





/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
border: 1px solid #333333; /*THEME CHANGE HERE*/
margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
font-size: 12px;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
 /*THEME CHANGE HERE*/
padding-top: 3px;
padding-bottom: 3px;
text-decoration: none;
font-weight: normal;
color: black;
overflow: hidden;
}

.dropmenudiv a:link{ /*IE only hack*/
width: 100%;
color: black;
border-top: 1px #000;
margin:0px;
}

.dropmenudiv a:visited{ /*IE only hack*/
width: 100%;
color: black;
margin:0px;
}

.dropmenudiv a:active{ /*IE only hack*/
width: 100%;
color: black;
margin:0px;
}

* html .dropmenudiv a:link{ /*IE only hack*/
width: 100%;
color: black;
}



.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #f4f4f4;
text-decoration:none;
color: black;

}

.mainbody{
background-color: FFFFFF;
margin: 0px 0px 0px 0px;
width: 100%;
}
