
@charset "utf-8";
/* CSS Document */

.cal {
	border: 4px solid #f2a42c;
	background-color: #fff;
	color: #000;
}

.cal tr th {
	font-size: 10px;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: 2px solid #f2a42c;
	border-right: 1px solid #f2a42c;
	color: #c5332d;
	width: 10%;
}

.cal tr td {
	border-right: 1px solid #f2a42c;
	border-bottom: 1px solid #f2a42c;
	height: 45px;
	text-align: left;
	vertical-align: top;
	font-size: 10px;
	font-weight: bold;
	padding: 3px;
}

.bigcal tr td {
	height: 80px;
}

.sidecal tr td {
	height: 40px;
}

#cal_legend {
	padding-top: 10px;
	text-align: right;
}

#cal_legend img {
	margin-left: 20px;
}

/* HANDLE SIMPLE CALENDAR */
.simplecal {
	color: #000;
	border: 0;
}

.simplecal tr th {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 0;
	border-right: 2px solid #000;
	width: 13%;
}

.simplecal tr td {
	border: 0;
	border-right: 2px solid #000;
	border-top: 2px solid #000;
	vertical-align: middle;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	padding: 8px;
}

.simplecal tr td.last, .simplecal tr th.last {
	border-right: none;
}

.simplecal tr td.last {
	border-bottom: none;
}

.simplecal tr td a, .simplecal tr td a:link, .simplecal tr td a:visited {
	color: #ff0000;
	text-decoration: none;
}

.simplecal tr td a:hover {
	text-decoration: underline;
}

.hiday {
	background-color: #f2ecc4;
	font-size: 18px;
}