.noResultsPage 	 {
 	width:				100%;
 	background:			#E1EAF3;
 	border-left:		1px solid #5A5D5A;  
	border-right:		1px solid #5A5D5A;  
	border-bottom:		1px solid #5A5D5A;  
}

/* As the name says, the h2 on the left is 3x the li on the right*/
.pagerBoxTopWideLeft 	 {
	width:				100%;	
	height:				26px;
 	font-family: 		Verdana, Arial, Helvetica, sans-serif; 
	font-weight:		normal;
	font-size: 			11px;
	color: 				#0042FF;
	text-decoration: 	none;
 	background:			#B0C5DA;
 	border-bottom:		1px solid #5A5D5A;  
 	border-left:		1px solid #5A5D5A;  
 	border-right:		1px solid #5A5D5A;  
}
.pagerBoxTopWideLeft ul{
	list-style: 		none;
	float:				right;
	width:				20%;
}
.pagerBoxTopWideLeft li {
	float:				right;
}
.pagerBoxTopWideLeft h2 {
	float:				left;
	width:				75%;
}
/* As the name says, the h2 & li have equal width*/
.pagerBoxTopEvenSplit 	 {
	width:				100%;	
	height:				26px;
 	font-family: 		Verdana, Arial, Helvetica, sans-serif; 
	font-weight:		normal;
	font-size: 			11px;
	color: 				#0042FF;
	text-decoration: 	none;
 	background:			#B0C5DA;
 	border-bottom:		1px solid #5A5D5A;  
 	border-left:		1px solid #5A5D5A;  
 	border-right:		1px solid #5A5D5A;  
}
.pagerBoxTopEvenSplit ul{
	list-style: 		none;
	float:				right;
	width:				49%;
}
.pagerBoxTopEvenSplit li {
	float:				right;
}
.pagerBoxTopEvenSplit h2 {
	float:				left;
	width:				49%;
}
.pagerBoxBottom 	 {
 	position: 			relative; 
 	padding: 			4px 0px 4px 4px;
	width:				100%;
	height:				15px;
 	font-family: 		Verdana, Arial, Helvetica, sans-serif; 
	font-weight:		normal;
	font-size: 			11px;
	color: 				#0042FF;
	text-decoration: 	none;
 	background:			#B0C5DA;
 	border-left:		1px solid #5A5D5A;  
	border-right:		1px solid #5A5D5A;  
	border-bottom:		1px solid #5A5D5A;  
}

.pagerBoxBottom ul{
	list-style: 		none;
	float:				right;
	width:				48%;
}

.pagerBoxBottom li {
	float:				right;
}

.pagerBoxBottom h2 {
	float:				left;
	width:				50%;
}

.ajPagerFilterCombo {
	font-family: 	Verdana, Arial, Helvetica, sans-serif; 
	font-size: 		10px;
	width: 			100px;
	margin:			0px;
}