/* layout for calendar */

 table {
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
	float: left;
	height: 24ex;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 4px;
	width: 175px;
	padding: 0px;
	line-height: normal;
	color: #054B03;
	background: #fff;
}

 table th, div#calendar table td {
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
	font-size: 11px;
	padding: 1px;
	text-align: center;
	margin: 0px;
	width: 19px;
}

 table th {
	background: #FBF7DB;
}

 table th.month {
	color: #990000;
	width: 175px;
}

 table th.price {
	width: 42px;
	text-align: left;
	font-size: 11px;
}

 table td {
	color: #CCCCCC;
	font-weight: normal;
}

 table td.a {
	color: #006600;
	background-color: #EAFFEA;
}

 table td.b {
	color: #990000;
	background-color: #FFE8E8;
	text-decoration: line-through;
}