/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs {
padding: 3px 0;
margin: 0;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 11px;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li {
display: inline;
margin: 0;
}

.shadetabs li a {
text-decoration: none;
position: relative;
z-index: 1;
padding: 10px 4px;
margin-right: 0px;
color: #999999;
}

.shadetabs li a:visited {
color: #999999;
}

.shadetabs li a:hover {
text-decoration: none;
color: #3366cc;
background: url(../images/tab_arrow.gif) bottom center no-repeat;
}

.shadetabs li a.selected { /*selected main tab style */
text-decoration: none;
color: #3366cc;
}

.shadetabs li a.selected{ /*selected main tab style */
background: url(../images/tab_arrow.gif) bottom center no-repeat;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}

