/* Start of CMSMS style sheet 'tabcontent' */
#channelInfo {
width: 645px;
float: left;
text-align: left;
margin: 0px;
padding: 0px;
}

#menu {
height: auto;
}

.shadetabs {
padding: 3px 0;
margin-top: 1px;
margin-bottom: 0px;
font: bold 11px Helvetica;
letter-spacing: 120%;
text-transform: uppercase;
list-style-type: none;
text-align: left;
color: #555555;
}

.shadetabs li{
display: inline;
margin: -2px;
padding: 0px;
}

.shadetabs ul {
margin: 0px;
padding: 0px;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 10px 20px 6px 20px;
margin-right: 0px;
color: #555555;
border-bottom: 1px solid #e9e9e9;
font: bold 11px Helvetica;
}

.shadetabs li a:visited{
color: #555555;
}

.shadetabs li a:hover{
color: #555555;
}

.shadetabs li a.selected{
position: relative;
top: 0px;
color: #009bc5;
border-top: 1px solid #e9e9e9; 
border-left: 1px solid #e9e9e9; 
border-right: 1px solid #e9e9e9; 
}

.shadetabs li a.selected{
border-bottom-color: white;
}

.shadetabs li a.selected:hover{
text-decoration: none;
}

.tabcontent{
display:none;
margin-left: 0px;
margin-top: 0px;
padding-top: 15px;
margin-bottom: 20px;
text-align: justify;
line-height: 150%;
border-top: 1px solid #e9e9e9;
}

.tabcontent p {
margin: 0px;
line-height: 150%;
text-align: left;
}

.tabcontent a {
color: #009bc5;
}

.tabcontent table, tbody, tr, td, p {
background: transparent;
line-height: 150%;
}

@media print {
.tabcontent {
display:block !important;
}
}
/* End of 'tabcontent' */

