﻿table.sidebar 
{
	margin: 6pt;
	padding: 0pt;
}
th.sidebarTL 
{
	background-image: url('sidebarImages/sb_01.png');
	background-repeat: no-repeat;
	width: 14px;
	height: 24px;
}
th.sidebarTC 
{
	background-image: url('sidebarImages/sb_02.png');
	background-repeat: repeat-x;
	font-family: Arial, Sans-Serif;
	font-weight: bolder;
	font-size: 12px;
	color: White;
	text-align:center;
	width: 242px;
	height: 24px;
}
th.sidebarTR 
{
	background-image: url('sidebarImages/sb_03.png');
	background-repeat: no-repeat;
	width: 14px;
	height: 24px;
}
td.sidebarL 
{
	background-image: url('sidebarImages/sb_04.png');
	background-repeat: repeat-y;
	width: 14px
}
td.sidebarC
{
	text-align: left;
	width: 242px;
}
td.sidebarR 
{
	background-image: url('sidebarImages/sb_06.png');
	background-repeat: repeat-y;
	width: 14px;
}
td.sidebarBL 
{
	background-image: url('sidebarImages/sb_07.png');
	background-repeat: no-repeat;
	width: 14px;
	height: 12px;
}
td.sidebarBC 
{
	background-image: url('sidebarImages/sb_08.png');
	background-repeat: repeat-x;
	width: 242px;
	height: 12px;
}
td.sidebarBR
{
	background-image: url("sidebarImages/sb_09.png");
	background-repeat: no-repeat;
	width: 14px;
	height: 12px;
}
td.schedDay 
{
	text-align:left;
	font-weight: bold;
	padding-top: 12pt;
	vertical-align: bottom;
}
td.time, td.date, td.event
{
	vertical-align: top;
	padding-bottom: 3pt;
}
