.titulo{
	background-color 	: #DFDFDF;
	color: #9B0000;
	text-align			: center !important;
}



table td{
	padding				: 5px 0px;
}

.blur{
	-webkit-filter: blur(2px);
	-moz-filter: blur(2px);
	-o-filter: blur(2px);
	-ms-filter: blur(2px);
	filter: blur(2px);
}
#divAgenda{
	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:				25%;
	margin-top:  		-25px;
	margin-left: 		-75px;
	display:			none;
}

.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: #005595;
	font-weight: normal;
	color: white;
}

.tblAgenda{
	text-align				: center;
	vertical-align			: middle;
	font-size				: 0.8em;
	width					: 100%;
}