﻿.calendar_table {
	text-align: center;
	border: 1px solid black;
	border-collapse: collapse;
}/* calendar_table */

.calendar_table td {
	font-family: verdana,helvetica,arial;
	font-size: 8pt;
}/* calendar_table td */

.header_cell {
	background-color: #D6B96C;
	font-weight:bold;
	text-align:center;
}/* header_cell */

.weekday_cell {
	background-color: #E3D09D;
	border: 1px solid black;
	text-align: center;
	width: 27px;
}/* weekday_cell */

.calendar_cell {
	color: #9E7C2C;
	border: 1px solid black;
	background-color: white;
	text-align: center;
}/* calendar_cell */

.calendar_hover {
	color: black;
	border: 1px solid black;
	background-color: #CAB792;
	text-align: center;
}/* calendar_hover */

.today_cell {
	border: 1px solid black;
	background-color: #F4F278;
	text-align: center;
}/* today_cell */

.empty_cell {
	border: 0px none white;
	background-color:white;
}/* empty_cell */

.navigation_button {
	width:18px;
	height:18px;
	font-size:8pt;
}/* nav_button */

.close_button {
	width:100%;
	height:18px;
	font-size:8pt;
}/* close_button */
