/**
 * Style rules for pagination component
 *
 * @author Veeresh D.
 * @date March 2008
 */
 
.paginationResultPageLinks
{
	width: 30px; text-align: center;
	font-family: Arial; 
	font-weight: BOLD; 
	font-size: 12;
	cursor: pointer;
	border-style: solid; 
	border-color: silver; 
	border-width: 1px;
	padding: 0;
}
#paginationDivComponent 
{
	border: 1px inset; 
	border-style: solid; 
	border-color: silver; 
	margin: 0px;
	width: 100%;
}
#resultPageDiv 
{
	border-style: solid; 
	border-color: silver; 
	border-width: 1px	
}

#paginationTable 
{
	margin: 0px; 
	border-style: none; 
	font-size: 10;
}
#paginationCount 
{
	font-family: Arial; 
	color: ROYALBLUE; 
	font-weight: bold;
}
#paginationLabel 
{
	font-family: Arial; 
	color: GRAY; 
	font-size: 12;
}

