﻿/*-----------------------------------------------------------------------------------*/
/*	CSS Reset
/*-----------------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
}

body #programming{
    color: #000000;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
	background: #ffffff;
}


#programming h4 
{
	background: rgb(41, 41, 41);
	border: 0px solid #ffffff;
    color: #FFFFFF;
    cursor: pointer;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 13px;
	letter-spacing: 1px;
	text-transform: capitalize;
    margin: 0;
    padding: 3px 13px;
    height: 18px;
}

#programming h4:hover {
	background: rgb(40, 58, 133);
	-moz-transition: all .1s ease-in-out;
    -webkit-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

#programming h4.on {
	background: rgb(40, 58, 133);
}

#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 tr.showSlot:not(:last-child) {
	border-bottom: 1px solid #b5b5b5;	
}

#programming tr.showSlot:hover {
	background: rgba(0, 0, 0, 0.1);
	-moz-transition: all .1s ease-in-out;
    -webkit-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

#programming table td {
    cursor: default;
    font-size: 11px;
    padding: 0.4em 0.6em;
}

#programming p {
    text-align: center;
}
#programming span.title {
    width: 205px;
    height: 15px;
    display: inline-block;
    visibility: visible !important;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space:nowrap;
    vertical-align: middle;
    padding: 2px 0;
}
#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: rgb(255, 255, 255);
    background: rgb(40, 58, 133);
    float: right;
	font-family: 'Lato', sans-serif;
	font-size: 10px;
	letter-spacing: 0.02em;
	line-height: 12px;
	font-weight: 400;
    margin: 2px 0 0;
    padding: 2px 5px 4px 5px;
}

.listingsLink:hover {
	background: rgb(41, 41, 41);
	-moz-transition: all .1s ease-in-out;
    -webkit-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

.listingsLink a, .listingsLink a:active,.listingsLink a:visited
{
  color: rgb(255, 255, 255);
}
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;
  padding: 0.2em 0.5em;
}
.loadingData{
  background-image: url('../images/loading.gif');
  background-position: center;
  background-repeat: no-repeat;
  background-color: #ffffff;
  height: 25px;
}
