
.shadetabs{
padding: 3px 0;
margin-left: 12px;
margin-top: 10px;
margin-bottom: 0;
font: bold 13px Calibri;
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{
height: 24px;
text-decoration: none;
padding: 3px 10px;
margin-right: 0px;
color: #4e5d67;
background-image: url(images/BgTab.png);
background-repeat: no-repeat;
background-position: right top;
/* url(images/grayshade.gif) top left repeat-x;*/
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
color: #2d2b2b;
}

.shadetabs li.selected{
position: relative;
}
.shadetabs li.selected a:visited{
color: #f79b33;
}
.shadetabs li.selected a{ /*selected main tab style */
background-image: url(images/BgTabSelected.png);
background-repeat: no-repeat;
background-position: right top;
color: #f79b33;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontentstyle{ /*style of tab content oontainer*/
float:left;
width: 227px;
height: 100%;
overflow:auto;
padding-top: 20px;
padding-left: 20px;
padding-bottom:35px;
background: white;
background-repeat: no-repeat;
background-position: top right;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block!important;
}
}