/* ######### CSS for Shade Tabs. Remove if not using ######### */
/*CSS FOR TOP STORIES TABS*/
.topshadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 4px;
margin-bottom: 0;
font: 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
float:left;
}

.topshadetabs li{
display: inline;
margin: 0;
line-height:20px;
}

.topshadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 7px 7px;
margin-right: 0px;
/*border: 1px solid #778;*/
color: #FFF;
width:100px;
}

.topshadetabs li a:visited{
color: #2d2b2b;
}

.topshadetabs li a:hover{
/*text-decoration: underline;*/
color: #2d2b2b;
}

.topshadetabs li a.selected{ /*selected main tab style */
position: relative;
color:#333333;
background-color:#ededed;
font-weight:bold;
}

.topshadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.toptabcontent{
text-align:left;
}

@media print {
.toptabcontent {
display:block !important;
}
}

/* CSS of News TABS*/
.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
float:left;
}

.shadetabs li{
display: inline;
margin: 0;
width:100px;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;
margin-right: 3px;
/*border: 1px solid #778;*/
color: #FFF;
width:100px;
background: white url(shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #FFF;
}

.shadetabs li a:hover{
/*text-decoration: underline;*/
color: #FFF;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
color:#333333;
}

.shadetabs li a.selected{ /*selected main tab style */
background-image: url(shadeactive.gif);
border-bottom-color: white;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
text-align:left;
}

@media print {
.tabcontent {
display:block !important;
}
}

.RadTabStrip_test .rtsUL
{
    padding: 3px 0;
    margin-left: 0;
    margin-top: 1px;
    margin-bottom: 0;
    font: 12px Verdana;
    list-style-type: none;
    text-align: left; /*set to left, center, or right to align the menu as desired*/
    float:left;	
}
.RadTabStrip_test .rtsLI
{
    display: inline;
    margin: 0;    
    width:100px;
}
.RadTabStrip_test .rtsLink
{
    text-decoration: none;
    position: relative;
    z-index: 1;
    padding: 3px 7px;
    margin-right: 3px;
    /*border: 1px solid #778;*/
    color: #FFF;
    width:100px;
    background: white url(shade.gif) top left repeat-x;
}
.RadTabStrip_test .rtsLink:hover
{
    color: #FFF;
}
.RadTabStrip_test .rtsSelected
{
position: relative;
top: 1px;
color:#333333;
background-image: url(shadeactive.gif);
border-bottom-color: white;	
}
.RadTabStrip_test .rtsSelected:hover
{
	text-decoration: none;
}

.RadTabStrip_test .rtsLI .rtsLink { padding-left: 8px; }
.RadTabStrip_test .rtsLI .rtsOut { padding-right: 8px; }

.RadTabStripLeft_test .rtsSeparator,
.RadTabStripRight_test .rtsSeparator
{
	margin-right:25px;
}

