.activePage td,.activePage div
{
	padding: 3px;
}
.activePage .custom{
	padding-top: 3px;
	margin-right:10px;
}
.activePage span
{
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	padding:  1px 3px 1px 3px;
	border:1px solid #666666;
	color:#999999;
	background-color:#fff;
	margin-right:3px;
	cursor:pointer;
	font-size: 12px;
}
.activePage a:link,.activePage a:visited {
	text-decoration: none;
	color: #fff;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	padding: 1px 3px 1px 3px;
	border: 1px solid #666666;
	color:#fff;
	background-color:#999999;
	margin-right:3px;
	font-size: 12px;
}
/*
.activePage a:visited {
	text-decoration: none;
	color: #fff;
}
.activePage a:hover {
	text-decoration: none;
	color: #333333;
}
*/
.activePage a:hover,.activePage a:active {
	text-decoration: none;
	color: #333333;
}

.inactivePage span{
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	padding: 1px 3px 1px 3px;
	border: 1px solid #666666;
	color:#fff;
	background-color:#999999;
	margin-right:3px;
	font-size: 12px;
}
.inactivePage a:link,.inactivePage a:visited {
	text-decoration: none;
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	padding:  1px 3px 1px 3px;
	border:1px solid #666666;
	color:#999999;
	background-color:#fff;
	margin-right:3px;
	cursor:pointer;
	font-size: 12px;
}
/*
.inactivePage a:visited {
	text-decoration: none;
	color: #666666;
}
.inactivePage a:hover {
	text-decoration: none;
	color: #000000;
}
*/
.inactivePage a:hover,.inactivePage a:active {
	text-decoration: none;
	color: #000000;
}

.goButton{
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	color:#fff;
	background-color:#999999;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	height: 18px;
}
.goInput{
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	border:1px solid #727731;
	color:#999999;
	background-color:#fff;
	cursor:pointer;
	height: 15px;
}

