﻿input.tbGoToPage { 
	width: 26px; 
	font-size: 11px; 
	text-align: right; 
	color: #000000; 
	background: #ddd; 
	border-width: 0;
}


#pgrLayer {
	position: absolute; 
	left: -200px; 
	top: -200px; 
	z-index: 100; 
	border: 1px dashed gray; 
	padding: 5px; 
	background-color: #eeeeee; 
	visibility: hidden;
	display:none;
}

#pgrLayer a {
	text-decoration: none;
}

#smartPagerPageLabel {
	color: #555;
	font-size: 10px;
	font-family: Trebuchet MS;
	font-weight: bold;
}

#smartPagerGoLabel {
	color: #000000;
	font-size: 11px;
	font-family: verdana;
	font-weight: bold;
	padding: 1px;
	border: 1px solid #808080;
	background: #C0C0C0;
	margin-left: 2px;
}

#smartPagerClose {
	color: #000000;
	font-size: 11px;
	font-family: verdana;
	font-weight: bold;
	padding: 1px;
	border: 1px solid #808080;
	background: #C0C0C0;
}

#pgrPreviewLabel {
	font-size: 11px;
	font-family: arial;
}