#calendar {
	margin-right: auto;
	margin-left: auto;
	width: 980px;
}

th.cal_heading, .daycell {
	width: 46px;
	height: 33px;
	text-align: center;
	background: #000000;
	border: 1px solid #333333;
	border-left: 0;
	color: #ffffff;
	font-size: 1.2em;
}

td.project {
	background: #336699;	
}

td.admin {
	background: #89B117;	
}

td.funding {
	background: #D20909;	
}

td.group {
	background: #603C08;	
}

td.festival {
	background: #FF6600;	
}


td.mixed {
	background: url('../img/cal_mixed.gif') no-repeat;	
}



.active:hover {
	background: #cccccc;
	cursor: pointer;
}

th.cal_heading {
	vertical-align: bottom;
	border: 0;
	background: #333333;
	color: #ffffff;
	font-size: 1em;
}

tr.heading_row {
	border: 1px solid #333333;
	border-left: 0;
}

h3.calendar {
	font-family: Georgia;
	font-size: 1.6em;
	text-align: center;
	color: #ffffff;
	padding-top: 14px;
	font-weight: bold;						
}

.month_holder,.cal_widget {
	background: #333333;
	vertical-align: top;
}

.month_holder {
	padding-right: 10px;
}

.details_header{
	background: url('../img/cal_details_hdr.gif') top no-repeat #ffffff;
	height: 60px;
	width: 286px;
	vertical-align: top;
}

.cal_footer {
	vertical-align: middle;
}

.cal_content{
	overflow: auto; 
	height: 255px; 
	width: 285px; 
	margin-top: 24px;
}

#cal_details, .cal_content p {
	padding: 10px;
}
					
#cal_details img {
	float: left;
	border: 1px solid #333333;
	margin-right: 10px;
	margin-bottom: 10px;
	
}

#cal_details h3 {
	font-size: 1.3em;
	font-family: Georgia;
}

#cal_details span {
	font-size: 1.1em;
}

