.page_selector_div{
	height:20px;
	border-bottom: 1px dotted black;
	border-top: 1px dotted black;
	background-color: #E5ECF5;
}
input.pageSelectorBtn {
	height: 16px;
	border: none;
	background-color: transparent;
	cursor: pointer;
	font-size: 9px;
	font-weight: normal;
	color: #303030;
	text-align: center;
}
input.pageSelectorBtnActive {
	height: 16px;
	border: none;
	background-color: #1B4AAD;
	color: White;
	cursor: default;
	font-size: 9px;
	font-weight: bolder;
	text-align: center;
}
input.pageSelectorBlank{
	height:16px;
	background-color: transparent;
	border:none;
	cursor: default;
}
