/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 0px 0px 2px 0px;
margin-left: 0;
margin-top: 0px;
margin-bottom: 0;
xfont: 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 {
display: block;
float: left;
width: 33.3333%;
text-align: center;
text-decoration: none;
position: relative;
z-index: 0;
padding: 12px;
font-size: 14px;
color: #5B5B5B;
background-color: #F2F2F2;
border: 1px solid white;

}

.shadetabs li a:visited{
}

.shadetabs li a:hover{
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
background-color: #E2E2E2;
-webkit-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.2);
-moz-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.2);
box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.2);
}

.shadetabs li a.selected{ /*selected main tab style */
border-bottom-color: white;
background-color: #E2E2E2;
-webkit-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.2);
-moz-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.2);
box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.2);
}

.shadetabs li a.selected:hover{ /*selected main tab style */

}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}