@CHARSET "UTF-8";
.pgPanel {
	height:24px;
	line-height:24px;
	margin:5px 0 0 0;
	float:right;
}	
.pgPanel div {
	float:left;
	font-size:12px;
}

.pgBtn {
	width: 20px;
	height: 22px;
	display: block;
	cursor: pointer;
	margin:1px;
}

.pgPress {
	margin:2px 0 0 2px;
}

.pgPrev {
	background: url(../img/prev.gif) no-repeat center;
}

.pgPrevDisabled {
	background: url(../img/prev_disabled.gif) no-repeat center;
	cursor:auto;
}

.pgNext {
	background: url(../img/next.gif) no-repeat center;
}

.pgNextDisabled{
	background: url(../img/next_disabled.gif) no-repeat center;
	cursor:auto;
}

.pgFirst {
	background: url(../img/first.gif) no-repeat center;
}

.pgFirstDisabled {
	background: url(../img/first_disabled.gif) no-repeat center;
	cursor:auto;
}

.pgLast {
	background: url(../img/last.gif) no-repeat center;
}

.pgLastDisabled {
	background: url(../img/last_disabled.gif) no-repeat center;
	cursor:auto;
}

.pgRefresh {
	background: url(../img/nowait.gif) no-repeat center;
}

.pgLoad {
	background: url(../img/loading.gif) no-repeat center;
}

.pgTable {
	clear:both;
	table-layout:fixed;
}

.pgCurrentPage, .pgPerPage {
	width:24px;
	text-align:center;
}

.pgSearchInfo {
	margin-left:20px;
}

.cleanFloat {
	clear:both;
	display:none;
}

.separator {
	width:2px;
	height:24px;
	margin:0 5px 0 5px;
	background: url(../img/separator.gif) no-repeat center;
}
.pgPanel a{ display:block; float:left;width:28px; height:28px; line-height:28px; text-align:center; background:url(../img/pageon.jpg) no-repeat;color:#1e50a2; margin-right:10px;}
.pgPanel a.a_on{ background:url(../img/onclickActive.jpg) no-repeat; width:28px; height:28px;} 
.pgPanel a:hover{ color:#ff7300;}
.pgPanel span a{ width:62px; margin-right:10px; background:url(../img/prevPage.jpg) no-repeat;}
.page_txt{ width:60px; height:22px; line-height:22px; border:1px solid #dedede;}
.page_btn{ width:62px; height:25px; background:url(../img/enter-button.jpg) no-repeat; border:none; height:28px;}