#calendar {
	font-size: 11px;
}

#calendar table {
	width: 100%;
}

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


.clear {
	clear: both;
}

/* calendar css */

.cal_table {
	border-top: 1px solid #777;
	border-left: 1px solid #777;
	height: 128px;
}

.cal_table th {
	padding: 1px;
}

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

.cal_table td {
	font-size: 11px !important;
}

.cal_table  .cal_title {
	text-align: center;
	background: #81543B;
	color: #fff;
	border-bottom: 1px solid #000;
	font-size: 13px !important;
}

.cal_table .cal_today {
	background: #81543B;
	font-weight: bold;
	color: #fff;
}

.cal_hasevent {
	background: #A3906F;
}

#cal_prev_month {
	float: left;
}

#cal_next_month {
	float: right;
}

/* end calendar css */



.date {	
	font-size:12px;
	color:#81543B;
	background:url(../images/calbg.png) no-repeat;
	float:left;
	width: 80px;
	height: 60px;
	text-align:center;
	padding-top:20px;
	}
	
.datecontainer {
	height:80px;
	}
	
.day {
	font-size:24px;
	color:#81543B;
	}
	
.title {
	float:left;
	margin-left:20px;
	margin-top:10px;
	font-size:24px;
	color:#8B0000;
	width:430px;
	}
	
.divider {
	width:530px;
	background:url(../images/divider.jpg) no-repeat;
	height:10px;
	}
	
.content {
	margin-top:10px;
	text-align:justify;
	padding-left:5px;
	font-size: 13px;
	}
