.shadetabs{
padding: 5px 0;
margin: 0px 0px 0px 0px;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
width:100%;
}

.shadetabs li{
display: inline;
color: #37516c;
width:300px;
white-space: nowrap
}

.shadetabs li a{
text-decoration: none;
padding: 4px 10px 5px 10px;
	border: 1px solid #7e91a2; /*THEME CHANGE HERE*/
	border-width: 1px 1px 1px 1px;
color: #667b9a;
background: white url(/image/nav/tabs_1.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #667b9a;
margin-right:1px;
}

.shadetabs li a:hover{
color: #2b4870;
border-top: 1px solid #7e91a2;
background:  url(/image/nav/tabs_0.gif) bottom left repeat-x;
}

.shadetabs li.selected{
position: relative;
color: #667b9a;
margin-bottom: 0;
}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url(/image/nav/tabs_0.gif);
border-bottom-color: transparent;
color: #2b4870;
margin-bottom: 0;
border-top: 1px solid #7e91a2;
}

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

.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid #7e91a2;
background-color: #FFFFFF;
width: 100%;
height:100%;
margin:0px;
padding:0px;
}

.tabcontent{
display:none;
width: 100%;
height:100%;
margin:0px;
padding:0px;
}

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