﻿/* default schedule colors */
table#schedule, table#schedule td, table#schedule th {
	border:1px solid #0056A5; /*border color*/
}
table#schedule a {
	color: #01132E; /*link color*/
}

table#schedule thead th {
	background: #0056A5; /*header row background*/
	color: #fff; /*header row font color*/
}

table#schedule tr.break, table#schedule tr.break a {
	background: #6699CC; /*header row background*/
	color: #fff; /*header row font color*/
	text-align: center;
	width: 100%;
}

table#schedule tbody tr.s th, table#schedule tbody tr.s td {
	background: #CCDAF4; /*even row color*/
}

table#schedule tbody tr.premiere th a {
	color: #c30; /*premiere link color*/
}

table#schedule tbody td.sc, table#schedule tbody tr.s td.sc {
  background: #336699; /* darker column color */
  color: #fff; /* darker column font color */
}


/* default schedule colors end */

/* Embedded Schedules inside the content DIV */

div#content table#schedule, table#schedule td, table#schedule th {
	border:1px solid #0056A5; /*border color*/
}
div#content table#schedule a {
	color: #01132E; /*link color*/
}

div#content table#schedule thead th {
	background: #0056A5; /*header row background*/
	color: #fff; /*header row font color*/
}

div#content table#schedule tr.break {
	background: #6699CC; /*header row background*/
	color: #fff; /*header row font color*/
	text-align: center;
	width: 100%;
}

div#content table#schedule tbody tr.s th, table#schedule tbody tr.s td {
	background: #CCDAF4; /*even row color*/
}

div#content table#schedule tbody tr.premiere th a {
	color: #c30; /*premiere link color*/
}

div#content table#schedule tbody td.sc, table#schedule tbody tr.s td.sc {
  background: #336699; /* darker column color */
  color: #fff; /* darker column font color */
}

div#content div#schedule_wrap dl dd
{
position: relative;
line-height: 20px;
margin-bottom: 20px;
padding-left: 0px;
}

div#content div#schedule_wrap dl dt
{
position: relative;
line-height: 20px;
margin-bottom: 20px;
padding-left: 0px;
}


/* Shows which are marked as Sold Out */
.soldout
{
	background: black;
	color: white;
	padding: 1px;
}
/* Embedded Schedules inside the content DIV END*/
