.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Tahoma;
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;
}

.shadetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
color: #2d2b2b;
background: white url(shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

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

.shadetabs li.selected{
position: relative;
top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url(shadeactive.gif);
border-bottom-color: white;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.contentstyle{
border: 1px solid gray;
width: 445px;
margin-bottom: 1em; padding: 10px;
background-image: url(grd-4px.gif);
}
.contentstyle2{
border: 1px solid gray;
width: 130px;
margin-bottom: 1em; padding: 1px;
}
.st-content {
	font: 11px/1.5em "Lucida Grande","Lucida Sans Unicode",verdana,geneva,sans-serif;
	float: left;
	width:100%;
	margin: 0;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 1px;
}
.st-message {
	background: url("images/comment_footer.gif") repeat left bottom;
}
.st-message p{
	padding: 5px 10px 5px 10px;
	margin: 0;
	word-wrap: break-word;
}
.st-author-info{
	margin: 0;
	background: #fff url("images/comment_header.gif") repeat left bottom;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 7px;
	padding-left: 5px;
	font-weight: bold; 
	color: #6699ff; 
	font-size: 8pt; 
}
.st-avatar{
	float: left;
	padding: 0px 0px 0px 5px;
	margin: 0;
}

.st-date{
	float: left;
}
.st-date-time{
	font-size:11px;
}
.st-author-name{
	font-weight: bold;
}
.st-comment-cell{
	padding-top: 10px;
}
.gray{
	color:#5B5B5B; 
	text-decoration:none;
}
.st-footer{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:center;
}
a {
	text-decoration:none;
	color: #6699ff; 
}
a:hover {
	text-decoration:underline;
}