@charset "utf-8";
#pageArea {
	float: left;
	height: 25px;
	width: 100%;
	display: inline;
	padding: 2px 0 5px 0;
	color: #6d6d6d;
	clear: both;
}
#pageArea .disabled {
	width: auto;
	border: #d0d0d0 1px solid;
	color: #6d6d6d;
	margin: 2px;
	display: inline;
	padding: 1px 3px;
}
#pageArea .current {
	background-color: #d0d0d0;
	border: 1px solid #b3b3b3;
	color: #FFF;
	margin: 2px;
	padding: 1px 3px;
	display: inline;
	font-weight: bold;
}
#pageArea a {
	border:1px solid #d0d0d0;
	color:#6d6d6d;
	padding:1px 3px;
	margin:2px;
	display:inline;
	text-decoration:none;
}
#pageArea a:hover {
	border:1px solid #d0d0d0;
	color:#6d6d6d;
}
#backArea {
	float: left;
	height: 25px;
	width: 512px;
	padding: 5px 0 5px 0;
	color: #6d6d6d;
	clear: both;
	text-transform: capitalize;
	text-align: center;
}
#backArea1 {
	float: left;
	height: 25px;
	width: 100%;
	padding: 2px 0 5px 0;
	color: #6d6d6d;
	clear: both;
	text-transform: capitalize;
	text-align: center;
}
