.list_navigator{
	height:29px;
	background:#ffffff;
	float:right;
	font-size:10.5pt;
	padding:2px;
}
.nav_page_detail{
	float:left;
	padding-top:4px;
}
.nav_pagenum,.nav_recordnum,.nav_currpage,.nav_pagesize{
	color:red;
	font-size:11pt;
	margin:0 4px;
	font-weight:bold;
}
.nav_page{
	color:blue;
	cursor:pointer;
	font-size:12pt;
	margin:0 4px;
}
.nav_morepage{
	cursor:normal;
	font-size:12pt;
}
.nav_currpage{
	color:red;
	cursor:normal;
	font-size:16pt;
	font-weight:bold;
}
.nav_go{
	float:left;
}
.nav_go input{
	border:0;
	width:20px;
	border-bottom:1px solid black;
	text-align:right;
}
.nav_go_btn, 
.nav_go_first, .nav_go_pre, .nav_go_next, .nav_go_last,
.nav_go_first_disabled, .nav_go_pre_disabled, .nav_go_next_disabled, .nav_go_last_disabled{
	overflow:hidden;
	height:16px;
	width:16px;
	margin:0 2px;
	background-image:url(./images/icon/FirstPage.gif);
	background-repeat:no-repeat;
	background-position:center center;
}
.nav_specpage_go{
	float:left;
}
.nav_go_first{
	background-image:url(./images/icon/FirstPage.gif);
}
.nav_go_first_disabled{
	background-image:url(./images/icon/FirstPageDis.gif);
} 
.nav_go_pre_disabled{
	background-image:url(./images/icon/PrePageDis.gif);
}
.nav_go_next_disabled{
	background-image:url(./images/icon/NextPageDis.gif);
} 
.nav_go_last_disabled{
	background-image:url(./images/icon/LastPageDis.gif);
} 
.nav_go_pre{
	background-image:url(./images/icon/PrePage.gif);
}
.nav_go_next{
	background-image:url(./images/icon/NextPage.gif);
}
.nav_go_last{
	background-image:url(./images/icon/LastPage.gif);
}