

#mcontainer {
  width: 767px;
  margin: 0 auto;
  padding-top: 20px;;
  height: 406px;
  text-align: left;
}

#leftfiller {
  float: left;
  width: 60px;
  height: 217px;
  background-color: transparent;
}


/*** search form ***/
#lookup {
  width: 180px;
  height: 200px;
  text-align: right;
  background-color: transparent;
  margin: 0;padding: 0;
}
#lookup fieldset {
  width: 100%;
  margin: 0;padding: 0;
}
#lookup table {
  float: right;
  background-color: transparent;
  margin: 0;padding: 0;
}
#lookup form {
  margin: 0;padding: 0;
}

#lookup input {
  border: solid 1px #aaa;
  background-color: transparent;
  width: 110px;
  text-align: center;
}

input#search {
  font-weight: bold;
}

/*** end form ***/




/*** results ***/

#resultsoutside {
  width: 520px;
  float: left;
  padding-top: 0;
}

#results {
  width: 700px;
  height: 200px;
  background-color: transparent;
  margin: 0;padding: 0;
  overflow: auto;
}

#results table {
  background-color: transparent;
  margin: 0;padding: 0;
  width: 100%;
}

.mediarow {
  height: 20px;
  width: 100%;
  margin: 0;padding: 0;
  background-color: #fff;
}

.highlightrow {
  background-color: #D1EAEF;
}

.mediarow td {
  /*border: solid 1px #ddd;*/
  height: 100%;
  float:left;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin: 0;padding: 0;
  text-align: left;
  font-weight: normal;
  font-size: 100%;
  overflow: hidden;
}
.mediarow td.title {
  width: 40%;
}
.mediarow td.speaker {
  width: 20%;
}
.resultdate {
  width: 15%;
}
td.downloadmedia, td.downloadnotes, td.media, td.notes {
  width: 10%;
}
.downloadmedia {
  background-image: url("http://cfconline.org/images/headphones3.gif");
  background-repeat: no-repeat;
  background-position: center top;
}
.downloadnotes {
  background-image: url("http://cfconline.org/images/notes.gif");
  background-repeat: no-repeat;
  background-position: center top;
}
.downloadmedia a, .downloadnotes a {
  display: block;
  width: 100%;
  height: 100%;
}

/*** end results ***/

