﻿.schedule {
	background-color: #e1e1e1;
	color: #495E49;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	width: 100%;
}

.scheduleHeaderCell {
	
	line-height: 19px;
	padding: 3px 3px 5px 5px;
	background: url(/images/headerBg.gif) left repeat-x;
	border-bottom: 2px solid #ccc;
	font-weight: normal;
}

.scheduleBodyCell {
	background-color: #fff;
	border-bottom: 2px solid #ccc;
	border-top: 2px solid #e1e1e1;
	padding: 9px;
}

.scheduleBodyRegularCell {
	width: 102px;
}

.scheduleBodyRegularCell a:link, .scheduleBodyRegularCell a:visited, .scheduleBodyRegularCell a:active {
	border: none;
}

.scheduleCol1 {width:33%; float:left; text-align: left;}
.scheduleCol2 {width:33%; float:left; text-align: center;}
.scheduleCol3 {width:33%; float:left; text-align: right;}
