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

.shadetabs{
padding: 3px 0;
margin-left: 10px;
margin-top: 1px;
margin-bottom: 0;
font-weight:bold;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
height:20px;

}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{

-moz-border-radius-topleft:7px;
-moz-border-radius-topright:7px;
-moz-box-sizing:content-box;
border-style:solid;
border-width:1px;
cursor:pointer;
font-size:11px !important;
position: relative;
z-index: 1;
padding: 5px 7px;
margin-right: 3px;
text-decoration:none;
border-color:#CCCCCC;
color:#000000;
background:#F2F2F2;
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
}

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

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

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
border-bottom-color:#FFFFFF;
}

.shadetabs li a.selected{ /*selected main tab style */
background:#FFFFFF;

}

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

.tabcontent{
display:none;
}

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



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

.tabs{
padding: 3px 0;
margin-left: 10px;
margin-top: 1px;
margin-bottom: 0;
font-weight:bold;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
height:20px;

}

.tabs li{
display: inline;
margin: 0;
}

.tabs li a{
border-style:solid;
border-width:1px;
cursor:pointer;
font-size:11px !important;
position: relative;
z-index: 1;
padding: 5px 15px;
text-decoration:none;
border-color:#F2F2F2;
color:#000000;
background:#F2F2F2;
}

.tabs li a:visited{
color: #2d2b2b;
}

.tabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.tabs li a.selected{ /*selected main tab style */
position: relative;
/*top: 1px;*/
border-bottom-color:#FFFFFF;
}

.tabs li a.selected{ /*selected main tab style */
background:#FFFFFF;

}

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

.tabscontent{
display:none;
}

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




