/*
[[[[[[[[[[[[[[[ NAVBAR: start ]]]]]]]]]]]]]]]
*/
.page_selection_container {
	text-align:center;
	padding:10px 0px 10px 0px;
	clear:both;
	margin:0px auto;
	white-space:nowrap;
}
.page_selection_container .pager_selection {
	padding-left:0px;
}
.page_selection_container .pager_selection .change_page_button {
	float:left;
	text-align:center;
	width:30px;
}
.page_selection_container .pager_selection .page_number {
	float:left;
	text-align:center;
	width:30px;
}
.page_selection_container .pager_selection .page_number a {
	font-size:14px;
	font-weight:bold;
	color:#00c;
	text-decoration:none;
}
.page_selection_container .pager_selection .page_number a:hover {
	color:#00f;
	text-decoration:underline;
}

.page_selection_container .pager_selection .current_page {
	background-repeat:no-repeat;
	background-position:50% 60%;
	height:25px;
	text-align:center;
	position:relative;
	margin-top:-13px;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	cursor:default;
	font-style:oblique;
}
.page_selection_container .pager_selection .current_page a {
	font-size:24px;
	font-weight:bold;
}

.page_selection_container .pager_selection .mono_cifre {
	background-image:url(../img/paginazione/border_selected_page_1.gif);
	width:40px;
	padding-top:13px;
}

.page_selection_container .pager_selection .due_cifre {
	background-image:url(../img/paginazione/border_selected_page_2.gif);
	width:50px;
	padding-top:13px;
}

.page_selection_container .pager_selection .tre_cifre {
	background-image:url(../img/paginazione/border_selected_page_3.gif);
	width:60px;
	padding-top:13px;
}

.transp_unavailable {
	opacity:.3;
	filter:alpha(opacity=30);
	-moz-opacity:.3;
}

.navbar_info {
	width:100%;
	color:#555;
	 font-size:13px;
}

.opacity30 {
	filter:alpha(opacity=30);
	-moz-opacity:0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
}
/*
[[[[[[[[[[[[[[[ NAVBAR: end ]]]]]]]]]]]]]]]
*/