 


.toptable {
	font-weight: bold;
	text-align: center;
}

.toptable td {
	padding:6px;
	vertical-align:top;
	border-left:1px solid #cedfeb;
	border-right:1px solid #cedfeb;
	border-bottom:1px solid #cedfeb;
}

.toptable .alt1 {
	background-color:rgb(255,255,255);
}

.toptable .alt2 {
	background-color:rgb(240,242,250);
}
 


.profile_content #mprlist li {
	width: 100%;
	height: auto;
	display:block;
	float: left;
	clear:both;
	border-bottom: 1px solid #d8d8d8;
}

#view-reputation .inflistinfo {
	padding: 5px 20px; 
}

.inflistinfo.pos {
	background: transparent url(images/reputation/reputation_pos.gif) no-repeat scroll left center;
}

.inflistinfo.neg {
	background: transparent url(images/reputation/reputation_neg.gif) no-repeat scroll left center;
}

.inflistinfo.balance {
	background: transparent url(images/reputation/reputation_balance.gif) no-repeat scroll left center;
}
 