/*
##################################################################################################
NAVBAR: start	
##################################################################################################
*/
.page_selection_container .pager_selection .change_page_button.linkFirst {
	width:14px;
	background:url(../img_default/arrow_2_left.gif) no-repeat left top;
}
.page_selection_container .pager_selection .change_page_button.linkPrev {
	width:8px;
	background:url(../img_default/arrow_1_left.gif) no-repeat left top;
}
.page_selection_container .pager_selection .change_page_button.linkNext {
	width:8px;
	background:url(../img_default/arrow_1_right.gif) no-repeat left top;
}
.page_selection_container .pager_selection .change_page_button.linkLast {
	width:14px;
	background:url(../img_default/arrow_2_right.gif) no-repeat left top;
}

.page_selection_container .pager_selection a.page_number ,
.page_selection_container .pager_selection a.page_number:link ,
.page_selection_container .pager_selection a.page_number:visited {
	line-height:18px;
	margin:0 5px;
	font-size:11px;
	font-weight:normal;
	color:#2f3a8c;
}
.page_selection_container .pager_selection a.page_number:hover {
	color:#00c;
}

.page_selection_container .pager_selection a.page_number.current_page {
	color:#fff;
	background:#5451dc;
	padding:0 3px;
	font-weight:bold;
	font-size:13px;
}

.navbar_info {
}
.navbar_info.infoTop {
}
.navbar_info.infoBottom {
}
.navbar_info strong {
}
/*
##################################################################################################
NAVBAR: end	
##################################################################################################
*/
