/* CSS Document */
.Paging{
   	cursor:pointer;
   	color:#4c99ef;
	text-align:center;
	background:#EDF5F7;
    font-weight:bold;
    padding-left:4px;
    padding-right:4px;
	border:1px solid #ffdead;
	_width:auto;
}
.Paging a{
	font-family:tahoma;
	font-size:12px;
	text-decoration:none;
}
.CurPage{
	color:red;
	text-align:center;
	background:#ffdead;
	padding-left:4px;
    padding-right:4px;
	font-weight:bold;
	border:1px solid #ffdead;
	_width:auto;
}
.CurPageOver{
	color:red;
	cursor:pointer;
	text-align:center;
	background:#ffdead;
	padding-left:4px;
    padding-right:4px;
	font-weight:bold;
	border:1px solid #ffdead;
	_width:auto;
}
