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

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

.shadetabs li{
display: inline;
margin: 0px 0px 0px 0px;
padding: 0px;
font-size: 11px;
}

.shadetabs li a{
float:left;
display:block;
text-decoration: none;
position: relative;
z-index: 1;
line-height: 18px;
padding: 0px 10px 0px 10px;
margin: 6px 0px 0px 0px;
color: #b0c3e1;
background: url(../../images/bgMenuInactive.gif) no-repeat right 4px;
}


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

.shadetabs li a:hover{
color: #ffffff;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
color: #000000;
line-height: 22px;
background: #ffffff;
padding: 0px 10px 0px 10px;
margin: 6px 0px 0px 0px;
height: 27px;
border: none;
}

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


.tabcontent{
display:none;
}

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