﻿.default-text-box
{
	border: 0px;
}
/*.textbox-search
{
	width: 97px;
	height: 20px;
	border: 0px;
}*/
.login-text-box
{
	width: 145px;/*new*/
	height: 20px;
}
.login-lable
{
	font-weight: bold;
	font-size: 12px;
	padding-right: 10px;	
}

.registration-chklst label
{
	margin-right: 10px;	
}

.pagerarea
{
	/*width:225px;*/
	padding: 10px 0px 2px 0px;
	text-align: center;	
	height:42px;
	font-size: 0px;
	/*margin: 20px 210px 10px 210px;*/
	margin: 20px 0px 10px 0px ;
}

.btnbacknext /* mod */
{
	background-image: url(../../../App_Themes/PhillySite/Images/pager-next.gif); /* mod */
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 4px;
	/*color: #fff;*/ /* mod 
	font-weight: bold;
	font-size: 14px;*/
	width: 24px;
	height: 23px;
	display:block;
	float: left;
	margin-left: 15px;	
	
	
	
}
.btnprevnext /* mod */
{
	background-image: url(../../../App_Themes/PhillySite/Images/pager-prev.gif); /* new */
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 4px;
	/*color: #fff;*/ /* mod */
	/*font-weight: bold;
	font-size: 14px;*/
	font-size: 0px;
	width: 24px;
	height: 23px;
	display:block;
	float: left;
	margin-right: 15px;	
	
}


.selectedpage,.unselectedpage
{
	font-family: arial;
	font-size: 14px; 
	font-weight: bold;
	padding: 2px 2px 0px 2px;
	height:19px;

}


.selectedpage
{
	color: #CCCCCC;
}
.pager-control-outer
{
	padding: 0px 2px 0px 2px;
}
span.selectedpage ,a.unselectedpage 
{
  display: block;
  float: left;
}
span.selectedpage
{
  color: Red;
}