.activitycollapse {
	right:-20px;
	top:-14px;
	position:absolute;
}

/* summary of member details */
.activity_summary {
	width: 275px;
	float: left;
	clear: right;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow:-2px 2px 2px #c8c8c8;
	background-color:#f1f1f1;
	border:1px solid #c4c4c4;
	display:inline-block;
	margin-bottom: 10px;
	margin-right: 12px;
}

.activity_summary h2 {
	font-weight: bold;
}

.activity_summary h1 {
/*	color: #233d78; */
	font:   bold 16px Tahoma, Calibri, Verdana, Geneva, sans-serif;
}

/* memberinfo block style */
.activity_summary .block {
	margin-bottom:4px;
	padding:6px;
	background:#f1f1f1 url(images/misc/blog/top-highlight.png) repeat-x left top;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}

.activity_summary .block .blockbody {
	color: ;
	background:#ffffff;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
	padding:0;
	border:1px solid #DADADA;
}
.activity_summary .block .blockrow {
	background:#ffffff;
	border-top:1px solid #ffffff;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
	background:#ffffff url(images/misc/blog/gradient-black-down.png) repeat-x left top;
}
.activity_summary .underblock {
	height:9px;
	background:transparent url(images/misc/blog/bottom-shadow.png) repeat-x left bottom;
}
.activity_summary .blockrow,
.activity_summary .blocksubhead {
	padding:10px 6px 10px 6px;
	color: #424242;
}
.activity_summary .blocksubhead {
	background:transparent none;
	height:17px;
	padding: 5px 6px;
	border:none;
	outline:none;
	font-weight:bold;
}
.activity_summary .blocksubhead img {
	vertical-align:middle;
}
.activity_summary .blocksubhead.smaller,
.activity_summary .blockrow {
	font-size:12px;
}
.activity_summary .mainblock .blocksubhead {
	height:auto;
}
.activity_summary .mainblock {
	margin-bottom:8px;
}


.activity_summary dl.stats dt {
	display:inline;
	color:#777777;
}

.activity_summary dl.stats dt:after {
	content:":";
}
.activity_summary dl.stats dd {
	display:inline;
}

.rankingstart {
	display:block;
	float:left;
	clear:left;
	width:16%;
}

dl.ranking dd {
	display:block;
	float:left;
	width:16%;
	margin-left:10px;
}

.fieldset {
	border:1px solid;
	padding: 6px;
	margin: 6px;
	display:inline;
	white-space:nowrap;
}

.ol {
	list-style:decimal inside;
} 