/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {

}
.tabberlive {
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 4px solid #cbccba;
 font-weight: bold;
 font-size: 12px;
}

ul.tabbernav li {
	list-style: none;
	margin: 0;
	display: inline;
}
ul.tabbernav li a, ul.tabbernav li a:link, ul.tabbernav li a:visited {
	padding: 3px 5px 3px 13px;
	margin-left: 4px;
	border-top: 1px solid #cbccba;
	border-right: none;
	border-bottom: 4px solid #b20003;
	border-left: none;
	background-color: #cbccba;
	background-image: url(home_hotlist_arrow_red.gif);
	background-repeat: no-repeat;
	background-position: 4px 6px;
	text-decoration: none;
	color: #000;
	font-weight: bold;
}


ul.tabbernav li a.tabberactive {
	background-color: #CBCCBA;
	border-top: 1px solid #cbccba;
	border-right: 4px solid #cbccba;
	border-bottom: 4px solid #B20003;
	border-left: 1px solid #cbccba;
	cursor:pointer;
	color:#000;
	text-decoration:none;

}

ul.tabbernav li a:hover {
	color: #000;
	text-decoration: none;
}

li a.tabberactive {
	background-color: #ffffff !important;
	background-color: #ffffff ;
	border-top: 1px solid #cbccba;
	border-right: 4px solid #cbccba;
	border-bottom: 4px solid #fff !important;
	border-bottom: 4px solid #fff;
	border-left: 1px solid #cbccba;

	color:cc0000;
}

ul.tabbernav a.tabberactive:hover {
	color: #000;
	background-color: #fff;
	border-top: 1px solid #cbccba;
	border-right: 4px solid #cbccba;
	border-bottom: 4px solid #fff;
	border-left: 1px solid #cbccba;

}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
	padding: 5px 0.4em 5px 5px;
	border-top:0;
 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

.tabberlive .tabbertab ul {
	list-style: none;
	margin: 3px;
	padding: 0;
}
.tabberlive .tabbertab li {
	padding: 1px 0 0 1px;
	margin: 0;
/*
	padding: 1px 0 0 9px;	
	background-image: url(home/home_hotlist_anglequote_red.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
*/
	line-height: 130%;
}
.tabberlive .tabbertab a,.tabberlive .tabbertab a:link, .tabberlive .tabbertab a:visited {
	font-size: 12px;
	font-weight: bold;
	color: #036;
	text-decoration: none;
	font-style: italic;
}
.tabberlive .tabbertab a:hover {
	text-decoration: underline;
}
#hotlist-w {
	margin-top: 10px;
	width: 298px;
	overflow: hidden;
}
#hotlist-h {
	width: 298px;
	height: 27px;
	background-image: url(tonights_tv_header.gif);
	background-repeat: no-repeat;
}
#hotlist-c-w {
    padding-top: 8px;
    border-right: 1px solid #cbccba;
    border-bottom: 1px solid #cbccba;
    border-left: 1px solid #cbccba;
	font-size: 12px;
	color: #000;
	position: relative;
}
#hotlist-c {
   /* height: 265px;*/
	 height: auto;
}
.hotlist-pic {
	float: right;
	padding: 0 0 3px 3px;
}
.morehotlist {
	position: absolute;
	top: 239px;
	left: 204px;
}
.hotlist-highlight {
	font-style: italic;
	color:#666;
}
.mlink {
	padding:0;
	margin:1px;

}
.mlink a{
	font: bold 1.1em Arial, Helvetica, sans-serif;
	text-decoration:none;
	display:block;
	padding:3px 5px;
	background:#2B4567;
	color:#fff;
	text-transform:uppercase;
}	
.mlink a:hover{
	text-decoration:none;
	display:block;
	background:#6B86A8;
	color:#fff;
}

.wlink a{
	color:#fff;
	text-decoration:none;
	font-weight:normal;
}	
.wlink a:hover{
	color:#fff;
	text-decoration:underline
}	

