﻿#large_calendar_month
{
	font-family: Times New Roman;
	font-size: 14pt;
	font-weight: bolder;
	color: #4D2A14;
	
	text-align: center;
	text-transform: uppercase;
	
	height: 24px;
	
	cursor: default;
}

#large_calendar_controls
{
	text-align: center;
}

#large_calendar_dates
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	
	text-align: center;
	
	margin-top: 24px;
	height: 118px;
	
	cursor: pointer;
}

#large_calendar_dates td.other_month
{
	color: #E3C4A8;	
}

#large_calendar_dates td.cur_month
{
	color: #4B2808;
}

#large_calendar_dates td.weekend
{
	color: #C97539;
}

#large_calendar_dates td.today
{
	color: #FFFFFF;
	background-color: #4B2808;
}