.shadetabs{
padding: 3px;
margin-left: 0;
margin-top: 3px;
margin-bottom: 0;
font:12px Verdana;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
padding: 3px;
margin-right: 0;
border: 1px solid #778;
color: #3D6D94;
background: white url(shade.gif) top left repeat-x;
font-weight: bold;
}

.shadetabs li a:visited{
color: #3D6D94;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b!important;
}

.shadetabs li.selected{
position: relative;
top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url(shadeactive.gif);
border-bottom-color: #eee;
color: #2d2b2b!important;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none!important;
}

.contentstyle{
border-top:1px solid #ccc;
border-right: 2px solid #99979C;
border-bottom:2px solid #93A6B4;
border-left: 1px solid #93A6B4;
/*margin-bottom: 1em; */
background: #D6E0E9;
height:34em;
padding:5px;

}
/*.contentstyle p{margin-left:10px!important;}*/
#ajaxwrapper {
	width: 100%;
	margin:10px auto;
	/*margin:0 0 0 100px;*/
}
.contentstyle a,.contentstyle th  {font-weight:normal!important;}