/*Telerik RadDataPager Metro Skin*/

.RadDataPager_ViperFS
{
	border:1px solid #e6e6e6;
	background:#ffffff;
	color:#000000;
}

.RadDataPager_ViperFS .rdpPageFirst,
.RadDataPager_ViperFS .rdpPagePrev,
.RadDataPager_ViperFS .rdpPageNext,
.RadDataPager_ViperFS .rdpPageLast
{
	background:transparent no-repeat url('Grid/sprite.gif');
}

.RadDataPager_ViperFS .rdpPageFirst
{
	background-position:0 -550px;
}
.RadDataPager_ViperFS .rdpPageFirst:hover
{
	background-position:0 -600px;
}
.RadDataPager_ViperFS .rdpPagePrev
{
	background-position:0 -700px;
}
.RadDataPager_ViperFS .rdpPagePrev:hover
{
	background-position:0 -750px;
}
.RadDataPager_ViperFS .rdpPageNext
{
	background-position:0 -850px;
}
.RadDataPager_ViperFS .rdpPageNext:hover
{
	background-position:0 -900px;
}
.RadDataPager_ViperFS .rdpPageLast
{
	background-position:0 -1000px;
}
.RadDataPager_ViperFS .rdpPageLast:hover
{
	background-position:0 -1050px;
}

.RadDataPager_ViperFS .rdpPagerButton
{
	border:1px solid #c4002e;
	background:#c4002e;
	color:#ffffff;
	font:12px/12px "segoe ui",arial,sans-serif;
}

.RadDataPager_ViperFS .rdpNumPart a
{
	border:1px solid #ffffff;
	color:#757575;
}

.RadDataPager_ViperFS .rdpNumPart a:hover
{
	color:#000000;
	background-color:#e6e6e6;
}

.RadDataPager_ViperFS .rdpNumPart a.rdpCurrentPage,
.RadDataPager_ViperFS .rdpNumPart a.rdpCurrentPage:hover
{
	border-color:#c4002e;
}