/*
 * c-css by U4EA Technologies - Allan Jardine
 * Version:       1.2.php.4
 * Browser:        0
 * Browser group: 
 */
.shadetabs{ padding: 10px 0; margin-left: 0; margin-top: 1px; margin-bottom: 0; font: 12px Arial; list-style-type: none; text-align: left; font-weight: bold; text-transform: uppercase; }
.shadetabs li{ display: inline; margin: 0; }
.shadetabs li a{ text-decoration: none; position: relative; z-index: 1; padding: 10px 15px; margin-right: 0px; color: white; background: url(images/tab_off.png) top left repeat-x; }
.shadetabs li a:hover{ color: white; background: url(images/tab_on.png) top left repeat-x; }
.shadetabs li a.selected{ position: relative; }
.shadetabs li a.selected{ color: white; background-image: url(images/tab_on.png); border-bottom-color: white; }
.shadetabs li a.selected:hover{ text-decoration: none; }
.tabcontent{ display:none; }
.tabcontent a { color: black; }
@media print { .tabcontent { display:block !important; }

