﻿.PageNavigator
{
	font-size:12px;
}
.PageNavigator span
{
	float:left;
	text-align:center;
	margin-right:2px;
	color:#50A625;
	height:20px;
	line-height:20px;
}
.PageNavigator span.disabled
{
	border:1px solid #ccc;
	color:#999;
	background-color:#fff;
	height:18px;
	line-height:18px;
	padding:0px 5px 0px 5px;
}
.PageNavigator a:link, .PageNavigator a:visited, .PageNavigator a:hover
{
	float:left;
	display:block;
	border:1px solid #0099C2;
	margin-right:2px;
	font-size:12px;
	height:18px;
	line-height:18px;
	padding:0px 5px 0px 5px;
	background-color:#fff;
	text-decoration:none;
	color:#0099C2;
}

.PageNavigator a:hover
{
	background-color:#0099C2;
	color:#fff;
}
.PageNavigator a.cur:link,.PageNavigator a.cur:visited,.PageNavigator a.cur:hover
{
	color:#fff;
	background-color:#0099C2;
	font-weight:bold;
}