﻿table.pagingList
{
	width: 442px;
	height: 30px;
	/*background-image: url(../../../Images/en-US/Default/Paging/BG_PagingLine.gif);*/
	/*background-repeat: no-repeat;*/
	margin-top: 20px;
	margin-bottom: 20px;
}

td.pagingList
{
	text-align: center;
	width: 442px;
	height: 30px;
}

td.pagingList_prev,
td.pagingList_next
{
	height: 17px;
	width: 21px;
	padding-left: 5px;
	padding-right: 5px;
}

td.pagingList_numOn
{
	height: 17px;
	width: 15px;
	/*background-image: url(../../../Images/en-US/Default/Paging/BG_NumOn.gif);*/
	/*background-repeat: no-repeat;*/
	/*background-position: center;*/
	
	color: #484dbd;
	font-weight: bold;
	font-size: 12px;
	font-family: Tahoma,arial;
	text-decoration: none;
	padding-left: 5px !important;
	padding-right: 5px !important;
	text-align: center;
	cursor:pointer!important;
}

td.pagingList_numOff
{
	height: 17px;
	width: 15px;
	/*background-image: url(../../../Images/en-US/Default/Paging/BG_NumOff.gif);
	background-repeat: no-repeat;
	background-position: center;*/
	color:#999999;
	font-weight: bold;
	font-size: 12px;
	font-family: Tahoma,arial;
	text-decoration: none;
	padding-left: 5px !important;
	padding-right: 5px !important;
	text-align: center;
	cursor:pointer!important;
}	
