/* Home CSS Document */

#home_images{
  float: left;
  width: 756px;
  height: 251px;
  display: inline;
  margin-left: 2px;
}

#bottom{
  float: left;
  width: 756px;
  height: 228px;
  display: inline;
  margin: 2px 0px 2px 2px;
}

#coming_events{
  float: left;
  width: 212px;
  height: 188px;
  position: relative;
  display: inline;
  padding: 40px 0px 0px 10px;
  background: url(../images/css/background_coming_events.gif) no-repeat;
  scrollbar-arrow-color: white;
  scrollbar-base-color: #DDD;
  scrollbar-face-color: #666;
  scrollbar-highlight-color: #ccc;
  scrollbar-shadow-color: #ccc;
  scrollbar-3dlight-color: black;
  scrollbar-darkshadow-color: black;
  scrollbar-track-color: #333;
}

#coming_events .scroll{
  font: 11px Arial, Helvetica, sans-serif;
  height: 154px;
  width: 200px;
  margin: 0px 0px 0px;
  overflow: auto;
}

#coming_events .scroll table{
  border-collapse: collapse;
}

#coming_events .scroll table tr.over{
  background: #53181E;
  cursor: pointer;
  cursor: hand;
}

#coming_events .scroll table tr.over th,
#coming_events .scroll table tr.over td{
  background: #53181E;
  color: white;
}

#coming_events .scroll table tr td{
  color: white;
  padding: 2px 2px 2px 6px;
  vertical-align: top;
  border: 1px solid #333;
  background: #989695;
}

#coming_events .scroll table tr th{
  font-weight: bold;
  color: #53181E;
  text-align: right;
  padding: 2px 5px;
  vertical-align: top;
  border: 1px solid #333;
  background: #C4C3C2;
}

#coming_events .scroll table tr.alt th{
  background: #DDDCDB;
}

#coming_events .scroll table tr.alt td{
  background: #BCBBBA;
}

#coming_events .links{
  float: left;
  width: 200px;
  border-top: 1px solid #333;
}

#features{
  float: left;
  width: 264px;
  height: 228px;
  display: inline;
  margin: 0px 2px;
  background: url(../images/css/background_features.gif) no-repeat;
}

#recent_programs{
  float: left;
  width: 250px;
  height: 102px;
  display: inline;
  padding: 34px 0px 0px 14px;
  background: url(../images/css/background_recent_programs.gif) no-repeat;
}

#recent_programs .name{
  font: bold 16px "Times New Roman", Times, serif;
  line-height: 16px;
}

#recent_programs .date{
  font: bold 10px Arial, Helvetica, sans-serif;
  color: #FFCCCC;
}

#recent_programs ul{
  font: bold 11px Arial, Helvetica, sans-serif;
  color: white;
  margin: 0px;
  padding: 0px;
}

#recent_programs ul li{
  list-style: none;
  padding: 0px;
  margin: 0px;
}

#recent_programs ul li a{
  color: white;
}

#recent_programs .links ul{
  margin: 0px;
  padding: 4px 0px 0px;
}

#recent_programs .links ul li{
  list-style: none;
  float: left;
  margin: 0px;
  padding: 0px 10px 0px 0px;
}

#live{
  float: left;
  width: 250px;
  height: 60px;
  display: inline;
  padding: 30px 0px 0px 14px;
  background: url(../images/css/background_live.gif) no-repeat;
}

#live ul{
  font: 11px Arial, Helvetica, sans-serif;
  line-height: 13px;
  color: white;
  width: 205px;
  margin: 0px;
  padding: 0px;
}

#live ul li{
  list-style: none;
  padding: 0px 0px 5px;
  margin: 0px;
}