﻿.scheduleTable
{
	font-size: 10pt;
	text-align: center;
	color: #3A3537;
	background-image: url(/images/scheduleBg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0;
	margin: 0;
	border-collapse: collapse;
	width: 775px;
}

.scheduleHeader
{
	height: 43px;
	width: 72px;
	border: solid 1px  #3A3537;
	font-weight: bold;
}

.scheduleCell
{
	height: 43px;
	width: 100px;
	border: solid 1px  #3A3537;
	padding: 5px;
}


