
.explain  {
  font-size     : 7pt;
  color         : grey;
}

#close-this a img {
  cursor            : pointer;
}
.list-table th {
  background-color  : white;
  color             : #002163;
  font-size         : 8pt;
}

div.students {
  width:200px; 
  height:30px; 
  border:1px solid #CCCCCC; 
  background:#F7F7FF; 
  color:#574B4B; 
  margin-bottom: 10px;
}

.tr0:hover, .tr1:hover { 
  background-color  : #FFFFCC; 
} 

.tr0 { 
  background-color  : #E8EFDC;
  white-space: nowrap;
}

.tr1 { 
  background-color  : white;
  white-space: nowrap;
}

a.slink {
  color: blue;
}

a.slink:hover {
  cursor: pointer;
}

#quickstat tr {
  margin-top:5px;
  margin-bottom:5px;
  background:white;
}

#searchResults,#cltResults div.rs {
  width: 150px;
}
#searchResults,#cltResults div.rs:hover {
  background-color: #FFFFCC;
}

#searchResults a {
  float:right;
}





