﻿.CSSTabDiv{
/*margin-left: 4px;*/
width: 99%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
/*padding-left: 5px;*/
}

.shadetabs
{
	font: bold 11px Arial, Verdana, sans-serif;
}
.shadetabs ul{
margin:0;
padding:0;
list-style:none;
}

.shadetabs li{
display:inline;
margin:0 0 0 0;
padding:0;
text-transform:uppercase;
}

.shadetabs a{
float:right;
color: white;
background: #678b3f url(images/color_tabs_left.gif) no-repeat left top;
/*margin:0 2px 0 0;
padding:0 0 1px 3px;*/
text-decoration:none;
letter-spacing: 2px;

}

.shadetabs a span{
float:left;
display:block;
background: transparent url(images/color_tabs_right.gif) no-repeat right top;
padding:4px 9px 2px 6px;
}

.shadetabs a span{
float:none;
}

.shadetabs a:hover{
background-color: #8cb85c;
}

.shadetabs a:hover span{
background-color: #8cb85c;
}

.shadetabs li.selected a, .shadetabs li.selected a span{ /*currently selected tab*/
background-color: #8cb85c;
}

.tabcontentstyle{ /*style of tab content oontainer*/
float:right;
padding:5px;
border:1px #678b3f solid;
width: 98%;
/*padding: 10px;*/
height:100%;
overflow:auto;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block!important;
}
}


