/* ######### CSS for Shade Tabs. Remove if not using ######### */


.shadetabs {
padding-left:0px;
margin-left: 12px!important;
margin-top: 1px;
margin-bottom: -10px;
font: bold 12px Segoe Print;
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{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 5px;
margin-right: 6px;
border: 1px solid #000000;
color: #e9e9e9!important;
background:url(images/bg_tab.png) repeat;
-moz-border-radius-topleft:     0.5em 0.5em;
-moz-border-radius-topright:    0.5em 0.5em;
}

.shadetabs li a:visited{
color: #e9e9e9;
}

.shadetabs li a:hover{
text-decoration: none;
color: #ffffff;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
bottom: 5px;
color: #ffffff;
}

.shadetabs li a.selected{ /*selected main tab style */
border-bottom-color: #000000;
color: #ffffff!important;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}

.text_tabcontent { width:650px; text-align:justify; padding-left:10px; padding-top:15px; }
.text_tabcontent p { color:#ffffff; font-family:Segoe Print; font-size:12px; padding-right:10px!important;}
.text_tabcontent li { color:#ffffff; font-family:Segoe Print; font-size:12px; padding-right:20px!important;}