.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 10px 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: 3px 7px;*/
padding: 3px 13px;
margin-right: -4px;
border: 1px solid #D6CC85;
color: #000;
background: white url(../images/misc/shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #000;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #000;
}

.shadetabs li.selected{
position: relative;
top: 0px;
}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url(../images/misc/shadeactive.gif);
border-bottom-color: white;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontentstyle{ /*style of tab content container*/
	border-right: 1px solid #FFE100;
	border-bottom: 1px solid #FFE100;
	border-left: 1px solid #FFE100;
	width: 100%;
	margin-bottom: 1em;
}



.padding5{
	padding:5px;
}

.tabcontent{
	display:none;
}

@media print {
.tabcontent {
	display:block!important;
}
}




/*here and now*/
/* ----- Pure CSS tabs start here ----- */
.tabcontent_refresh{
border-right: 1px solid #FFE100;
border-bottom: 1px solid #FFE100;
border-left: 1px solid #FFE100;
margin-bottom: 1em;
position:relative;
z-index: 1000;
width: 97%;
}

.tabcontentstyle_header{
background: white url(../images/misc/shade.gif) top left repeat-x;
margin:0px;
padding:3px 0;
margin-top:-19px;
text-decoration: none;
color: #333;
border-right: 1px solid #FFE100;
border-top: 1px solid #FFE100;
border-left: 1px solid #FFE100;
/*position:absolute; show to IE 5.0 - 7.0 only */
/*z-index: -1000; show to IE 5.0 - 7.0 only */
width: 97%;
}

.tabcontentstyle_header_noright{
background: white url(../images/misc/shade.gif) top left repeat-x;
width: 100%;
margin:0px;
padding:3px 0;
margin-top:-19px;
text-decoration: none;
color: #333;
border-right: 1px solid #FFE100;
border-top: 1px solid #FFE100;
border-left: 1px solid #FFE100;
/*position:absolute; show to IE 5.0 - 7.0 only */
/*z-index: -1000; show to IE 5.0 - 7.0 only */
}


