﻿table.schedule
{
}

table.schedule thead th, table.schedule tbody td
{
	width: 71px;
}

table.schedule thead th
{
	border-bottom: 1px solid #000;
}

table.schedule tbody td
{
	font-size: 0px;
	height: 30px;
	vertical-align: top;
	overflow: visible;
	background: #f8f8f8;
	border-right: 1px solid #000;
	border-bottom: 1px solid #eee;
}

table.schedule tbody tr.separator td
{
	background: #444;
	border-bottom: 1px solid #444;
	height: 15px;
}

table.schedule tbody tr.bottom td
{
	border-bottom: 1px solid #000;
}

table.schedule tbody td div
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	text-align: center;
	line-height: 10px;
	width: 71px;
	position: absolute;
	overflow: hidden;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

table.schedule tbody td div div
{
	position: relative;
	border: none;
	margin-bottom: 3px;
	overflow: visible;
}
