﻿/* CSS Document */
#PagingBox
{
	font-size:11px;
	list-style:none;
	margin:5px 0px 5px 0px;
	padding:0 0 0 0;
	clear:both;
	width:auto;
	height:36px;	
	margin-left:auto;
	margin-right:auto;
}

#PageFirstEnd
{
	width:auto;
	height:20px;
	text-align:center;
	border:1px solid #CCCCCC;
	color:black;
	padding:3px;
	margin:2px;
	background:white;
}

#PagePreNext
{
	width:auto;
	height:20px;
	text-align:center;
	border:1px solid #CCCCCC;
	color:black;
	padding:3px;
	margin:2px;	
	background:white;	
}

#PageNumNow
{
	width:auto;
	height:20px;
	text-align:center;
	border:1px solid #FF9900;
	color:white;
	background:#FFCC00;
	font-weight:bold;
	padding:3px;
	margin:2px;	
}



#PageNum
{
	width:auto;
	height:20px;
	text-align:center;
	border:1px solid #CCCCCC;
	color:black;
	padding:3px;
	margin:2px;	
}


#PageNum:visited
{
	color:black;
	font-weight:bold;
	font-family:Arial;
}