/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 6px 0;
margin-left: 10px;
margin-top: 1px;
margin-bottom: 0;
font: bold 11px arial, 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;
position: relative;
z-index: 1;
padding: 6px 7px;
margin-right: -4px;
border: 1px solid #E1E1E1;
color: #2d2b2b;
background: #F4F9FB url(http://www.tvbasti.com/static/assets/tvbTab.png);
font: bold 11px arial, Verdana;
top: 0px;
}
.shadetabs li a:visited{
color: #2d2b2b;
}
.shadetabs li a:hover{
text-decoration: none;
color: #2d2b2b;
background: #FFF;
}
.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 0px;
}
.shadetabs li a.selected{ /*selected main tab style */
background:#FFFFFF;
border-right:2px solid #E1E1E1;
border-bottom-color: #FFF;
font: bold 14px arial, Verdana;
color:#666;
}
.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}
.tabcontent{
display:none;
}
@media print {
.tabcontent {
display:block !important;
}
}

/* ######### INSTEAD USE FDF053 3399CC F7CC31######### */

