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

.shadetabs, .shadetabs1{
margin: 0px 0 3px 0;
padding: 0px 0px 0 0px;
font: normal 10px Verdana;
text-transform: uppercase;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
}
.shadetabs{
letter-spacing : 0.19em; 
}
.shadetabs1{
letter-spacing : 0.10em; 
}
.shadetabs li, .shadetabs1 li{
display: inline;
margin: 0;
}
.shadetabs li a, .shadetabs1 li a{
text-decoration: none;
position: relative;
z-index: 15;
}
.shadetabs li a{
padding: 3px 3px 3px 3px;
margin-right: -2px;
margin-left: -1px;
border-bottom: 4px solid #aaaaaa;
color: #cccccc;
background-color: #5a5a5a;
border-top: solid 1px #aaaaaa;
border-left: solid 1px #aaaaaa;
border-right: solid 1px #aaaaaa;
/* background: transparent url(/images/tab_blue.png) top left no-repeat; */
}
.shadetabs1 li a{
padding: 7px 3px 5px 3px;
margin-right: 0px;
margin-left: 0px;
border-bottom: 5px solid #05a74b;
color: #cccccc;
background-color: #05574b;
border-top: solid 1px #05a74b;
border-left: solid 1px #05a74b;
border-right: solid 1px #05a74b;
/* background: transparent url(/images/tab_blue1.png) top left no-repeat; */
}
.shadetabs li a:visited{
color: #cccccc;
}
.shadetabs1 li a:visited{
color: #cccccc;
}
.shadetabs li a:hover{
text-decoration: none;
color: #fff;
background-color: #aaaaaa;
}
.shadetabs1 li a:hover{
text-decoration: none;
color: #fff;
background-color: #05a74b;
}
.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 0px;
color: #fff;
border-color: #aaaaaa;
}
.shadetabs1 li a.selected{ /*selected main tab style */
position: relative;
top: 0px;
color: #fff;
border-color: #05a74b;
}
.shadetabs li a.selected{ /*selected main tab style */
background-color: #aaaaaa;
}
.shadetabs1 li a.selected{ /*selected main tab style */
background-color: #05a74b;
}
.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
color: #fff;
background-color: #aaaaaa;
}
.shadetabs1 li a.selected:hover{ /*selected main tab style */
text-decoration: none;
color: #fff;
background-color: #05a74b;
}
.tabcontent{
display:none;
padding-top: 10px;
}
@media print {
.tabcontent {
display:block !important;
}
}