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

.musictabs{
padding: 2px 0;
margin-left: 0;
margin-top: 3px;
margin-bottom: 0;
font: bold 12px arial;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

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

.musictabs li a{ /*upper right tabs*/
text-decoration: none;
position: relative;
z-index: 1;
padding: 4px 19px;
margin-right: -2px;
border: 1px solid #2A57BE;; /*color of border on top right tab*/
color: #ffffff;
background: white url(shade_ax1.gif) top left repeat-x;
}

.musictabs li a:visited{
/*color: #2A57BE;*/
color: #ffffff;
}

.musictabs li a:hover{
text-decoration: none;
color:#f6fea2;
}

.musictabs li a.selected{ /*selected main tab style */
position: relative;
color: #2A57BE;
top: 0px;
}

.musictabs li a.selected{ /*selected main tab style */
border-top-color:#2A57BE;
background-image: url(shade_ax.jpg);
border-bottom-color: white;
border: #2A57BE;
}

.musictabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
color: #2A57BE;
}

.wtabs{  
padding: 3px 0;
margin-left: 0;
margin-top: 4px;
margin-bottom: 0;
font: bold 12px arial;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

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

.wtabs li a{ /* lower right hand side tabs*/
text-decoration: none;

z-index: 1;
padding: 4px 22px;
margin-right: -5px;
margin-left: 0px;
border: 1px solid #2A57BE;
color: #ffffff;
background: white url(shade_ax1.gif) top left repeat-x;
}

.wtabs li a:visited{
color: #ffffff;
}

.wtabs li a:hover{
text-decoration: none;
color:#fbfe13;
}

.wtabs li a.selected{ /*selected main tab style */
z-index: 1;
padding: 4px 21px;
margin-right: -5px;
margin-left: 0px;
border: 1px solid #2A57BE;
color: #2A57BE;
top: 0px; /*adjusts vertical starting point of the selected tabs*/
}

.wtabs li a.selected{ /*selected main tab style */
background-image: url(shade_ax.jpg);
border-bottom-color: white;
border-right-color: #2A57BE;
}

.wtabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
color: #2A57BE;
}


/**********outline color**************/
div.section:after {
content: "* * *";
display: block;
text-align: center;
}




