/* schedule table design */

table{
	border-collapse: collapse;
	color: #000000;
	text-align: center;
	font-weight: bold;
	border: solid 1px #ccc
}

th{
	padding: 5px 3px;
}
td{
	padding: 2px 3px;
	border-top: solid 1px #E0E0E0;
}

col{
	border-right: 1px solid #E0E0E0;
}

col#resultCol{
	border: none;
}

thead
{
    color: #FFF; /*background: url("../images/tblhead.gif") repeat-x scroll 0 00 transparent;*/
    background-color: #000099;
    height: 28px;
    font-size: 12px;
}

.dateseparator{
	background: #F01C24;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: left;
	font-size: 10px;
	font-weight: bolder;
}

/*tbody tr{
	background: url(../images/cell-back.gif) repeat-x left bottom;
}*/

.classTitle
{
    font-size: 14px;
    font-weight: bold;
    color: #000099;
}

.classDescriptionCell
{
	text-align: left;
}

