/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding:0;
margin: 0;
font-size:14px;
font-weight:bold;
list-style: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
background:url(/uploads/10716808/File/images/tab-right.png) no-repeat center right;
float:left;
margin: 0 1px 6px 1px;
padding:0;
list-style: none;
}

.shadetabs li a{
display: block;
text-decoration: none;
position: relative;
z-index: 1;
padding:8px 12px;
color:#fff;
list-style: none;
/*text-shadow:1px 1px 1px #CCC;*/
background:url(/uploads/10716808/File/images/tab-left.png) no-repeat center left;
margin-right: 1px;
}

.shadetabs li a:visited{
color: #fff;
list-style: none;
margin-right: 1px;
}

.shadetabs li:hover, .shadetabs li.selected{
background:url(/uploads/10716808/File/images/tab-ov-right.png) no-repeat center right;
list-style: none;
/*text-shadow:1px 1px 1px #cbcbcb;*/
color:#123c62;
margin-right: 1px;
}

.shadetabs li a:hover{
text-decoration:none;
background:url(/uploads/10716808/File/images/tab-ov-left.png) no-repeat center left;
color: #330000;
list-style: none;
/*text-shadow:1px 1px 1px #cbcbcb;*/
margin-right: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */

background:url(/uploads/10716808/File/images/tab-ov-left.png) no-repeat center left;
/*text-shadow:1px 1px 1px #cbcbcb;*/
list-style: none;
margin-right: 1px;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}

