#CalendarOfEvents .Calendar .HeaderStyle,
#CalendarOfEvents .Search .HeaderStyle,
#CalendarOfEvents .CalendarDetail .HeaderStyle,
#CalendarOfEvents .ResultHeader {
    background: url('../images/Header.gif') repeat-x !important;}

/* i:Calendar Styles	*/
#calendarContainer {
	width: 170px;
	float: left;
	overflow: hidden;
	margin: 15px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	border: solid 1px silver;
}

#calendarContainer h1
{
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#calendar {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px 0px 0px 0px;
	width: 166px;	
}
	
#calendar table {
	color: #000000;
	width: 166px;
	margin-bottom: 10px;
}
		
#calendar caption {
	text-transform: uppercase;
	padding: 1px 0px 0px 0px !important;
	margin: 0px !important;
	width: 100%;
	height: 21px;
	font-weight: bold;
	color: #fefcba;
}		

#calendar table tr {
	margin: 0;
	padding: 0;
}

#calendar table tr, #calendar table td, #calendar table th {
	color: #545454;
}

#calendar caption tr, #calendar caption td, #calendar caption th {
	color: #000 !important;
	font-size: 11px;
}

#calendar td.daywithevent
{
	background-color: #7da7d9;
	color: #fff;
}

#calendar table td {
	color: Gray;
	height: 18px;
	margin: 0;
	padding: 0;
	text-align: center;
}

#calendar .weekend, #calendar .weekday, #calendar th, #calendar tbody td
{
	font-size: 10px;
}