/*  Column Header Links */
a.sort { 
  text-decoration: none;
  font-weight: bold;
  color: #ffff00; 
}

a.sort:hover { 
  border: solid #FFFF00 1px;
  color: #006699; 
  background-color: #FFFFFF;
  cursor: pointer;
}


/*  Date Links */
a.date, a.date:hover  {
  text-decoration: none;
  color: #000000;
  font-weight: normal;
}

/*  Table Rows  */
.even { background-color: #ffffff; }
.over { background-color: #ffff00; cursor: pointer; }
.odd  { background-color: #dddddd; }
.highlight { background-color: #FFCC99; }


/*  Cell for LMA Graphic */
table.c .lma {
  vertical-align: center;
  background-color: #eeeeee; 
  border-left: 0px;
  border-top: 0px;
  border-bottom: 0px;
}


/*  Detailed Setlist Record */
div.detailed { 
  border: 2px solid white;
  margin: 0px 0px 5px 0px;
  padding: 5px;
  background-color: #ffffff;
}


/*  Date/Venue for Setlist */
div.dv { 
  margin: 0px 0px 5px 0px;
  font-weight: bold;
}


/*  Set/Encore info for Setlist */
div.set { 
  margin: 0px 0px 5px 0px;
}


/*  Comments for Setlist */
div.cmt { 
  margin: 10px 0px 5px 0px;
}

/*  Lyrics */
div.lyrics { 
  margin: 5px 5px 5px 20px;
}

textarea {
  width: 400px;
  height: 50px;
}
