﻿/*Phan trang*/
.paging
{
	width: 100%;
	float: left;
	text-align: center;
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 11px;
	font-family: Tahoma, Vernada, Arial, Time New Roman;
}

.NormalPage
{	
	color:#b2061f;
}
.NormalPage a
{	
	text-align: center;
	font-size: 11px;
	font-family: Tahoma, Vernada, Arial, Time New Roman;
	text-decoration: none;
	padding: 2px 6px 2px 6px;
	border: solid 1px #CCCCCC;
	color:#b2061f;
}
.NormalPage a:hover
{
	border:solid 1 #b2061f;
	background-color: #f8f8f8;
	text-decoration: underline;
	color: #b2061f;
	padding: 2px 6px 2px 6px;
}

.SelectedPage a
{
	text-align: center;
	font-size: 11px;
	font-family: Tahoma, Vernada, Arial, Time New Roman;
	text-decoration: none;	
	background-color: #fff;
	color: #b2061f;
	padding: 2px 6px 2px 6px;	
	border: solid 1px #CCCCCC;
}
.SelectedPage a:hover
{
	text-decoration:underline;
}