/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 9px 0px 0px 0px;
margin-left: 0;
margin-top: 4px;
margin-bottom: 0;
list-style-type: none;
text-align: center;
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 4px 10px 5px 10px;
font: bold 9px Verdana;
color: #FFFFFF;
background-image:url(http://ftpcontent.worldnow.com/kwch/images/fetchtoto/tab2off.gif);
background-repeat:no-repeat;
}

/* http://ftpcontent.worldnow.com/kwch/images/fetchtoto/  */
.shadetabs li a:visited{
color: #FFFFFF;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #FFFFFF;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
}

.shadetabs li a.selected{ /*selected main tab style */
background-image: url(http://ftpcontent.worldnow.com/kwch/images/fetchtoto/tab2on.gif);
color: #000000;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}


