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

