/* CSS Document */
#paging {
	text-align: center;
}

#paging a {
	color: #000000;
	text-decoration: none;
	text-align: center;
	white-space: nowrap;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}

#paging a:hover {
	color: #333333;
	text-decoration: none;
	background-color: #CCCCCC;
	border: 1px solid #666666;
	padding-right: 4px;
	padding-left: 4px;
	padding-top: 1px;
	padding-bottom: 1px;
}

#paging a.this {
	color: #FF6600;
	font-weight: bold;
}

#paging span.off {
	color: #cccccc;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
}

#paging span.off:hover {
	color: #cccccc;
	text-decoration: none;
}
