table.timetable {
    border-collapse: collapse;
    border-spacing: 0;
	width:100%;
	line-height:140%;
	border-top: 2px solid #2f3645;
	border-bottom: 1px solid #2f3645;
}
table.timetable th {
    border-bottom: 1px solid #a6a6a6;
	border-right: 1px solid #dfdfdf;
	background:#f9f9f9;
    color: #333;
    font-weight: bold;
    padding: 9px 10px 8px 10px;
	text-align:center;
}


table.timetable td.bgth{	background:#f9f9f9;    color: #333;}
table.timetable td textarea{vertical-align: middle; font-size:12px; color:#555; width:100%; height:45px;}

table.timetable th.tblue {border-top: 1px solid #4DA4D4;}
table.timetable th.bblue {border-bottom: 1px solid #4DA4D4;}
table.timetable td.gray {border-top: 1px solid #949494;}
table.timetable td.bgray {border-bottom: 1px solid #949494;}

table.timetable td {height:50px; border-bottom: 1px solid #dfdfdf;	border-right: 1px solid #dfdfdf;padding: 5px;	text-align:center;	}


table.timetable th:last-child {border-right: none;}
table.timetable td:last-child {border-right: none;}
