/* ######### CSS for Shade Tabs. Remove if not using ######### */
.shadetabs{
padding:0;
margin:0;
/*text-transform:uppercase;*/
font: bold 12px Tahoma;
list-style-type: none;
line-height:13px;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}
.shadetabs li a{
float:left;
background:url(http://linux/kth_red/images/tapLeft.png) no-repeat 0% 0px;
padding:6px 0 5px 5px;
color:#333333;
text-decoration:none;
}
.shadetabs li a span {
 background: url(http://linux/kth_red/images/tapRight.png) no-repeat 100% 0px;
 padding:8px 20px 6px 13px;
 }

.shadetabs li a:visited{
color: #000000;
}

.shadetabs li a:hover{
color:#ff4e00;
}

.shadetabs li a:hover span {

 }

.shadetabs li a.selected{ /*selected main tab style */
background-position:0% -88px;
color:#FFFFFF;
}
 .shadetabs li a.selected span{ /*selected main tab style */
background-position:100% -88px;
color:#FFFFFF;
}


/*selected end style */

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}