ul.year_select {
	list-style-type: none;
}

ul.year_select li {
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
}

ul.month_select {
	list-style-type: none;
}

ul.month_select li {
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
}

a.sunday { text-decoration: none; }
a.saturday { text-decoration: none; }
a.normalday { text-decoration: none; }
a.holiday { text-decoration: none; }
img.sunday { border: 1px solid gray; }
img.saturday { border: 1px solid gray; }
img.normalday { border: 1px solid gray; }
img.holiday { border: 1px solid gray; }

span.monthselector_current {
	font-weight: bold;
	font-size: 1.25em;
	}


table.monthcalendar {
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	width: 756px;
	border: none;
	border-top: 1px solid black;
	border-left: 1px solid black;
	}

table.monthcalendar span.more {
	font-size: small;
	font-weight: normal;
	}


th.sunday {
	width: 108px;
	border: none;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	color: #ff1111;
	}

th.normalday {
	width: 108px;
	border: none;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	}

th.saturday {
	width: 108px;
	border: none;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	color: #1111ff;
	}

td.empty_day {
	height: 102px;
	vertical-align: top;
	padding: 2px;
	border: none;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	}

td.sunday {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	height: 102px;
	vertical-align: top;
	padding: 2px;
	border: none;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	color: #ff1111;
	text-align: left;
	}

td.normalday {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	height: 102px;
	vertical-align: top;
	padding: 2px;
	border: none;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	text-align: left;
	}

td.saturday {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	height: 102px;
	vertical-align: top;
	padding: 2px;
	border: none;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	color: #1111ff;
	text-align: left;
	}

td.holiday {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	height: 102px;
	vertical-align: top;
	padding: 2px;
	border: none;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	color: #ff1111;
	text-align: left;
	}


