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

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 5px;
margin-bottom: 0;
font: bold 12px Verdana;
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: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
color: #fff;
background: white url(../img/tab_0.jpg) top left repeat-x;
}

.shadetabs li a:visited{
color: #fff;
}

.shadetabs li a:hover{
background: white url(../img/tab_1.jpg) top left repeat-x;
text-decoration: none;
color: #fff;
}

.shadetabs li a.selected{ /*selected main tab style */
background: url(../img/tab_1.jpg) top left repeat-x;
position: relative;
border-top: 4px solid #487eea;
}

.shadetabs li a.selected:hover{ /*selected over main tab style */
text-decoration: none;
background: white url(../img/tab_1.jpg) top left repeat-x;
}

.tabcontent{
display:none;
}

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