/* buttons */
.pagerWrapper {
	border-left: none;
	font-family: tahoma;
}

.pager {
	white-space: nowrap;
	width: 99%; /* ie6 fix */
	overflow: hidden;
}

.pager a:link,.pager a:active,.pager a:visited,.pager a:hover {
	color: Blue;
	padding: 2px 2px;
}

.pager a:hover {
	background-color: #E6E6FA;
	color: #395500;
}

.pager-special {
	font-weight: bold;
}

.pager-active {
	color: #993300;
}

.pager .label {
	overflow: hidden;
	padding: 2px 2px;
	color: #645A44;
}

.pager .label a:link,.pager .label a:active,.pager .label a:visited,.pager .label a:hover
	{
	float: none;
	display: inline;
	height: auto;
	padding: 0px;
	font-weight: bold;
	text-decoration: underline;
	border: none;
	background: none;
}

.pager input {
	width: 20px;
	border: 1px solid #0066cc;
}

.pager .button{
	background-color: #cce6f8;
	width: 25px;
	height: 20px;
	cursor:pointer;
}