body {
	margin:0;
	padding:0;
	font-family:"Trebuchet MS", helvetica, sans-serif;
	font-size: 13px;
	color:#444;
	text-align:center;
	background: #1d8fcb;
	position: relative;
}
h1, h2, h3, ul, li { margin:0;padding:0; }
h1 { text-indent:-9999px;position:absolute;top:0px;left:0px;width:300px; }
li { list-style: none; }

a { color:inherit; }

.centered-box {
	width: 500px;
	height: 500px;
	background-color: black;
	left: 50%;
	top: 50%;
	margin-top: -250px;
	margin-left: -250px;
	position: fixed;
}

* html .centered-box { 
	position:absolute;
}
#center_panel_720 { text-align:left;width:1000px;height:576px;position:fixed;left:50%;top:50%;margin:-288px 0 0 -500px;border:1px solid #999; }
* html .center_panel { position:absolute; }


#video_panel {float:left;width:720px;}
#menu_panel {float:left;width:280px;height:100%;}
#menu_panel_inner {border-left:1px solid #999;height:100%;}

#menu_panel h3 { text-indent:20px;padding:5px 0 }
#menu_panel h3 a { text-decoration: none;display:block; }

.programming_list li { min-height:20px ! important;background:transparent url(/images/programming_bar.gif) 20px 0px repeat-y;margin-bottom:2px;padding-left:40px }
.programming_list .video_duration { padding-left:5px;font-size:10px;color:#216d93; }

.channel_list li { padding-left:20px }
.extras_list li { padding-left:20px }

#video_menu li h3 { background: transparent url(/images/menu_plus.gif) 255px center no-repeat; }
#video_menu .menu_shown h3 { background-image: url(/images/menu_minus.gif); }
.menu_content { max-height:480px;overflow:auto; }
