

#lolSearchBackground {
  text-align: left;
  margin-top: 18px;
  margin-right: 12px;
  color: #000;
  width: 500px;
}

.LOLSearchInputArea{

 font-family: Arial, Helvetica, sans-serif;
 font-size: 16px;
 display: block;
 vertical-align: baseline;
 color: #d4ba89;
 line-height: 26px;
 margin-bottom: 4px;


}

#LOLSearchTable {
  table-layout: fixed;
  display: table;
  width: 600px;

  color: #d4ba89;


}




#LOLSearchTable td {

 vertical-align: top;
 padding: 6px 6px 0px 0px;

}

#LOLSearchResults {
 display: block;

 margin-bottom: 25px;

 width: 600px;

 padding: 20px 15px 15px 0px;


}

#zipCodeButton, #MarketButton {
  display: inline;
  vertical-align: baseline;
  margin-bottom: -10px;
  outline: none;
  background: url("lolButtonBackground.png") no-repeat right;
  border: 0 none;
  height: 25px;
  width:100px;
  color:#341d03;

  font-size:12px;
  font-weight: bold;
  cursor:pointer;


}

#zipCode {
  padding-top: 0px;
  margin-top: 0px;

  font-size: 14px;
  width:60px;
  border: solid 1px #8c8c8c;
}


#zipform label {
  color: transparent;
}

.dateRange {
  display: block;
}


.stationsfound, .checkback, .additional, .stationsNotFound, .zipText
{
  font-size: 18px;

}

.checkback {
 display: block;
 margin-top: 20px;
 margin-bottom: 10px;
}

.stationsfound
{
  margin-top: 45px;
  font-weight: bold;
}

.stationsNotFound
{
  display: block;
  margin-top: 20px;

}

.zipText {
  font-weight: bold;

}



table.lolList {

 table-layout: fixed;

 background: #fffccd;
 color: #000000;

 margin: 0;
 padding: 0;
 border: 0;
 outline: 0;

 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size :12px;
 text-align:left;
 line-height  :16px;
 width: 490px;
}


table.lolList tr.listingHeaders
{
 color: #ffffff;
 height: 30px;
 border-bottom: 1px solid black;
 Vertical-Align: bottom;
}


th#headerDay { width: 10%;
  text-align: right;
}

th#headerDate { width: 15%;
 text-align: right;
}
th#headerTime {width: 23%;
  text-align: right;
  padding-right: 5px;

}
th#headerEpisode {width: 52%;
}


table.lolList th
{
 background-color: #222222;
 color: #fffccd;
 border-bottom: 1px solid black;
 height: 17px;
 vertical-align: middle;
}

table.lolList td, table.lolList th
{
  padding:1px 7px 1px 4px;
}


table.lolList td {

}

.shaded {
  background: #dfc68d;
}


