/******************* --  tabber -- **********************/
.tabber{
	
	
}
.tabber2{
	width:95%;
}


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

.shadetabs li {
    margin: 0;
    margin-right: 3px;
    padding: 0;
    float: left;
}

.shadetabs li a{
    text-decoration: none;
    display:block;
    padding: 5px 10px;
    margin: 0;
    border: 2px solid #abbbcd;
    color: #38629F;
    background: #edeff2;
    font-size: 10px;
}

.shadetabs li a:visited{
    color: #38629F;
    font-size:7.5pt;
    text-decoration: none;
}

.shadetabs li a:hover{
    text-decoration: none;
    color: #FF6900;
    font-size:7.5pt;
}

.shadetabs li.selected{
    position: relative;
    z-index: 0;
}

.shadetabs li.selected a{ /*selected main tab style */
    background:url(images/tabl.gif) top left no-repeat #ffffff;
    border-bottom-color: white;
    margin: 0;
}

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

.tabcontentstyle { /*style of tab content oontainer*/
    border: 2px solid #abbbcd;
    margin-bottom: 1em;
    padding: 10px;
}

.tabcontent{
display:none;
}

.tabcontent table{width:90%;}
