#scheduleTable{
	float : left;	
	padding : 3px;
  clear : both;
}

#scheduleTable *{
  padding : 0;
  margin : 0;
}

#courseSchedule table {
  border-collapse: collapse;
  width: 20em;
	width : 100%;
  border: 1px solid #666;
  font-size : 1.1em;
	clear : both;
}

caption {
  font-size: 1.2em;
  font-weight: bold;
  margin: 1em 0;
	text-align : left;
	color : #f00;
}

col {
  border-right: 1px solid #ccc;
}

col#dateCol {
  border: none;
}

thead {
  background: #ccc url(images/bar.gif) repeat-x left center;
  border-top: 1px solid #a5a5a5;
  border-bottom: 1px solid #a5a5a5;
}

th {
  font-weight: normal;
  text-align: left;
}

#scheduleTable th, #scheduleTable td {
  padding: 0.1em 1em;
}

.odd {
  background-color:#edf5ff;
}

tr:hover {
  background-color:#3d80df;
  color: #fff;
}

thead tr:hover {
  background-color: transparent;
  color: inherit;
}
