/* ######### Style for Tab Interface itself ######### */


.shadetabs table{
	display: inline;
	background: white url(../images/shade.gif) top left repeat-x; /*THEME CHANGE HERE*/
	height: 30px;
	margin: 0;
}

.shadetabs td a{
	text-decoration: none;
	color: #ffffff;
	width: 100%;
}

.shadetabs td a:visited{
color: #ffffff;
text-decoration: none;
}

.shadetabs td a:hover{
text-decoration: none;
color: #ffffff;

}

.shadetabs td.selected{.gif
}

.shadetabs td.selected a{ /*selected main tab style */

background-image: url(../images/shadeactive.gif); /*THEME CHANGE HERE*/
border-bottom-color: white;
	padding-top: 8px;
height: 100%;
}

.shadetabs td.selected a:hover{ /*selected main tab style */
text-decoration: none;
	padding-top: 8px;

}

/* Shade Tabs 1 */

.shadetabs1 table{
	display: block;
	background: white url(../images/shade_bw.gif) top left repeat-x; /*THEME CHANGE HERE*/
	height: 30px;
	margin: 0;
}

.shadetabs1 td a{
	text-decoration: none;
	color: #444444;
	width: 100%;
}

.shadetabs1 td a:visited{
color: #444444;
text-decoration: none;
}

.shadetabs1 td a:hover{
text-decoration: none;
color: #444444;
}

.shadetabs1 td.selected{.gif
}

.shadetabs1 td.selected a{ /*selected main tab style */
padding-top: 5px;
background-image: url(../images/shadeactive_bw.gif); /*THEME CHANGE HERE*/
border-bottom-color: white;
height: 100%;
}

.shadetabs1 td.selected a:hover{ /*selected main tab style */
text-decoration: none;

}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position: absolute;
border-left: 1px solid #000000;
border-right: 1px solid #000000;
border-bottom: 1px solid #000000;
font:normal 10px Verdana;
line-height:14px;
z-index:100;
background-color: #f1f1f1;
width: 200px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 4px;
border-top: 1px solid #CCCCCC; /*THEME CHANGE HERE*/
padding: 0px 0;
text-decoration: none;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
text-decoration: none;
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
text-decoration: none;
background-color: #dcdcdc;
color: #ffffff;
}

.dropmenudiv a:visited{ /*THEME CHANGE HERE*/
text-decoration: none;
}

.bgcell { 
background: white url(../images/shade.gif) top left repeat-x; /*THEME CHANGE HERE*/
} 