/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 0px;
margin-bottom: 0;
font: bold 12px Arial;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

ul.shadetabs { margin:0; padding:9px 10px 0 10px; height:23px; background:url(../images/tabcontenttab-bg.gif) no-repeat 0 0;}

.shadetabs li{
display: inline;
margin: 0; padding:0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 8px;
margin-right: 10px;
color: #222;
 border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px;
}

.shadetabs li a:visited{
color: #222;
outline: none;
}

.shadetabs li a:hover{
text-decoration: none;
color: #EDEDED;
background:#00467B;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 0px;
color:#fff;
}

.shadetabs li a.selected{ /*selected main tab style */
background:#00467B;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
background:url(../images/tabcontent-bg.gif) repeat-x 0 0; border:1px solid #ccc;
padding:10px 0;
clear: both;
float: left;
width: 638px;
}

.tabcontent ul li { margin:0 0 10px 0; padding:0;}
.tabcontent ul li strong { color: #fff;}

@media print {
.tabcontent {
display:block !important;
}
}


