table{
	/*width				: 90%;*/
	text-align			: center;
}
.blur{
	-webkit-filter: blur(2px);
	-moz-filter: blur(2px);
	-o-filter: blur(2px);
	-ms-filter: blur(2px);
	filter: blur(2px);
}
#Resultado{
	position:			relative;
}
#loading{
	width: 				150px;
	height:				50px;
	padding:			40px 0px 0px 0px;
	position: 			absolute;
	background-image: 	url("/plataforma/bibliotecas/midia/img/CarregandoVerm.gif");
	background-position: 40px 0px;
	background-size: 	40px 40px;
	background-repeat: 	no-repeat;
	z-index: 			999;
	left:	50%;
	top:	10%;
	margin-top:  -25px;
	margin-left: -75px;
	display:	none;
}
#divTitleOpAgenda{
	text-align: 		center; 
	padding-bottom: 	5px; 
	font-size: 			1.5em;
	color: 				#017CC2;
}			
.radio{
	display		:table;
	margin		:auto;
}

.ui-state-active:hover{
	background: #599bcb;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #aaaaaa;
	background: #017CC2;
	font-weight: normal;
	color: white;
}
.ui-corner-left, .ui-corner-right{
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	border-top-right-radius: 0px;
}