.shadetabs { 
padding : 3px 0;
margin-left : 0;
margin-top : 1px;
margin-bottom : 0;
font : bold 14px Arial;
list-style-type : none;
text-align : left;
} 

.shadetabs li { 
display : inline;
margin : 0;
} 

.shadetabs li a { 
text-decoration : none;
padding : 3px 7px;
margin-right : 3px;
color : #000000;
background-color : #FFFFFF;
border-style: solid;
border-color: #000000;
border-width: 1px;
} 

.shadetabs li a:visited { 
color : #000000;
background-color : #ffffff;
} 

.shadetabs li a:hover { 
text-decoration : none;
color : #000000;
background-color : #ffffff;
border-top-style: solid;
border-top-color: #6C0A0D;
border-top-width: 3px;
} 

.shadetabs li.selected { 
position : relative;
} 

.shadetabs li.selected a { 
border-top-style: solid;
border-top-color: #6C0A0D;
border-top-width: 3px;
border-bottom-style: dashed;
border-bottom-color: #ffffff;
border-bottom-width: 1px;
} 

.shadetabs li.selected a:hover { 
text-decoration : none;
} 

.tabcontentstyle {
border : 1px solid #000000;
width : 600px;
padding : 10px;
} 

.tabcontent { 
display : none;
text-align : left;
font-family : Arial, Helvetica, Sans-Serif; 
font-size : 15px; 
color : #000000; 
background-color : #ffffff;
}

.tabcontent a {
color : #6C0A0D; 
background-color : #ffffff;
font-weight : bold;
text-decoration : underline;
}

.tabcontent a:hover {
text-decoration : none;
}

@media print { 
.tabcontent { 
display : block !important;
} 
}