body {
	width: 500px;
	margin: 0px auto;
	padding: 0px;
	background: #FFFFFF;
}

input.button {
	background: #EEEEEE;
	border-top: 1px solid #000000;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
	border-left: 1px solid #000000;
	padding: 4px 8px;
}

a:link, a:visited {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a:hover, a:active {
	color: #B70000;
	text-decoration: none;
}

table.chart {
	color: #000000;
	font-size: 12px;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	margin: 16px 24px 16px 40px;
}
.chart th {
	text-align: center;
	padding: 4px 8px;
	letter-spacing: 0.1em;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background: #EEEEEE;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
}
.chart td {
	border-bottom: 1px solid #000000;
	padding: 4px 16px;
	border-right: 1px solid #000000;
	text-align: center;
}


table.schedule {
	font-size: 12px;
	margin: 6px 12px 0px;
	clear: both;
	border-top: 2px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 2px solid #000000;
	float: left;
}
.schedule th {
	padding: 4px 6px;
	border-right: 1px solid #000000;
	background: #FFFFFF;
	border-bottom: 3px double #000000;
	font-weight: normal;
	color: #000000;
}
.schedule th.month {
	font-size: 14px;
	color: #FFFFFF;
	background: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	text-align: center;
}
.schedule td {
	padding: 2px 6px;
	text-align: right;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

th.non, td.non {
	background: #E4E4E4;
	color: #333333;
}

th.state_1, td.state_1 {
	background: #47478D;
	color: #FFFFFF;
}

th.state_0, td.state_0 {
	color: #000000;
	background: #FF8B0B;
}

th.sat {
}
td.sat {
	background: #737EEC;
	color: #000000;
}

th.sun {
}
td.sun {
	background: #EA5151;
	color: #000000;
}

td.today {
	border-top: 1px groove #333333;
	border-right: 2px groove #333333;
	border-bottom: 2px groove #333333;
	border-left: 1px groove #333333;
}

ul {
	list-style: none;
	margin: 0px 0px 6px;
	width: 216px;
}
li.left {
	font-size: 10px;
	float: left;
}
li.right {
	font-size: 10px;
	float: right;
}