.activitycollapse {
	right:-20px;
	top:-14px;
	position:absolute;
}

/* summary of member details */
.activity_summary {
	width: 275px;
	float: left;
	clear: right;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-box-shadow:-2px 2px 2px rgb(0, 0, 0);
	background-color:rgb(21, 21, 21);
	border:1px solid rgb(0, 0, 0);
	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:rgb(21, 21, 21) url(images/FeverSkin_Res/BodyPNG2.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:rgb(10, 10, 10);
	-moz-border-radius:8px;
	-webkit-border-radius: 8px;
	padding:0;
	border:1px solid rgb(102, 102, 102);
}
.activity_summary .block .blockrow {
	background:rgb(10, 10, 10);
	border-top:1px solid rgb(10, 10, 10);
	-moz-border-radius:8px;
	-webkit-border-radius: 8px;
	background:rgb(10, 10, 10) url(images/misc/blog/gradient-black-down.png) repeat-x left top;
}
.activity_summary .underblock {
	height:9px;
	background:rgb(40, 40, 40) url(images/misc/blog/bottom-shadow.png) repeat-x left bottom;
}
.activity_summary .blockrow,
.activity_summary .blocksubhead {
	padding:10px 6px 10px 6px;
	color: rgb(51, 51, 51);
}
.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;
} 


.pemtable {
	font-weight: bold;
	text-align: center;
}

.pemtable td {
	padding:8px;
	vertical-align:top;
	border-left:1px solid #cedfeb;
	border-right:1px solid #cedfeb;
	border-bottom:1px solid #cedfeb;
}

.pemtable .alt1 {
	background:rgb(255, 255, 255) bottom repeat-x;
}

.pemtable .alt2 {
	background-color:rgb(240,242,250);
}

.pemtable .left {
	text-align: left;
}

.pemtable .right {
	text-align: right;
}

.pemtable .normal {
	font-weight: normal;
}
 