.shadetabs{
padding: 1px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 14px "Trebuchet MS", Arial, Helvetica, sans-serif, Geneva;
font-variant:small-caps;
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 9px;
margin-right: 1px;
color: #ffffff;
background-color: #a9b0d6;
}

/*.shadetabs li a:visited{
border-bottom: 1px solid #ffffff;
color: #2d2b2b;
} */

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li.selected{
position: relative;
top: 3px;
}

.shadetabs li.selected a{ /*selected main tab style */
background-color: #999999;
}

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

.tabcontentstyle{ /*style of tab content container*/
/*border: 1px solid gray;*/
width: 395px;
margin-bottom: 1em;
padding: 0px;
}

.tabcontent{
display:none;
padding: 5px;
color:#FFFFFF;
background-color: #999999;
}

/*.tabcontent2{
display:none;
padding: 5px;
background-color: #999999;
}*/

@media print {
.tabcontent {
	display:block!important;
	
}
}
