﻿table.classsched
{
	width: 95%;
	font-size: .75em;
	empty-cells:show;
	table-layout:fixed;
}

table.classsched tr
{
	height: 25px;
}

table.classsched td
{
	width: 20%;
	vertical-align: top;
}

table.classsched td.day
{
	vertical-align: middle;
	font-weight: bold;
	text-align: center;
	color: White;
	background-color: RGB(100,100,100);
}

table.classsched td.time
{
	vertical-align: middle;
	font-weight: bold;
	text-align: center;
	color: White;
	height: 50px;
	background-color: RGB(100,100,100);
}

table.classsched td.kungfu
{
	background-color: RGB(253,233,217);
}

table.classsched td.taichi
{
	background-color: RGB(219,229,241);
}

table.classsched td.wugong
{
	background-color: RGB(234,241,221);
}

table.classsched td.qigong
{
	background-color: RGB(242,219,219);
}

table.classsched td.perinst
{
	background-color: RGB(210,210,210);
}

table.classsched td.blank
{
	background-color: RGB(235,235,235);
}
