#schedule .inner
{
	background-image: url(/images/common/schedule_bg_grey.png);
}

#schedule table
{
	background: #FFFFFF url(/images/common/schedule-background.jpg) top left no-repeat;
}

#schedule table td.blank
{
	background-color: #C1C1C7;
}

#schedule table td.past div
{
	background-image: url(/images/common/schedule-past.png);
}

#schedule table td.past div h4
{
	color: #909090;
}

#schedule table thead th#mon { background-image:url(/images/common/bgslice_fuscia.png); }
#schedule table thead th#tue { background-image:url(/images/common/bgslice_violet.png); }
#schedule table thead th#wed { background-image:url(/images/common/bgslice_pink.png); }
#schedule table thead th#thu { background-image:url(/images/common/bgslice_orange.png); }
#schedule table thead th#fri { background-image:url(/images/common/bgslice_green.png); }
#schedule table thead th#sat { background-image:url(/images/common/bgslice_purple.png); }
#schedule table thead th#sun { background-image:url(/images/common/bgslice_blue.png); }

#sub-schedule #date
{
	background-image: url(/images/common/date_background.png);
}

#sub-schedule tr
{
	background: #FCDEED;	
}

#sub-schedule tr.a
{
	background: #D4EFFE;
}
	
table#gamelist th
{
	background: #FFFFFF;
}
	
table#gamelist tr, table#gamelist tr.a
{
	background-image: url(/images/common/bgslice_purple.png);
}

table#gamelist tr.a
{
	background-image: url(/images/common/bgslice_blue.png);
}
