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

.shadetabs{
padding: 0px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font:9px Trajan Pro, Tahoma;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
width:600px;
cursor:pointer;
}

.shadetabs li{
font:9px Trajan Pro, Tahoma;
display: inline;
margin: 0;
width:95px;
float:left;
padding-right: 5px;,
cursor:pointer;
}

.shadetabs li a{
height:27px;
text-decoration: none;
position: relative;
z-index: 1;
padding: 5px 5px;
margin-right: 0px;
color: #ffffff;
background: white url(tab.png) bottom left no-repeat;
float:left;
font:9px Trajan Pro, Tahoma;
cursor:pointer;
}



.shadetabs li a:hover{
text-decoration: underline;
color: #ffffff;
float:left;
font:9px Trajan Pro, Tahoma;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
font:9px Trajan Pro;
}

.shadetabs li a.selected{ /*selected main tab style */
border: 0px solid #778;
color:#840605;
background: white url(tabover.gif) bottom left no-repeat;
border-bottom-color: white;
float:left;
font:9px Trajan Pro, Tahoma;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
color:#BFD5D5
float:left;
font:9px Trajan Pro, Tahoma;
}

.tabcontent{
display:none;
width:600px;
}

.tabcontent strong{
font-size:12px
}

.tabcontent strong span{
color:#BFD5D5;
font-size:14px
}
@media print {
.tabcontent {
display:block !important;
width:600px;
}
}

