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


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



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

.shadetabs li a{
text-decoration: none;
float: right;
width: 102px;
margin-top: 5px;
margin-right: 2px;
margin-bottom: 0pt;
margin-left: 2px;
text-align: center;
background: #f1f1f1;
color: #9460a4;
border: 4px solid #bcbcbc;
border-bottom: 0px solid #bcbcbc;

}

.shadetabs li a:visited{
color: #999999;
}

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

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
}

.shadetabs li a.selected{ /*selected main tab style */
background: #f1f1f1 url(http://vb.ml7-alswalf.com/14-2-2009/7BBT/bat.jpg);
border: 4px solid #bcbcbc;
border-bottom: 0px solid #bcbcbc;
color: #9460a4;
padding-bottom: 5px;
margin: 0px;
}

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

.divcontent{
background: #FFFFFF;
border:1px solid #CCCCCC; width:100%;
padding: 5;
}

#wrapper{
width: 100%;
margin: 0 auto;
}
.box{
background: #fff;
}
.boxholder{
clear: both;
padding: 5px;
background: #f1f1f1;
border: 1px solid #bcbcbc;
}
.tab{
float: right;
width: 102px;
margin: 0 0px 0 0;
text-align: center;
background: #f1f1f1 url(http://vb.ml7-alswalf.com/14-2-2009/7BBT/bat.jpg);
border: 4px solid #bcbcbc;
border-bottom: 0px solid #bcbcbc;
}

.tabtxt{
margin: 0;
font-size: 12px;
font-weight: bold;
padding: 8px;
}

.tab div a.selected{ /*selected main tab style */
background: #8DC70A url(greentab_s.jpg) no-repeat;

}
