/* ---------------------------------------------------
	PagedViewer
---------------------------------------------------- */

.pagedViewer
{
	background-color:#fff;
}
.pagedViewer h2
{
	color:#333!important;
}
#gridTopBar
{
	margin-bottom:0px;
}
#gridTopBar .gridTitle
{
	float:left;
}
#gridTopBar .gridSearch
{
	float:right;
	margin-top:5px;
}
#gridTopBar .gridNumRecords
{
	float:right;
	margin-top:5px;
	margin-right:20px;
}
#gridBottomBar
{	
	width:100%;
}
#gridBottomBar .paginationInfo
{
	color:#333;
	text-align:right;
	float:right;
	margin-right:20px;
	margin-top:8px;
		
}
#gridBottomBar .pagination
{
	margin:0;
	text-align:right;
	float:right;
}
#gridBottomBar .gridNew
{
	float:left;
	margin:0;	
}
h2
{
	font-size:28px!important;	
}
.grid
{
	clear:both;
}
.grid th
{
	padding:8px;
	font-size:12px;
	line-height:18px;
	height:12px!important;
}
.grid th a
{
	color:white;
}
.grid th a:hover
{
	color:#CCC;
	text-decoration:none;
}

.pvClear
{
	clear:both;
	margin-bottom:20px;
}
