﻿.shadetabs
{
    font: normal 8.5pt sans-serif;
    list-style-type: none;
    text-align: left; /*set to left, center, or right to align the menu as desired*/
    background: #FFFFFF no-repeat;
    padding-bottom: 3px;
    padding-top: 3px;
    margin-top: 1px;
    margin-bottom: 0px;
    margin-left: 0px;
    clip: rect(auto 5px auto auto);
}
.shadetabs li
{
    display: inline;
    margin: 0px;
}
.shadetabs li a{
text-decoration: none;
padding: 3px 5px 5px;
margin-right: 0px;
border: 1px solid #c0c0c0;
color: #666666;
background: #ffffff;
background: #ffffff;
}
.shadetabs li a:visited{
color: #2d2b2b;
background: #ffffff;
}
.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
background: #ffffff;
}
.shadetabs li.selected{
	position: relative;
	top: 0px;
	background: #FFFFFF;
}
.shadetabs li.selected a{ /*selected main tab style */
border: 1px solid #000000;
background: url(shadetabsbg.jpg) repeat-x;
border-bottom-color: white;
border-bottom-width: 2;
color: #000000;
font: normal; 8.5pt sans-serif;
}
.shadetabs li.selected a:hover{
	text-decoration: none;
	background: url(shadetabsbg.jpg) repeat-x;
	color: #000000;

}
.contentstyle{
border: 1px solid #cccccc;
border-top-color: white;
border-bottom-color: #2f5792;
border-bottom-width: 2;
width: 100%;
margin-bottom: 1em; padding: 5px;
background: #ffffff;
}
.BorderB
{
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #2f5792;
}

