

.calendar_table{
	border: #000 1px solid;
	border-collapse:collapse;
}

.calendar_heading{
	background-color:#c20e0f;
	color:#FFF;
}

.calendar_content{
	border-collapse:collapse;
	font-size:12px;
}

.today {
	background-color:#fef6d1;
}

#months_right{
	width:150px;
	text-align:right;
	float:right;
}

#months_right #right_text{
	float:right;
	margin-top:5px;
}

#months_right #right_icon{
	float:right;
	width:30px;
}


#months_left{
	width:150px;
	text-align:left;
	float:left;
}

#months_left #left_text{
	float:left;
	margin-top:5px;
}

#months_left #left_icon{
	float:left;
	width:30px;
}
