.as-wrapper{
}
.as-content-even{
	background-color: #F6F6F6;
	width: 100%;
}
.as-content-odd{
	width: 100%;
}
.as-content-odd, .as-content-even{
	padding: 5px;
}
.as-content-odd:hover, .as-content-even:hover{
	background-color: #FEFECC;
}
.as-avatar{
	float: right;
	margin: 5px 0 5px 5px;
}
.asTitle{
	font-family: Georgia, "Times New Roman", Times, Serif;
  font-size: 20px;
  text-align: left;
  width: 100%;
  border-bottom: 1px solid #DADADA;
  margin: 0px 0 10px 0;
}
.as-clear{
	clear: both;
}
/* tabs */
dl.tabs {
   float: left;
   margin: 10px 0 -1px 0;
   z-index: 50;
}
dl.tabs dt {
   float: left;
   padding: 4px 10px;
   border-left: 1px solid #ccc;
   border-right: 1px solid #ccc;
   border-top: 1px solid #ccc;
   margin-left: 3px;
   background: #f0f0f0;
   color: #666;
}
dl.tabs dt.open {
   background: #F9F9F9;
   border-bottom: 1px solid #F9F9F9;
   z-index: 100;
   color: #000;
}
div.current {
   clear: both;
   border: 1px solid #ccc;
   padding: 10px 10px;
}
div.current dd {
   padding: 0;
   margin: 0;
}
