.icit-ranker {
	padding:0;
	position:relative;
	width: 100%;
}

.icit-ranker .title {
	line-height: 2em;
	font-weight: bold;
	font-size: 9pt;
}

.icit-ranker .spinner {
	position: absolute;
	right: 50%;
	bottom: 7px;
	z-index: 100;
}

.icit-ranker .standings {
	font-weight:bold;
	height: 30px;
	line-height: 30px;
	min-height: 30px;
}


.icit-ranker .percent {
	margin-top:10px;
	margin: 0 auto 10px;
	width:100%;
	height:10px;
	background: url(background.jpg) repeat-y top center transparent;
	position:relative;
}

.icit-ranker .percent span {
	display:block;
	height:21px;
	background: url(pointer.gif) no-repeat center top transparent;
	position:absolute;
	width: 7px;
	top:-5px;
	left:50%;
	z-index: 20;
	margin-left:-3px;
}

.icit-ranker .mechanics {
	height: 30px;
	text-align:right;
	position: relative;
}

.icit-ranker .rank {
	display: block;
	float: right;
	background-repeat: no-repeat;
	background-position: 2px center;
	border:solid 1px #ddd;
	margin-top: 4px;
	height: 20px;
	width: 20px;
	line-height: 20px;
	text-align: center;
	overflow: hidden;
	text-indent: 40px;
	-moz-border-radius: 3px;
}

.icit-ranker .rank:hover {
	border-color: #666;
}

.icit-ranker .rank-dn {
	margin-right: 10px;
	background-image: url(arrow_left.gif);
}

.icit-ranker .rank-up {
	background-image: url(arrow_right.gif);
}

.icit-ranker .message {
	line-height:30px;
}

.icit-ranker .error{
	background: url(cross.gif) no-repeat 5px center transparent;
	padding-left: 26px;
	text-align:left;
	color: #900;
	border: solid 1px #f90;

}

.icit-ranker .success {
	color: #090;
	background: url(tick.gif) no-repeat right center transparent;
	padding-right: 21px;
}

.icit-ranker .read-only {
	color: #999;
	background: url(lock.gif) no-repeat right 5px transparent;
	padding-right: 21px;
}


.icit-ranker .count {
	display: none;
}

.postBody .icit-ranker {
	width:95%;
	padding: 10px 2%;
	margin: 0 -8px 10px 0;
	border: solid 4px #ddd;
}

.postBody .icit-ranker .title {
	position: relative;
	top: -14px;
	left: -14px;
	width: 100%;
	padding: 0 14px;
	background-color: #ddd;
	line-height: 3em;
	margin-right: -28px; /* Fixes ie6 and do nothing to any other.*/
}

.postBody .icit-ranker .standings {
	width: 40%;
	position:absolute;
	bottom: 10px;
	left: 10px;
}

.postBody .icit-ranker .spinner {
	bottom: 17px;
}

.postBody .icit-ranker .mechanics {
	width:65%;
	margin-left: 35%;
}
