body#scheduleIndex .mainContents table
{
	background:#f4f4f4;
	width:450px;
	margin-left:20px;
}

body#scheduleIndex .mainContents h3
{
	background:#f4f4f4;
	width:444px;
	text-align:center;
	padding:3px;
	margin-left:20px;
}

body#scheduleIndex .mainContents table th, body#scheduleIndex .mainContents table td
{
	padding:3px;
	vertical-align:top;
}

body#scheduleIndex .trColoredPast th
{
	background:#666;
}
body#scheduleIndex .trColoredPast td
{
	background:#666;
}

body#scheduleIndex .trColoredOdd th
{
	background:#e4e4e4;
}

body#scheduleIndex .trColoredOdd td
{
	background:#efefef;
}

body#scheduleIndex .trColoredEven th
{
	background:#d4d4d4;
}

body#scheduleIndex .trColoredEven td
{
	background:#dfdfdf;
}
