/*= CORE CSS */
html {
	overflow-y: scroll;
}

.TabTitulBolInf {
	border:0;
	background-color: #f3f3f3;
}

#agenda_conteudo a{
	color: blue;
	text-decoration: underline;
	font-weight: bold;
}

li.row_selected {
	background-color: white;
	//border: 1px solid #d5d5d5;
	border-top: 1px solid #d5d5d5;
	border-bottom: 1px solid #d5d5d5;
	//border-radius:5px;
}

.menu-title{
	/*display:inline-block;*/
}

.iconps {
	padding:13px;
	background:url('../images/ps_icon.png') no-repeat;
	background-size: 80%,80%;
	background-position: left center;
}

.iconAR {
	padding:13px;
	background:url('../images/iconAR.gif') no-repeat;
	background-size: 80%,80%;
	background-position: left center;
}

.iconrss {
	
	background:url('../images/rss3_11.png') no-repeat;
	
	background-position: left center;
}


.eventCalendar-hidden {
	display: none;
}

.eventCalendar-wrap {
	position: relative;
	overflow: hidden;
}

.eventCalendar-arrow {
	position: absolute;
	z-index: 5;
	top: 3px;
}

.eventCalendar-prev {
	left: 3px;
}

.eventCalendar-next {
	right: 3px;
}

.eventCalendar-monthTitle {
	display: block;
	text-align: center;
}

.eventCalendar-monthWrap {
	//position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

.eventCalendar-currentMonth {
	z-index: 1;
}

.eventCalendar-daysList {
	display: table;
	width: 100%;
}

.eventCalendar-showAsWeek {
	display: block;
}

.eventCalendar-daysList li {
	display: table-cell;
}

.eventCalendar-dayWithEvents {
	//background: rgba(0, 0, 0, 0.15);
	background: red;
	//background:#bbb;
	color: white;
}

.eventCalendar-current {
	//background: rgba(0, 0, 0, 0.35);
	//background: BCBCBC;
	//background-color: yellow;
        background-color:red
	color: white;
}

.eventCalendar-showAsWeek li {
	display: block;
	float: left;
	width: 14.28%;
	height: 20px;
}

.eventCalendar-daysList a {
	padding: 0;
	display: block;
	text-align: center;
	font-size: 8px;
	min-width: 7px;
}

.eventCalendar-loading {
	display: block;
	min-width: 100px;
	height: 40px;
	line-height: 40px;
}

.eventCalendar-list {
	position: relative;
	z-index: 1;
}

.eventCalendar-oldEventList {
	z-index: 2;
}

.eventCalendar-subtitle {
	padding-left: 100px;
	font-weight: bold;
	font-style: italic;
	font-size: 100%;
	font-family: sans-serif;
}
/* end of core CSS */
