﻿/*------------------PageNumberer------------------*/

.PageNumberer
{
	font-family:Tahoma,Helvetica,sans-serif;
	font-size: 14px;
	clear:both;
	color:#3666d4;
	width:352px;	
}

.PageNumberer a
{
	border:1px solid #ccdbe4;
	color:#3666d4;
	margin:1px 5px 1px 1px;
	padding:2px 0px 2px 0px;
	text-align:center;
	text-decoration:none;
	height:18px;
	float:left;
}

.PageNumberer a:hover
{
	background:#3666d4;
	border-color:#2b55af;
	color:#fff;
}

.PageNumberer div.selected
{
    margin:1px 5px 1px 1px;
	border:0;
	color:#000;
	font-weight:bold;
	padding:3px 0 2px 0;
	float:left;
	height:18px;
	width:26px;
	text-align:center;
}

.PageNumberer div.prevnext
{
    text-align:center;    
	/*padding:4px 6px 2px 6px;*/
	margin:1px 5px 1px 1px;
	padding:3px 1px 3px 1px;
	border:0;
	color:Gray;	
	float:left;
	height:18px;
	width:50px;
}

.PageNumberer a.pager
{
    width:26px;
    text-decoration:none;
}

.PageNumberer a.prevnext
{
    width:50px;
    text-decoration:none;
}

.LinkGO
{
	border:1px solid #ccdbe4;
	color:#3666d4;
	margin:1px 5px 1px 1px;
	padding:1px 12px;
	text-align:center;
	text-decoration:none;
}