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

.shadetabs{
margin:0;
padding:0;
font: bold 12px Arial, Helvetica, sans-serif;
list-style-type: none;
height:27px;
border-bottom:3px solid #083d72;
text-align:left;
}

.shadetabs li{
display: inline;
float:left;
}

.shadetabs li a{
text-decoration: none;
padding: 6px 0;
margin-right: 3px;
color: #ff6600 !important;
background:url(../images/tab_bg.jpg) no-repeat top left;
width:172px;
display:block;
text-align:center;
}

.shadetabs li a:hover{
color: #fff !important;
background: url(../images/tab_active.jpg) no-repeat top left;
}

.shadetabs li a.selected{ /*selected main tab style */
top: 1px;
color:#fff !important;
}

.shadetabs li a.selected{ /*selected main tab style */
background: url(../images/tab_active.jpg) no-repeat top left;
border-bottom-color: white;
}

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

.tabcontent{
display:none;
}

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


.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid gray;
width: 450px;
margin-bottom: 1em;
padding: 10px;
}

