.eventosWrapper {
	float: left;
	width: 520px;
	padding:  0 30px 20px 40px;
	margin-bottom: 30px;
	background: #F4F4F4;
}
.eventosWrapper .eventosLista {
	float: right;
	margin-top: 50px;
	width: 300px;
}
.eventosWrapper .eventosLista.pagination {
	margin-top: 10px;
}
.eventosWrapper .eventosLista .item-evento {
	border-bottom: 1px solid #E0E0E0;
	display: block;
	margin-bottom: 9px;
	padding-bottom: 6px;	
}
.eventosWrapper .eventosLista .item-evento:last-child {
	border-bottom: none;
}

.eventosWrapper .eventosLista .item-evento .event-cat {
	float: right;
	display: block;
	font-size: 10px;
	padding: 2px;
	max-width: 60px;
	height: 20px;
	word-wrap: break-word;
	overflow: hidden;
}

.eventosWrapper .eventosLista .item-evento .date-square {
	background: url('../imgs/bg-dia-mes-calendario.png') no-repeat 0 0;
	float: left;
	width: 33px;
	height: 29px;
	color: #ffffff;
	text-align: center;
	line-height: 10px;
	padding-top: 3px;
	margin-right: 10px;
}
.eventosWrapper .eventosLista .item-evento .white-line {
	border-bottom: 1px solid #ffffff;
	margin: 0px 6px 2px 6px;
	padding-top: 2px;
	clear: both;
}
.eventosWrapper .eventosLista .item-evento .titulo {
	font-weight: bold;
	font-size: 12px;
	color: #333;
}
.eventosWrapper .eventosLista .item-evento .evt-see-more {
	color: #666666;
}

.event-list {
	clear: both;
	padding: 0px 20px 20px 20px;
}

.event-list .event-cat-title {
	padding: 8px; 
	font-size: 18px;
	font-weight: bold; 
	color: #ffffff;
}
.event-list .event-cat-title.topMargin {
	margin-top: 10px;
}

.event-list .event-item {
	display: block;
	margin-top: 10px;
}
.event-list .event-item > a > img {
	float: left;
	width: 166px;
	margin-right: 30px;
}
.event-list .event-item > .titulo {
	display: block;
	text-decoration: none; 
	font-weight: bold; 
	font-size: 20px; 
	color: #000000; 
	margin-bottom: 5px; 
}
.event-list .event-item > .descricao {
	float: right;
	width: 351px;
	font-weight: bold;
	border-bottom: 1px solid #EAEAEA;
	padding: 0 0 6px 0;
}
.event-list .event-item > .details {
	clear: right;
	float: right;
	width: 351px;
	padding: 5px 0 5px 0;
	border-bottom: 1px solid #666666;
	font-size: 11px;
}
.event-list .event-item > .details > .details-left {
	float: left;
	width: 240px;
}
.event-list .event-item > .details > .details-right {
	float: left;
}
.event-list .event-item > .details .item .label {
	display: block;
	float: left;
	font-weight: bold;
	color: #333333;
	margin-right: 3px;
}
.event-list .event-item > .details .item .label.linhas {
	line-height: 22px;
}
.event-list .event-item > .details .item .value .linhasAssoc {
	display: inline-block;
}

.event-list .event-item .event-links {
	clear: right;
	float: right;
	margin-top: 10px;
}
.event-list .event-item .event-links a {
	float: left;
	background: #FF6600 url('../imgs/seta-white-btns.png') no-repeat 10px 50%;
	display: block;
	padding: 5px 10px 5px 20px;
	text-decoration: none;
	color: #ffffff;
	font-size: 12px;
	border-radius: 2px;
	margin-left: 2px;
}
.event-list .event-item .event-links a:hover {
	background-color: #0D468D;
}
/*
Evento Detalhe
*/
.event-list .event-item.detail {
	position: relative;
	background: #F4F4F4;
	padding: 10px;
}
.event-list .event-item.detail > img {
	float: left;
	width: 250px;
	margin-right: 30px;
}
.event-list .event-item.detail > .titulo {
	padding: 10px 0 0 0;
	line-height: 114%;
}
.event-list .event-item.detail > .details {
	clear: both;
	float: left;
	width: 100%;
	
}
.event-list .event-item.detail > .event-links {
	clear: both;
	float: left;
}


