﻿

body {
	margin:0 auto;
	padding:0;
	background:#000000;
	font-family:Tahoma,Arial, Verdana;
	color:#ffffff;
	font-size:12px;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-base-color: #000000;
	scrollbar-track-color: #000000;
	scrollbar-face-color: #000000;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-shadow-color: #FFFFFF;
}
dl 
{
	margin:0;
}

.whatsontoday 
{
	font-size:12px;
	font-weight:bold;
	color:#ff008c;
	font-family:Century Gothic;
	text-indent:none;
	}
#page_wrap 
{
	margin:0 auto;
	padding:0px;
	width:1000px;
	}
#header_wrap 
{
	padding:0;
	width:1000px;
	margin-bottom:10px;
}
#center_wrap 
{
	padding:0;
	width:740px;
	float:left;
	
}
#right_panel
{
	float:right;
	width:250px;
	height:510px;
	overflow:scroll;
}

.clear
{
	clear:both;
	}
.chnl 
{
	float:left;
	width:85px;
	height:75px;
	border:0px #fff solid;
	margin:7px 5px 0 0;
	}
	
.tooltip 
{
	position:absolute;
	z-index:100;
}

a {
	text-decoration: none;
	border:none;
	color:#ffffff;
}

a:hover {
	position: relative;
	text-decoration:underline;
}

a span {
	display: none;
}

a:hover span {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#F0F0F0 none repeat scroll 0 0;
	border:1px dotted #FFFFFF;
	display:block;
	font-family:Tahoma;
	font-size:12px;
	height:65px;
	left:0px;
	opacity:0.9;
	padding:5px;
	position:absolute;
	top:-63px;
	width:75px;
	z-index:100;
	cursor:pointer;
	color:#000000;
	
}
* html a:hover span {

	top:0px;
	}
* + html a:hover span {

	top:0px;
	}

img 
{
	border:none;
}

hr 
{
	padding:0;
	margin:0;
	border:1px #ffffff solid;
	}
	
#login
{
	float:right;
	width:130px;
	height:20px;
	text-align:right;
	color:#ffffff;
	font-size:10px;
}


.clstd {
	color: #ffffff;
	border-style: solid;
	border-width: 1px;
	padding: 6px;
	margin: 100px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 120%;
	text-align: left;
	overflow:hidden;
}


.clstable {
}


table.clstable table td {
	color: #ffffff;
	padding: 2px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 120%;
}

.rss_title 
{
	margin:0 0 5px 0;
	padding:0px;
}

.rss_desc
{
	margin:0 0 5px 0;
	padding:0px;
	font-size:10px;

}

.left {float:left;}
