.pasta_de_eventos .lista ul li {
	list-style: none;
	padding-top: 10px;
}

.evento-dialogo .ver_mais a {
	float: right;
	font-weight: bold;
	font-size: 12px;
	padding-right: 10px;
}

.evento-dialogo #middleColumn {
	min-height: inherit;
}

.MonthlyCalendar .MonthName { 
	width:59%; 
	text-align:center; 
	font-weight:bold; 
	float:left; 
}

.MonthlyCalendar {
	height:100%; 
	width:100%; 
/*	border:solid 1px #ddd; */
	border-collapse:collapse; 
}

.MonthlyCalendar #CalendarHead { 
	width:100%; 
	background:#FFFFFF none repeat scroll 0 0; 
}

.MonthlyCalendar #CalendarHead .DateHeader { 
	width:14%; 
	border:solid 1px #ddd;
	border-right: none;
	border-left: none;
	text-align:center;
	background-color: #F0F0F0;
}

.MonthlyCalendar #CalendarBody { }

.DateBox {
	vertical-align:top; 
	border:solid 1px #ddd; 
}

.DateLabel { 
	height:16px; 
	width:100%; 
	background:#EEEEEE none repeat scroll 0 0; 
	text-align:right; 
}

.DateLabel a { 
	cursor:pointer; 
	padding:0 5px 2px; 
	text-decoration:none; 
	line-height:16px; 
}

#CalendarBody .Weekend {
	background:#fafafa none repeat scroll 0 0; 
}

#CalendarBody .Inactive {
	background:#CCCCCC none repeat scroll 0 0; 
}

.Today { 
	background:#A9DFFF none repeat scroll 0 0;
}

#jMonthCalendar .Event {
	font-size:12px;
	padding:4px; 
	background-color:#C0D0FF; 
	margin-bottom:1px; 
	-moz-border-radius: 8px 8px; 
	border:solid 1px #000; 
	cursor:pointer; 
	display:block;
}

.Event a { 
	text-decoration:none;
	color:#000; 
	font-size: 10px;
}

.Event a:hover { 
	text-decoration:underline; 
}

.MonthlyCalendar .MonthNavPrev, 
.MonthlyCalendar .TodayLink 
{
	float: left;
	width: 10%;
	text-align:center;
}

.MonthlyCalendar .MonthNavNext {
	float: right;
	width: 10%;
	text-align: center;
}

table.MonthlyCalendar td {
	padding: 0px;
}

.MonthlyCalendar .DateBox {
	height: 100px;
}

.MonthlyCalendar .DateLabel {
	cursor: pointer;
}

