/* ######### CSS for Sidebar Tabs ######### */

#tabc { width: 258px; margin: 0 0 10px 0; padding: 0; background: #fff; list-style: none; border: 1px solid #999; }

.shadetabs { padding: 0; margin-left: 0; margin-top: 0; margin-bottom: 0; list-style-type: none; height: 25px; font-size: 85%; font-family: Tahoma, "Trebuchet MS"; line-height: 24px; text-align: left; /*set to left, center, or right to align the menu as desired*/ }

.shadetabs li { display: inline; list-style-type: none; margin: 0; }

.shadetabs ul ul li { padding: 5px 5px; }

.shadetabs li a { text-decoration: none; text-transform: uppercase; padding: 6px 8px; margin-right: 0; border-left: 1px solid #999; border-top: 1px solid #999; border-right: 1px solid #999;  color: #777; }
.shadetabs li a:hover { color: #111; text-decoration: none; background: #fff; }
.shadetabs li .selected { color: #111; background: #fff; }


.tabcontent { display: none; padding: 10px; }
.tabcontent ul { margin: 0; padding: 0; list-style: none; }
.tabcontent ul li { list-style-type: none; margin: 0; padding: 0; }


@media print {
.tabcontent { display: block !important; }
}