@charset "utf-8";
/* CSS Document */
<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.pagination{
padding: 2px;
}
#pageNo {
	position:absolute;
	left:2px;
	top:981px;
	width:352px;
	height:27px;
	z-index:102;
	visibility: visible;
}


.pagination ul{
	margin: 0;
	padding: 0;
	text-align: left; /*Set to "right" to right align pagination interface*/
	font-size: medium;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}

.pagination li{
list-style-type: none;
display: inline;
padding-bottom: 1px;
}

.pagination a, .pagination a:visited{
	padding: 0 5px;
	text-decoration: none;
	color: #993300;
	border: 1px none #993300;
}

.pagination a:hover, .pagination a:active{
	color: #000;
}

.pagination a.currentpage{
	background-color: #55750B;
	color: #FFF !important;
	border-color: #55750B;
	font-weight: bold;
	cursor: default;
}

.pagination a.disablelink, .pagination a.disablelink:hover{
background-color: white;
cursor: default;
color: #929292;
border-color: #929292;
font-weight: normal !important;
}

.pagination a.prevnext{
	font-weight: normal;
}

</style>
#pageNo {
	position:absolute;
	left:185px;
	top:61px;
	width:275px;
	height:26px;
	z-index:37;
}
