@charset "utf-8";
/* CSS Document */

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

.shadetabs{
padding: 7px 0;
margin: 0;
margin-top: 6px;
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;
width:130px;
height:34px;
}

.shadetabs li a{
text-decoration: none;
position: relative;
padding: 10px 36px;
margin-right:-2px;
color: #ffffff;
background: url(../images/shade.gif) no-repeat;
text-shadow: 0px 0px 2px rgba(150, 150, 150, 1);
}

.shadetabs li a:visited{
color: #2d2b2b;

}

.shadetabs li a:hover{
text-decoration: none;
color: #2d2b2b;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;

}
.shadetabs li a:hover{ /*selected main tab style */
background-image: url(../images/indentbg.gif);

}
.shadetabs li a.selected{ /*selected main tab style */
background-image: url(../images/indentbg.gif);

}

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

.tabcontent{
display:none;
}


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


