.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 14px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
cursor: pointer;
}

.shadetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
color: #999999;
/*
border: 1px solid #CCCCCC;
background: white url(images/dashboard/shade.gif) top left repeat-x;
*/
}

.shadetabs li.selected{
position: relative;
top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url(images/dashboard/shadeactive.gif);
border-bottom-color: white;
color: #669900;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.contentstyle{
width: 500px; 
/*
border-top: 1px solid #CCCCCC;
background-image: url(images/dashboard/contentareabg.gif);
background-repeat: repeat-x;
background-position: bottom left;
*/

-moz-border-radius:10px 10px 10px 10px;
background:none repeat scroll 0 0 #FAFAFA;
border:1px solid #FAFAFA;
padding: 20px;
margin-bottom: 20px;
}


.contentstyle td{padding-right: 20px;}
