.shadetabs{
/*border-top: 2px solid #707273;
background: transparent url(design/H1gradient.jpg) repeat-x scroll left top;*/
padding: 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left;
background: #E5E5E5;
}

.shadetabs li{
display: inline;
margin: 0;
line-height: normal;
}

.shadetabs li a{
text-decoration: none;
padding: 3px 6px;
margin-right: 1px;
border-left: 1px solid #778;
border-right: 1px solid #778;
border-top: 1px solid #778;
color: #fff;
}

.shadetabs li a:link, .shadetabs li a:visited{
color: #000;
}

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

.shadetabs li.selected{
position: relative;
}

.shadetabs li.selected a{ /*selected main tab style */
background: #FFF;
}

.shadetabs li.selected a{ 
color: #000;
}

#ajaxcontentarea {
padding: 8px;
border: 1px solid #000;
}