#div_ifr_player {
	width: 728px;
	height: 185px;
	margin: 0px;
	border: 1px solid #000000;
}

#div_form_channel {
	width: 728px;
	/*
    height: 500px;
	overflow: scroll;
    */
}

.table_channels_wrapper {
	border: 1px solid #000000;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.table_channels_header {
	background-color: #000051;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	height:26px;
	font-weight: bold;
}

.table_channels_body 
{
	background-color: #d2dae6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.table_channels_body td:hover {
	background-color: #ebeef3;
}

/* .table_channels is a style for the table generated
 * by the 'group.1|safe' Django tag in the template
 */
.table_channels {
	width: 100%;
	margin: 0px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}

.table_channels td {
	width: 33%;
	vertical-align: top;
	padding: 0px;
}

.table_div_wrapper {
	overflow: hidden;
	height: 0px;
}

#div_subchannels_toggle
{
	vertical-align: bottom;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: right;
	float: right;
	padding-right: 10px;
	padding-top: 6px;
}

#div_subchannels_header
{
	color: #FFFFFF;
	text-align: left;
	float: left;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 1px;
	height:20px;
}

#div_main_selector
{
	float: left;
	font-size: 11px;
	color: #ffffff;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	font-weight: normal;
	position: absolute;
	left: 440px;
}

a.white:link {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
a.white:hover {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
a.white:visited {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

.update_status {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px 8px 2px 8px;
}

/* The header color if a section has selection channels */
.css_selection_indicator {
	color: #FF0000;
}

.css_selection_indicated {
	color: #FDE95B;
}

/* This controls the highlight for selected channels */
.css_channel_highlight {
	background-color: #B8C5D8;
}

/* These are the two alternating header classes */
.css_header_1 {
	background-color: #4F6586;
}

.css_header_2 {
	background-color: #637DA4;
}

/* For the channel description pop-up */

 .cluetip-byo {
 	background-color: #ffffff;
 }
 
.cluetip-byo #cluetip-outer {
  border: 1px solid #333333;
  position: relative;
  background-color: #ffffff;
}

.cluetip-byo h3#cluetip-title {
  margin: 0 0 5px;
  padding: 2px 5px;
  font-size: 14px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #333333;
  color: #ffffff;
}

.cluetip-byo #cluetip-inner {
  padding: 0 5px 5px;
  display: inline-block;
}

.cluetip-byo div#cluetip-close { 
  text-align: right;
  margin: 0 5px 5px;
  color: #900;
}

.description {
	font-family: Arial, Helvetica, sans-serif;
}
