/*

i:Calendar Styles

*/

#calendarContainer {
	float: left;
	margin: 0;
	padding: 6px 10px 0px 10px;
	overflow: hidden;
	width: 189px;
	border-bottom: 1px solid #e4e4e4;
}

#calendarContainer h1 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

#calendar {
	padding: 0 0 10px 0px;
	width: 186px;
	font-family: Helvetica, Arial, sans-serif;	
}

#calendar table {
	width: 186px;
	color: #000;
	padding:0px;
	margin:0px;
}

#calendar caption {
	margin: 0 !important;
	padding: 1px 0 0 0 !important;
	width: 100%;
	height: 21px;
}	

.month {
	font-size: 16px;
	color: #ffeabb;
	margin-bottom: 0px;
}

#calendar table tr {
	margin: 0;
	padding: 0;
}

#calendar table tr, #calendar table td, #calendar table th {
	color: #ffeabb;
}

#calendar caption tr, #calendar caption td, #calendar caption th {
	color: #000;
	font-size: 11px;
}

#calendar td.daywithevent {
	background: url(../../images/calendar-event.jpg) top center no-repeat;
	font-weight: normal !important;
}

#calendar table td {
	margin: 0;
	padding: 0;
	height: 17px;
	color: #35729a;
	text-align: center;
}

#calendar .weekend, #calendar .weekday, #calendar th, #calendar tbody td {
	font-size: 10px;
}

/* =============== Styles for specific department pages =============== */

/* Faculty of Science */

.facultyOfScience .month { color: #357199; }

.facultyOfScience #calendar td.daywithevent { background: url(../../images/calendar-event.jpg) top center no-repeat; }
