/** CSS Document **/

.sortable th, td {font-family: Arial, sans-serif;
	font-size: 12px;
	
	border-collapse: collapse;
	color: #777777;}

.sortable th {
	text-align: center;
	padding: 2px;
	color: #96916a;
	background-color: #f5f2da;
}
.sortable td{padding: 4px;}
.sortable tr {
	
	color: #666666;
	background-color: #FFFFFF;
}

.sortable tr.odd {
	background-color: #f8fbef;
}
.sortable tr.odd td{
	color: #89a440;
	
}
.sortable tr.lunch {
	background-color: #fefbcb;
}
.sortable tr.lunch td{
	color: #9e9613;
	
}
.sortable tr.tea-time {
	background-color: #f1f1ef;
}
.sortable tr.tea-time td{
	color: #505050;
	
}
.sortable tr.night {
	background-color: #a5a288;
}
.sortable tr.night td{
	color: #ffffff;
	
}
.sortable tr td:first-child {
	white-space: nowrap;
}

