﻿body #programming{
  font-family: 'Droid Sans', Helvetica, sans-serif;
  color: #000000;
  background: #ffffff;
}


#programming h4 
{
    background: #b3b3b3;
    color: #FFFFFF;
    cursor: pointer;
    margin: 1px;
    padding: 8px 8px;
    height: 21px;
    font-family: 'PT Sans', Helvetica, sans-serif;
    font-size: 16px;
}
#programming h4.on 
{
    background: #2594e3;
}
#programming h4.unselectable  {
  /* "pretty functionalty" - used so that tab titles don't get selected as user clicks on tabs and the accoridian is sliding up or down*/
   -moz-user-select: -moz-none;
   -khtml-user-select: none;
   -webkit-user-select: none;
   -ms-user-select: none;/*Introduced in IE 10. */
   user-select: none;/*Introduced in IE 10. */
}
#programming table {
    margin: 0.1em 0 0.30em;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    padding-bottom: 22px;
  background: #ffffff;
}
#programming table td {
    cursor: default;
    font-size: 13px;
    padding: 0.4em 0.5em;
    vertical-align: top;
}

#programming tbody tr:nth-child(even) {
   background-color: #f0f0f0;
}

#programming p {
    text-align: center;
}
#programming span.title {
    width: 205px;
    display: inline-block;
    visibility: visible !important;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space:nowrap;
    vertical-align: middle;
}
#preview {
    background: none repeat scroll 0 0 #EEEEEE;
    border: 2px solid #333333;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.5);
    color: #333333;
    display: none;
    overflow: hidden;
    padding: 10px;
    position: absolute;
    width: 300px;
    z-index: 999;
}
#preview img {
    float: left;
    margin: 2px 10px 5px 0;
}
#preview p {
    margin: 0 0 10px;
}
.listingsLink {
    color: #666666;
    float: right;
    font: 13px/16px arial,sans-serif;
    margin: 2px 0 0;
}
.listingsLink a, .listingsLink a:active,.listingsLink a:visited
{
  color: #666666;
}
span.arrow {
  color: #4c4c4c;
}
.over {
 cursor: pointer !important;
}
.info {
 background-image: url('../images/video_camera_24.png');
 background-size: 14px 14px;
 background-position: 98% 50%;
 background-repeat: no-repeat;
}
.liveStreaming {
 cursor: pointer !important;
 height: 13px;
 width: 75px;
 }
.divDescription {
  position: absolute;
  background-color: #f2f2f2;
  overflow: auto;
  border: 1px solid #000;
  padding: 0.2em 0.5em;
}
.loadingData{
  background-image: url('../images/loading.gif');
  background-position: center;
  background-repeat: no-repeat;
  background-color: #ffffff;
  height: 25px;
}