.eventosBigPlan .ui-datepicker {
	padding: 0;
	margin: 5px 0 0 0;
	width: 190px;
	margin-right: 0;
	border:none;
	background: transparent;
	cursor: default;
}
.eventosBigPlan .ui-datepicker .ui-datepicker-header {
	padding: 0 0 5px 0px;
	margin: 0;
	border: 0px;
	background: transparent;
	border-radius: 0px;
	/*float: right;*/
}
.eventosBigPlan .ui-datepicker .ui-datepicker-header .ui-datepicker-prev,
.eventosBigPlan .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
	padding: 0px;
	margin: 0px;
	border: 0px;
	background: url('../imgs/setas-calendario.png') no-repeat 0 0;
	width: 7px;
	height: 7px;
	cursor: pointer;
	left: auto;
	right: 20px; 
	top: 50%;
	margin-top: -3px;
	border-radius: 0px;
}
.eventosBigPlan .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
	background-position: 100% 0%;
	left: auto; 
	right: 0px;
}
.eventosBigPlan .ui-datepicker .ui-datepicker-header .ui-datepicker-prev-hover {
	background-position: 0% 100%;
}
.eventosBigPlan .ui-datepicker .ui-datepicker-header .ui-datepicker-next-hover {
	background-position: 100% 100%;
}
.eventosBigPlan .ui-datepicker .ui-datepicker-header .ui-icon {
	display: none;
}
.eventosBigPlan .ui-datepicker .ui-datepicker-header .ui-datepicker-title {
	font-size: 19px;
	font-weight: normal;
	color: #333;
	/*float: left;*/
	width: auto;
	margin: 0 0 5px 0;
	text-align: left;
}
.eventosBigPlan .ui-datepicker .ui-datepicker-calendar {
	clear: both;
}
.eventosBigPlan .ui-datepicker .ui-datepicker-calendar thead tr th {
	color: #616161;
	border: 0px;
	padding: 0 0 3px 7px;
}
.eventosBigPlan .ui-datepicker .ui-datepicker-calendar thead tr th:first-child {
	padding-left: 0;
}
.eventosBigPlan .ui-datepicker .ui-datepicker-calendar thead tr th span {
	display: block;
	width: auto;
	height: auto;
	line-height: auto;
	background: #E9E9E9;
	padding: 1px 1px;
	border: 0px;
	font-size: 11px;
	color: #616161;
}
.eventosBigPlan .ui-datepicker .ui-datepicker-calendar tbody tr td {
	border: 0px;
	padding: 0 0 3px 7px;
	opacity: 1;
}
.eventosBigPlan .ui-datepicker .ui-datepicker-calendar tbody tr td:first-child {
	padding-left: 0;
}
.eventosBigPlan .ui-datepicker .ui-datepicker-calendar tbody tr td a, .eventosBigPlan .ui-datepicker .ui-datepicker-calendar tbody tr td span {
	width: auto;
	height: auto;
	line-height: auto;
	padding: 1px 1px;
	border: 0px;
	background: #E9E9E9;
	text-align: center;
	font-size: 10px;
}
.eventosBigPlan .ui-datepicker .ui-datepicker-calendar tbody tr td a{
	display: block;
	background: #E9E9E9;
	color: #616161;
	border: 0px;
	text-align: center;
}
.eventosBigPlan .ui-datepicker .ui-datepicker-calendar tbody tr td a.ui-state-hover {
	background: #FF6600;
}
.eventosBigPlan .ui-datepicker .ui-datepicker-calendar tbody tr td.ui-state-event a {
	background: #013B85;
	color: #ffffff;
}
.eventosBigPlan .ui-datepicker .ui-datepicker-calendar tbody tr td.ui-state-selected a {
	background: #02C43E;
	color: #ffffff;
}
.eventosBigPlan .ui-datepicker .ui-datepicker-calendar tbody tr td a.ui-state-highlight{
	background: #FF931A !important;
	color: #ffffff;
}
.eventosBigPlan .ui-datepicker .ui-datepicker-calendar tbody tr td a.ui-state-default.ui-state-hover{
	background: #FF6600;
	color: #ffffff;
}
.eventosBigPlan .ui-datepicker .ui-datepicker-calendar tbody tr td.ui-state-active a.ui-state-default {
	background: #02C43E;
	color: #ffffff;
}