.CrsText {
	vertical-align: top;
	font-family: arial;
  font-size: 70%;
	font-weight: normal;
  text-align: left;
  /* line-height: 1.9; */
	color: #0000D0;
 	background: none;
	}

.CrsNum {
  text-align: center;
	}

.CrsFull {
	color: #FF0000;
 	background: none;
	font-weight: normal;
	}

.CrsCancelled {
	color: #000000;
 	background: none;
  text-decoration: line-through;
	font-weight: normal;
	}

.CrsInProgress {
	color: #000000;
 	background: none;
	font-weight: normal;
	}

.CrsLabels {
	vertical-align: top;
	font-family: arial;
  font-size: 70%;
	font-weight: normal;
  text-align: left;
	color: #000000;
	background: none;
	}

.CrsDescON {
	color: #FF0000;
	background: none;
  text-decoration: underline overline;
  cursor: pointer;
	}

.CrsDescOFF {
  cursor: pointer;
	}

.FacRowON {
	color: #FF4000;
	background: none;
  text-decoration: underline;
  cursor: pointer;
	}

.FacRowOFF {
	}

#ToolTipCrsDescription
	{
	position: absolute; 
  background: #FFFFE1; /* #E9E9E9; */
  width: 450px;
  border-color: #000000;
	border-width: 1px;
	border-style: solid;
	padding: 5px;
  visibility: hidden;
  z-index: 100;
	font-family:arial;
  font-size: 70%;
	font-weight: normal;
  text-align: left;
	color: #000000;
  /* filter: progid:DXImageTransform.Microsoft.Shadow(color=gray); */
	}
