﻿.Paging a:hover
{
	color: Yellow;
	background-color: #FFBA7F;
}
.Paging a
{
	font-size: 12px;
	color: White;
	background-color: #B9B9B9;
	text-decoration: none;
}

.Paging
{
	font-family: Verdana;
	font-size: 11px;
	color: Black;
	background-color: #B9B9B9;
	width:20px;
	border-right:dotted 1px #eaeaea;
	text-align:center;
}

.Paging_Container
{
	padding-top: 5px;
	padding-bottom: 5px;
	width: 100%;
	height: 25px;
	text-align: left;
	border: solid 1px #fff;
}
.Paging_Container Table
{
	border: solid 1px #fff;
	float:left;
}

.Paging_CurrentPage
{
	font-weight: bold;
	font-family: Verdana;
	font-size: 11px;
	color: Black;
	background-color: #B9B9B9;
	text-decoration: none;
	width:20px;
	border-right:dotted 1px #eaeaea;
	text-align:center;
}

.Paging_CurrentPage a
{
	font-weight: bold;
	font-family: Verdana;
	font-size: 11px;
	color: Black;
	background-color: #B9B9B9;
	padding-left: 3px;
	text-decoration: none;
}

.Paging_Text
{
	margin-left:10px;
}

