/* Calendar CSS Stylesheet
 *
 * Site: nolasaint.netii.net
 * Author: Evan Bailey
 * Date: 4/14/2013
 * 
 * Credits: 
 */

/* Days of week heading */
.calendar_weekdays {
	width: 31px;
	border-bottom: solid 1px black;
}
.calendar_dates {
	height: 31px;
	text-align: center;
}

#calendar_table {}
#calendar_today {
	outline: solid 1px black;
	font-size: 11pt;
	font-weight: bold;
	background-color: gold;
}