div.paginationControl
	{
		margin:auto;
		margin-top:0px;
		font-size:10px;
		overflow:auto;
		float:right;
		height:30px;
		line-height:1.5em;
	}

div.paginationControl a {font-size:10px;color:black}
div.paginationControl a:hover {font-size:10px;text-decoration:none;}

div.paging
	{
		float:left;
		padding:2px;
		border:1px solid #aaaaaa;
		width:14px;
		height:14px;
		cursor:pointer;
		margin-right:9px;
		text-align:center;
	}
	div.paging:hover
	{
		background:#e4e4e4;
	}

div.pagingNext
	{
		float:left;
		padding:2px;
		border:1px solid #aaaaaa;
		height:14px;
		margin-right:9px;
		cursor:pointer;
		text-align:center;
	}
div.pagingNext:hover
	{
		background:#e4e4e4;
	}
div.pagingNextDisabled
	{
		float:left;
		padding:2px;
		border:1px solid #cccccc;
		color:#cccccc;
		height:14px;
		margin-right:9px;
		text-align:center;
	}


div.pagingPrev
	{
		float:left;
		padding:2px;
		cursor:pointer;
		border:1px solid #aaaaaa;
		height:14px;
		margin-right:9px;
		text-align:center;
	}
div.pagingPrev:hover
	{
		background:#e4e4e4;
	}
div.pagingPrevDisabled
	{
		float:left;
		padding:2px;
		border:1px solid #cccccc;
		color:#cccccc;
		height:14px;
		margin-right:9px;
		text-align:center;
	}

div.pagingSelected
{
	float:left;
	padding:2px;
	border:1px solid #909090;
	background-color:#1177bb;
	width:14px;
	height:14px;
	margin-right:9px;
	text-align:center;
	font-size:11px;
	font-weight:bold;
	color:#f1f1f1;
}