﻿@charset "utf-8";
/*Pagign*/


.Paging
{	padding: 15px 15px 15px 15px;
	font-family: "Trebuchet MS" ,Sans-Serif,Verdana;
	font-size: 1.4em;	
	width: 95%;
	

	
}

.Paging ul
{
	margin: 0;
	padding: 0;
	text-align: right;
	font-size: 12px;


}

.Paging li
{
	margin-right: 2px;
	list-style-type: none;
	display: inline;
	padding-bottom: 15px;
	

}

.Paging a, .Paging a:visited
{
	padding:5px;
	/*background-image: url('../img/pg.png');*/
	background-color: #999999;
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 31px;
	height: 31px;
	color: #cccccc;
	cursor: pointer;
	font-weight:normal;

	
}

.Paging a:hover, .Paging a:active
{
	padding:5px;
	/*background-image: url('../img/pg_sel.png');*/
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: middle;
	width: 31px;
	height: 31px;
	color: #39bfcc;
	cursor: pointer;
	font-weight:normal;
	 
}

.Paging a.CurrentPage
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	font-weight:bold;
	color:#999999;
	background-color: #cccccc;
			
/*	background-image: url('../img/pg_sel.png');	*/
	 
}




