.shadetabs {
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font-size:95%;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
border-bottom: 1px solid #999999;
}

.shadetabs li{
display: inline;
margin: 0 0 0 0px;
}

.shadetabs li a{
text-decoration: none;
padding: 3px 3px 3px 3px;
margin: 0 0 0 0;
border: 1px solid #999;
color: #2d2b2b;
background-color: #AAA;
position: relative;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li.selected{
position: relative;
top: 0px;
}

.shadetabs li.selected a{ /*selected main tab style */
background-color: #FFF;
border-bottom-color: #FFF;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontentstyle{ /*style of tab content container*/
border: 0px solid #999;
width: 100%;
/* height: 120px;*/
padding:0px;
background-color:#ffffff;
}

.tabcontent{
display:none;
}

.linksholder {
overflow: auto;
}

.linksholder table img { border: 0px solid black; }
.linksholder table { font-size: 12px; line-height: 15px; }
.linksholder table td { border-bottom: 1px dashed #999999; padding: 3px 0 3px 0; }

@media print {
.tabcontent {
display:block!important;
}
}
