/* Taken from: http://developer.yahoo.com/yui/reset/ */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
.hidden {
	display: none;
}
.clear {
    clear:  both;
}

/* CSS Document */
body {
	font-family:           Helvetica,Verdana, Arial, Helvetica, sans-serif;
	font-size:             13px;
	background-color:      #f9f9fa;
}

a,
a:hover {
	color:                 #c70202;
	text-decoration:       underline;
}

p {
	margin-bottom:         10px;
}

#container {
	width:                 710px;
	margin:                0 auto;
	background:			   #f9f9fa;
}
#content {
    width:                 700px;   
}

#playerContainer {
    background: 		   #676969  url('../images/bg_container_2.jpg') repeat-x;	 
	padding:			   0px 5px 5px 5px;	
	-moz-border-radius:	   10px;
    -webkit-border-radius: 10px;	
}

#logo {
	width:                 710px;
	height:                121px;
	margin:                0;
    text-align:            center;
}

/* START Tab pages */
#menu {
	width:                 700px;
	height:                25px;
	margin-bottom:		   10px;
}
#menu ul {	
	width:                 705px;
	height:                30px; 
	padding:               0px 0px 0px 5px;
	list-style-type:       none;		
}
#menu ul li {
	float:                left;
	margin-right:		  1px;
	text-align:           center;
}
#menu ul li a {
	display:			  block;
	min-width:			  80px;
	padding: 			  0 8px;
	height:               30px;	
	line-height:          30px;	
	font-weight:          bold;
	color:                #ffffff;
	text-decoration:      none;
}
#menu ul li a:hover,
#menu ul li a.selected,
.active {
	color:                #e41b13 !important;
	background:			  white url('../images/menu_bg.gif');
	-moz-border-radius-bottomright:	   10px;
	-moz-border-radius-bottomleft:	   10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;	
}
/** TICKERBOX **/
#tickerBox {
	height:                30px !important;
    line-height:           30px;
	margin:                5px 0 0 0;
	background:            #ccc !important;
	border-radius:		   5px;
	-moz-border-radius:	   5px;
    -webkit-border-radius: 5px;		
}

#tickerBox #tickerTitle {
	width:            130px;
	float:            left;
	padding-left:     10px;
	font-weight:      bold;
}
#tickerBox #ticker {
	list-style-type:  none;
	float:			  left;
	margin:           0;
	line-height:      30px;
}

/* PLAYER */
#contentPlayer {
    float:            left;
    width:            380px;
    height:           315px;
}
#televisionPlayer {
    width:            700px;
    height:           423px;	
}

/** TELETEXT **/
#teletextText {
	float:			  left;
	width:			  260px;
	height:           304px;
	padding:		  55px 10px 5px 10px;
	margin-right:     10px;
	background:		  #fff url(' ../images/teletext_bg.jpg');	
}
#teletextPlayer {
	float:			  left;
    width:            410px;
    height:           354px;
    text-align:		  center;
}
/* NOW PLAYING */
#nowplaying {
	z-index: 		  20;
    float:            left;
	width:            315px;
	height:           315px;
    margin-right:      5px;
	color:            #ffffff;
    -moz-border-radius:	   10px;
    -webkit-border-radius: 10px;
}

#nowplaying #nowplayingBox {
	position: 			absolute;
	width: 				250px;
	margin: 			20px 0px 0px 0px;
	padding: 			5px 10px;
	color: 				#000;
	text-align: 		left;
	background: 		url('../images/bg_transparent_small.png') top right;
	display: 			none;
	z-index: 			25;
	-moz-border-radius-topright:	   10px;
	-moz-border-radius-bottomright:	   10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;		
}

#nowplayingHead {
	font-size: 			15px;
	font-weight: 		bold;
}
#nowplaying #nowplayingProgram {
	position: 			absolute;
	width: 				295px;
	margin: 			255px 0px 0px 0px;
	padding: 			5px 10px;
	color: 				#000;
	background: 		url('../images/bg_transparent_small.png');
	font-size: 			14px;
	z-index: 			11;
}

/* END Tab pages */
.googleAds {
    text-align: center;
    padding:    15px 0 10px 0;
    height:     220px;
    background: url('/images/ad_bg.png') no-repeat;
}
#playerSelect {
	margin-top: -1px;
}

	#playerSelect ul li {
		float: left;
		width: 99px;
		height: 20px;	
	}

#footer {
	clear: both;
	font-size: 9px;
	color: #b1b1b1;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 5px;
}
