@charset "utf-8";
/* CSS Document */

table {
	table-layout: fixed;
	border:2px solid #b47b30;
	border-collapse: collapse;
	border-spacing: 5;
	empty-cells: show;
	padding: 0.3em 0.5em;
	margin:0 auto;
}

table.calendar_small {
	font-size: 10px;
	width: 200 px;
	height: 200 px;
}

table.calendar_large {
	font-size: 16px;
	width: 500 px;
	height: 500 px;
}

caption {
	color: #A70304;
}

th,td {
	border:1px solid #b47b30;
	text-align: center;
}

td {
	background-color: #ffffff;
	color: #000000;
}
.close_cell {
	background-color: #980404;
	color: #ffffff;
}
.wday_cell {
	background-color: #E7DBAC;
	font-weight:bold;
	color: #505050;
}
.empty_cell {
	background-color: #EEEEEE;
}

.small {
	width: 24;
	height: 24;
}

.small_padding {
	padding:7px 1px;
}
.small_font {
	font-size: 10px;
}

.large {
	width: 67;
	height: 67;
}
.large_padding {
	padding:25px 1px;
}
.large_font {
	font-size: 16px;
}

.middle_font {
	font-size: 12px;
}
.text_padding {
	padding:11px 1px;
}
.text_1 {
	font-size: 11px;
	color: #009999;
}

.text_2 {
	font-size: 11px;
	color: #009999;
}

.text_3 {
	font-size: 11px;
	color: #009999;
}

.text_4 {
	font-size: 11px;
	color: #009999;
}

.text_5 {
	font-size: 11px;
	color: #009999;
}

.text_6 {
	font-size: 11px;
	color: #009999;
}

.text_7 {
	font-size: 11px;
	color: #009999;
}

.text_8 {
	font-size: 11px;
	color: #009999;
}

.text_9 {
	font-size: 11px;
	color: #009999;
}

.text_10 {
	font-size: 11px;
	color: #009999;
}

.text_11 {
	font-size: 11px;
	color: #009999;
}

.text_12 {
	font-size: 11px;
	color: #009999;
}

.text_bold {
	font-weight:bold;
}
