
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
	font-weight: normal;
	color: #1D5987;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
	border: 1px solid #79b7e7;
	/*background: #d0e5f5 url() 50% 50% repeat-x !important;*/
	font-weight: bold;
	color: #1d5987;
}

#obscure {
	display: none;
	position: absolute;
	z-index: 200; /* alto: superiore ad ogni altro eventuale z-index */
	width: 100%;
	height: 90%;
	background: white;
	top: 40px;
	left: 0;
	opacity: 0.5; /* Firefox e Safari */
	moz-opacity: 0.5; /* Mozilla */
	filter: alpha(opacity=50); /* IE */
	background-image: url('../../../img/ajax-loader.gif');
	background-position: center;
	background-repeat: no-repeat;
	margin-left:210px;
}

.viewer_loading {
	display: none;
	position: absolute;
	z-index: 201;
	width: 100%;
	height: 95%;
	background: white;
	background-image: url('../../../img/ajax-loader.gif');
	top: 30px;
	left: 0;
	background-repeat: no-repeat;
	background-position: center;
	/*margin-left: 210px;*/
}

.odataGridContainer{
	padding: 0px; 
	width: 932px;
}

