﻿#tblSchedule
{
	width: 670px;
	text-align: right;
	border-collapse: collapse;
	text-align: center;
}
#tblSchedule th
{
    font-size: 15px;
    font-weight: bold;
    font-family: Arial;
    padding: 3px 4px 3px 4px;
    background-color: #666666;
    color: #ffffff;
}
#tblSchedule td
{
    padding: 3px 4px 3px 4px;
    border-top: 1px solid;
    border-top-color: #ffffff;
}
.tblSchedule-title
{
    background-color: #CCCCCC;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    color: #ffffff;
}

.trhovertd
{
    background-color: #FF5050;
}
