.shadetabs {
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 11px Tahoma, Arial, Helvetica, sans-serif;
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;
}

#pcMain .shadetabs li a {
text-decoration: none;
padding: 3px 10px;
margin-right: 3px;
border: 1px solid #999999;
color: #5C8727;
background: white url(/images/shade.gif) top left repeat-x;
}

#pcMain .shadetabs li a:visited{
text-decoration: none;
color: #5C8727;
}

#pcMain .shadetabs li a:hover{
text-decoration: underline;
color: #445E1A;
}

#pcMain .shadetabs li.selected {
position: relative;
top: 1px;
}

#pcMain .shadetabs li.selected a { /*selected main tab style */
background-image: url(/images/shadeactive.gif);
border-bottom-color: #ffffff;
color: #333333;
}

#pcMain .shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
color: #333333;
}

#pcMain .contentstyle {
border: 1px solid #999999;
width: 550px;
margin-bottom: 1em; padding: 10px;
}

/* Style text on Overview Tab */
#pcMain #ajaxcontentarea p {
	color: #666666;
}

/* Pad PDF icon */
#pcMain #ajaxcontentarea p img {
	margin-right: 5px;
}
