/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
list-style-type: none;
text-align: left; font-variant:normal; font-size:9pt; font-family:Tahoma; text-decoration:none; padding-left:0; padding-right:0; padding-top:3px; padding-bottom:3px
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
background-position: 
               top left; text-decoration: none;
position: relative;
z-index: 1;
padding: 5px;
margin-right: 3px;
border: 1px solid #E2E2E2;
color: #333333;
background-image:url('bg_tab.png'); background-repeat:repeat-x; background-attachment:scroll
}

.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;
}

.shadetabs li a.selected{ /*selected main tab style */
background-image: url('bg_tab-active.png');
border-bottom-color: #FFFFFF;font-family:Tahoma; font-size:9pt; color:#FFFFFF; text-decoration:none
}

.shadetabs li a:hover.selected{ /*selected main tab style */
text-decoration: none;
}