/* ######### Style for Tab Interface itself ######### */

.shadetabs{
border-bottom: none;
margin-bottom: 0;
}

.shadetabs ul{
padding: 2px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
padding: 1px 5px;
margin-right: 3px;
border: none;
color: #FFCC00;
/*background: white url(shade.gif) top left repeat-x; THEME CHANGE HERE*/
}

.shadetabs li a:visited{
color: #FFCC00;
}

.shadetabs li a:hover{
text-decoration: none;
color: #FFFFFF;
font: bold;
FONT-SIZE: 110%;
background-image: url(shadeactive.gif); /*THEME CHANGE HERE*/
}

.shadetabs li.selected{
}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url(shadeactive.gif); /*THEME CHANGE HERE*/
border-bottom-color: white;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid  #333333; /*THEME CHANGE HERE*/
border-width: 1px 1px;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: #333333;
width: 300px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid  #333333; /*THEME CHANGE HERE*/
padding: 1px 0;
text-decoration: none;
font-weight: bold;
color: #FFCC00;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: none;
text-decoration: none;
color: #FFFFFF;
background-image: url(shadeactive.gif);
}


.TableBorder
{
    BORDER-TOP: #666666 1px outset;
	BORDER-BOTTOM: #666666 1px outset;
    BORDER-RIGHT: #666666 1px outset;
	BORDER-LEFT: #666666 1px outset;
}


.bodyText
{
    FONT-SIZE: 9pt;
	font-family:  verdana, arial, helvetica, ms sans serif; 
	line-height: 140%;
	text-decoration: none;
	color: #303030;
}


.linkblack
{
    FONT-SIZE: 9pt;
	font-family:  verdana, arial, helvetica, ms sans serif; 
	line-height: 140%;
	text-decoration: none;
	color: #333333;
}

a.linkblack:hover{
	color: #3300FF;
	FONT-SIZE: 105%;
	text-decoration: underline;
}


.linkwhite
{
    FONT-SIZE: 8pt;
	font-family:  verdana, arial, helvetica, ms sans serif; 
	line-height: 100%;
	text-decoration: none;
	color: #FFFFFF;
}

a.linkwhite:hover{
    FONT-SIZE: 8pt;
	font-family:  verdana, arial, helvetica, ms sans serif; 
	line-height: 100%;
	text-decoration: underline;
	color: #FFFF00;
}
 