.shadetabs{
list-style-type:   none;
list-style-position: inside;
font-size:12px;
padding-left:0px;
text-align: right;
font-weight:bold;
/*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
 
 	padding-top:9px;
	padding-bottom:8px;
	margin-bottom:0px;
	padding-right:14px;
	margin-right:0px;

}

.shadetabs li a{
text-decoration: none;
/*
background: white url(shade.gif) top left repeat-x;
*/
}

.shadetabs li a:visited{

}

.shadetabs li a:hover{
text-decoration: underline;
}

.shadetabs li.selected{
	
	background-image: url(tab_selected.gif) ;
	
/*	background-color:#0073B5;	*/
	display: block;
}


.contentstyle{/*
border: 1px solid gray;
height:100%;
margin-bottom: 1em; 
padding: 7px;
*/
}


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

.shadetabs2 li{
display: inline;
margin: 0px;
}

.shadetabs2 li a{
text-decoration: none;
margin-right: 0px;
margin-left: 0px;

color: #D8D8D8;
/*border: 1px solid #778;
background: white url('shade.gif') repeat-x top left; 
*/
background-color:#3F3F3F;
padding-left:4px; 
padding-right:4px;
padding-top:3px; 
padding-bottom:3px
}

.shadetabs2 li a:visited{
color: #D8D8D8;
}

.shadetabs2 li a:hover{
text-decoration: none;
color: #D8D8D8;
}

.shadetabs2 li.selected{
position: relative;
top: 1px;
}

.shadetabs2 li.selected a{ /*selected main tab style */
/*
	background-image: url('shadeactive.gif');border-bottom-color: white;
*/
background-color:#0073B5;	
color:#CCE2EF;
}

.shadetabs2 li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.contentstyle2{
border: 1px solid #0073B5;
border-top-width:8px;
width: 95%;
overflow: auto;
height:600px;
/*

height: 600px;
overflow-y: scroll;*/
margin-bottom: 1em; 
padding: 8px;
}
