/*
MSN Asia.com
Stylesheet for Ajaxtab
*/
.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 0px;
margin-bottom: 0;
font-family:Arial;
font-size:12px;
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: 2px 15px 3px 15px;
margin-right: 3px;
border: 1px solid #ef6102;
border-bottom: 0px;
color: #2d2b2b;
background: white url(unselected_tab.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
color: #2d2b2b;
background-image: url(hover_tab.gif);
}

.shadetabs li.selected, .shadetabs li a.selected{
position: relative;
}

.shadetabs li.selected a, .shadetabs li.selected a:hover, .shadetabs li a.selected, .shadetabs li a.selected:hover{ /*selected main tab style */
background-image: url(active_tab.gif);
color: #ffffff;
}

.contentstyle{
/* border: solid 1px #96beb8; */
/*width: 529px;*/
padding: 8px 4px 4px 4px;
background: url(content_bg.gif) repeat-x left top;
}
.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}