/*--------------------------------
Calendar
--------------------------------*/
.eventsCalendar{
	width:840px;
	margin:10px auto;
	}
td[colspan="7"]{
	background:#fff !important;
	}
.eventsCalendar table{
	border-collapse: collapse;
	table-layout: fixed;
	width: 100%;
	}
.eventsCalendar td, .eventsCalendar tr, .eventsCalendar table{
	border:0 !important;
	background:#fff;
	}
.calendarTitle{
	background:#fff;
	}	
.calendarTitle td {
	text-align: center;
	color: #333 !important;
	font-weight: bold !important;
	background: transparent !important;
	font-size: 1.6em;
	line-height: 1.3em;
	}	
.calendarTitle a{
	font-size:0.6em;
	color:#666 !important;
	font-weight:normal !important;
	}
.calendarDayHeader {
	background: #0d2a87 url(../img/structure/calendardays.png) repeat-x;
	color: #fff;
	font-weight:bold;
	text-transform:uppercase;
	font-size: 1em;
	line-height:26px;
	height:26px;
	text-align: center;
	border:1px solid #0d2a87; !important;
	}	
td.calendarDay, td.calendarToday, td.calendarWeekendDay, td.calendarOtherMonthDay{
	border: 1px solid #ddd !important;
	height: 80px !important;
	overflow: hidden;
	padding: 5px !important;
	vertical-align: top;
	background:#e6f4f4 !important;
	color:#bbb;
	font-size:11px;
	}
.calendarDay:first-line, .calendarToday:first-line, .calendarWeekendDay:first-line{
	border-bottom:1px solid #ddd;
	text-align:right !important;
	line-height:2em;
	}
td.calendarToday{
	background:#fff !important;
	font-weight:bold;
	color:#000;
	}
td.calendarOtherMonthDay{
	background:#ddd !important;
	}
td.calendarDay a, td.calendarToday a, td.calendarWeekendDay a, td.calendarOtherMonthDay a{
	text-align:left !important;
	margin:5px 0 10px 0 !important;
	line-height:1.2em;
	font-weight:normal;
	}

.calendarNextPrevious a[title="Go to the previous month"]:before {
	content: "\00AB \0020";
	}

.calendarNextPrevious a[title="Go to the next month"]:after {
	content: "\0020 \00BB";
	}	

	
	
div.select-month-year {
	float:right;
	margin-top: -40px;
}
.select-month-year select{
	margin-left:10px;
	}

table.module-calendar {

}

table.module-calendar td {
	
}

table.module-calendar td span {
	background: #fff;
	color: #999;
	display: block;
	font-size: 0.9em;
	padding: 3px 4px;
	text-align: right;
}



table.module-calendar td.events span {
	background: #97da7a;
	color: #333;
}

table.module-calendar td.events {
	background: #EEF5FA;
}

table.module-calendar td ul {
	margin:0;
	padding:0;
	font-size:1em;
	list-style:none;
}
table.module-calendar td ul li{
	border-top: 1px solid #ddd;
	margin:0;
	padding:0;
	}
table.module-calendar a{
	color:#0D2B89;
	text-decoration:none;
	display:block;
	padding:4px;
	}
table.module-calendar a:hover{
	color:#4C982B;
	text-decoration:underline;
	}

table.module-calendar td.last-month, table.module-calendar td.next-month{
	background: #ddd;
	border-color:#ddd;
}




