
div.calendar_block {
	width: 30%;
	float: left;
	margin: 10px;
}


.clear {
	clear: both;
}

/* calendar css */

.cal_table {
	border-top: 1px solid #777;
	border-left: 1px solid #777;
	height: 150px;
	width: 100%;
}

.cal_table th {
	padding: 1px;
}

.cal_table td, .cal_table th {
	text-align: center;
	border-right: 1px solid #777;
	border-bottom: 1px solid #777;
}

.cal_title {
	text-align: center;
	background: #FF0000 url(images/redgrad.gif) repeat scroll 0 0;
	color: #fff;
	border-bottom: 1px solid #000;
}

.cal_today {
	background: #FE0604;
	font-weight: bold;
	color: #000;
}

.cal_hasevent {
	background: #555;
}

#cal_prev_month {
	float: left;
	background: #FF0000 url(images/redgrad.gif) repeat scroll 0 0;
	color: #fff;
	padding: 5px 10px;
	margin-top: 2px;
	border: 1px solid #fff;
}

#cal_next_month {
	float: right;
	background: #FF0000 url(images/redgrad.gif) repeat scroll 0 0;
	color: #fff;
	padding: 5px 10px;
	margin-top: 2px;
	border: 1px solid #fff;
}

/* end calendar css */



.date {	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	background: #FE0604;
	float:left;
	text-align:center;
	padding: 2px 3px 0 3px;
	}
	
.datecontainer {
	height:80px;
	}
	
.day {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#FE0604;
	}
	
.bigday {
	font-size: 24px;
}
	
.event_info {
	float: left;
	margin-left: 15px;
}
	
.title {
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#FE0604;
	}
	
.divider {
	width:530px;
	height:10px;
	clear: both;
	}
	
.longdate {
	float: left;
	color: #fff;
	clear: left;
}
	
.event .content {
	margin: 12px 0;
	text-align:justify;
	float: left;
	clear: left;
}

div.event {
	margin-left: 10px;
}

.event p {
	padding: 0;
	margin: 0;
}
