﻿
/* custom pager */

.pager
{
	height:40px;
}

.pager .prev, .pager .first
{
	float:left;
	line-height:20px;
	text-align:center;
	font-size:12px;
	width:20px;
	margin:0 10px 0 10px;	
}

.pager .page
{
	float:left;
	display:block;
	width:20px;
	line-height:20px;
	margin:0 3px 0 3px;	
	text-align:center;
	border:solid 1px #cccccc;
	text-decoration:none;
	color:#330066;
}

.pager .page:Hover, .pager .pageSelected, .pager .pageSelected:Hover
{
	background:#99cc33;
	color:#ffffff;	
	float:left;
	display:block;
	width:20px;
	line-height:20px;
	margin:0 3px 0 3px;	
	text-align:center;
	border:solid 1px #669900;
	text-decoration:none;
	font-size:1.4em;
}

.pager .next, .pager .last
{
	float:left;
	line-height:20px;
	text-align:center;
	font-size:12px;
	width:20px;
	margin:0 10px 0 10px;
}

.pager .pageXofY
{
	line-height:20px;
	padding:0 40px 0 0px;
	color:#999999;
	float:right;
}

.pager a, .pager a:visited
{
    color:#330066;
}

td, tr, table
{
    border:solid 1px transparent;
}

/* search results */
.tblSearch
{
	width:575px;	
}
	