/*
#bookSlotsContainer .timeTable {
	width:612px;
	margin-right: 1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

#bookSlotsContainer div { float:left; }

#bookSlotsContainer .topRow {   background-color:#0000ff; color:#FFFFFF; height:24px;  }
#bookSlotsContainer .topRow div {width:86px; height:100%; border-right:#ffffff 1px solid; text-align: center;}


#bookSlotsContainer .bookedByYou {border:#00aa00 3px solid; font-size:10px; background:#00aa00; color:#ffffff;line-height: 2.5em; font-weight: bold; text-align: center; border-top: 1px solid #CECECE; border-left: 0px solid #CECECE;padding:0px; width:86px;}
#bookSlotsContainer .booked {border:#666 1px solid; font-size:9px; background:#e5e5e5; line-height: 9px;line-height: 2.5em; font-weight: bold; text-align: center; border-top: 1px solid #CECECE; border-left: 0px solid #CECECE;padding:0px; width:86px;}
#bookSlotsContainer .available{float:left;border:#00aa00 2px solid; font-size:10px; background:#ffffff;  text-align:left; color:#000000;line-height: 2.5em; font-weight: bold; text-align: center; border-top: 1px solid #CECECE; border-left: 0px solid #CECECE;padding:0px; width:86px;}
#bookSlotsContainer .notAvailable{border:#666 1px solid; font-size:10px; background:#e5e5e5; color:#ffffff; line-height: 2.5em; font-weight: bold; text-align: center; border-top: 1px solid #CECECE; border-left: 0px solid #CECECE;padding:0px; width:86px;}
#bookSlotsContainer .notYetBookable{border:#666 1px solid; font-size:10px; background:#ffffff; color:#ffffff; line-height: 2.5em; font-weight: bold; text-align: center; border-top: 1px solid #CECECE; border-left: 0px solid #CECECE;padding:0px; width:86px;}


*/

#bookSlotsContainer .timeTable {
	width:690px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}

#bookSlotsContainer div {
	float:left;
	
}

#bookSlotsContainer .topRow {   color:#000; height:24px;  margin-bottom:3px;}
#bookSlotsContainer .topRow div {width:86px; height:100%;text-align: center; margin-right:3px;font-weight:bold;  line-height:24px;}


#bookSlotsContainer .available input[type="checkbox"] { color:#000000; float:left; margin:5px 0 0 5px;}

#bookSlotsContainer .slot {background:#0000ff; color:#FFFFFF;}
#bookSlotsContainer .available { border: solid 1px #00aa00; line-height:18px;}
#bookSlotsContainer .notAvailable { border: solid 1px #000; line-height:10px;  background-color:#cccccc; color:black;}
#bookSlotsContainer .booked { border: solid 1px #000000; background-color:#cccccc;color:black;   line-height:18px;}
#bookSlotsContainer .bookedByYou { border: solid 1px #00aa00; line-height:18px; color:#FFFFFF; background-color:#00aa00; }
#bookSlotsContainer .notYetBookable { border: solid 1px #000; line-height:18px;  background-color:#cccccc;  color:white;}

th{
text-align:left;
}
