.current {
padding: 2px 6px;
margin:2px;
font-family: "Verdana", sans-serif;
font-size: 11px;
font-weight: bold;
background-color: #409EFF; color:#FFF;border: solid 1px #409EFF;

}

a.current:link {
border: solid 1px #DDDDDD;
background-color: #FFFFFF;
color: #666666;
text-decoration: none;
}
a.current:visited {
	border: solid 1px #DDDDDD;
	background-color: #FFFFFF;
	color: #666666;
	text-decoration: none;
}
a.current:hover {
border: solid 1px #409EFF;
background-color: white;
color: #093779;
text-decoration: none;
}


.current span {
cursor: default;
border: solid 1px #808080;
background-color: #F0F0F0;
color: #B0B0B0;
}
.current span.current {
border: solid 1px #666666;
background-color: #666666;
color: white;
}
.disabled {
margin:5px;
font-size: 11px; color:#666;
}

.page-link{
	margin:5px;
font-size: 11px; color:#666;
}


a.page-link:link {
color: #666666;
text-decoration: none;
}
a.page-link:visited {
color: #60606F;
text-decoration: none;
}
a.page-link:hover {
color: #CC0000;
text-decoration: none;
}

