	.timeSchedule {
		width: 260px;
		color: #333;
		margin-bottom: 10px;
		}
	.timeSchedule tbody tr td, .timeSchedule tbody tr th {
		font-size: 90%;
		text-align: left;
		padding: .5em .75em;
		border: solid 1px #CCC;
		border-width: 0 0 1px 0;
		background: #FCF9F3;
		}
	.timeSchedule tbody tr th {
		background-color: transparent !important;
		background-image: url("../images/white_BG_75.png");
		background-position: 0 100%;
		background-repeat: normal;

		background-image: url("../images/body_bg.gif");
		background-position: 250px 0;
		background-repeat: normal;
		color: #FFF;
		}
	.timeSchedule tbody tr td {
		background-color: transparent !important;
		background-image: url("../images/white_BG_25.png");
		background-position: 0 100%;
		background-repeat: normal;
		}
	.hours {
		text-align: right !important;
		border-right-width: 1px;
	}
.padRight {
	margin-right: 20px;
}
