
/* ****************************** MAIN CONTENT ****************************** */
html{
	background-color:#152534;
	background-image:url(/media/images/mediaplayer/bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
}

body{
	text-align:center;
	font: normal 12px/16px Arial, Helvetica, sans-serif;
	color:#646464;
	
}

b{
	font-weight:bold;	
}

#container{
	width:950px;
	margin: auto;

}

#header{
	float:left;
	width:950px;
	height:125px;
}

#mainbody{
	float:left;
	width:950px;
	
}

#video{
	float:left;
	width:645px;
	margin-right:10px;
	background-color:#31506d;
	height:510px;
	-moz-border-radius:5px;     /* see DD_roundies.js for border radius IE6 */
	-webkit-border-radius:5px; /* see DD_roundies.js for border radius IE6 */
	padding-top:5px;
}

#video-content{
	float:left;
	width:290px;
	height:500px;
}

#footer{
	padding-top:5px;
	float:left;
	width:950px;
	text-align:left;
	color:#32506d;
}

/* ****************************** HEADER ****************************** */
#logo{
	background-image:url(/media/images/mediaplayer/logo.gif);
	background-repeat:no-repeat;
	background-position:left;
	width:830px;
	height:45px;
	margin:40px 0px 0px 0px;
	float:left;
}

#logoarchive{
	background-image:url(/media/images/mediaplayer/logoarchive.gif);
	background-repeat:no-repeat;
	background-position:left;
	width:830px;
	height:45px;
	margin:40px 0px 0px 0px;
	float:left;
}

#logo span, #logoarchive span{
	display:none;	
}

#emblem{
	float:left;
	margin:40px 0px 0px 0px;
}

/* ****************************** LIVE SERVICE ****************************** */

#liveservicebox{
	background-color:#31506e;
	margin-bottom:10px;
	text-align:left;
	color:white;
	float:left;
	width:290px;
	height:auto;
	
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

#liveservicebox h4, #survey h4, #watching h4, #livebox div h4, #livebox div h3, #livebox div h2, #livebox div h1, #livepoll h4, #notepad h4{
	padding:10px;
	padding-bottom:2px;
	font-size:20px;
	font-weight:100;
	font-family:Verdana, Geneva, sans-serif;
	color: white;
	font-weight:bold;
}

#survey p{
	margin:10px;	
}

#liveservicebox .currentlywatching{
	font-size:12px;
	font-weight:100;
	margin:10px;
	margin-top:12px;
	background-color:#25415a;
	padding:3px;
	padding-left:10px;
	
	-moz-border-radius:5px;     /* see DD_roundies.js for border radius IE6 */
	-webkit-border-radius:5px; /* see DD_roundies.js for border radius IE6 */
}

#liveservicebox .currentlywatching span{
	color:#ffde00;
	font-weight:bold;
	font-size:14px;
}

.currentlywatching p{
	padding:0px;
	margin:0px;
}

#title, #speaker, #date{
	padding:2px;
	margin:0px;
	font-size:12px;
	font-weight:100;
	color:white;
}

#title{
	font-size:14px;
	font-weight:bold;
}
#speaker{
font-style:italic;
}
#date{
	
}
#liveservicebox ul{
	float:left;
	margin-left:10px;
	margin-bottom:10px;
}

#liveservicebox li{
	margin-bottom:3px;
	float:left;
}

#liveservicebox a{
	display:block;
	text-decoration:none;
	color:white;
	background-color:#3b5e7d;
	width:263px;
	padding:4px;
	float:left;
	
	-moz-border-radius:5px;     /* see DD_roundies.js for border radius IE6 */
	-webkit-border-radius:5px; /* see DD_roundies.js for border radius IE6 */
}

#liveservicebox a:hover{
	background-color:#203a52;
	-moz-border-radius:5px;     /* see DD_roundies.js for border radius IE6 */
	-webkit-border-radius:5px; /* see DD_roundies.js for border radius IE6 */
}

#liveservicebox a span{
	display:block;
	float:left;
	line-height:20px;
	margin-left:10px;
	cursor:pointer;
}
#liveservicebox img{
	float:left;	
}

/* ****************************** SURVEY ****************************** */

#survey{
	background-color:#31506e;
	height:128px;
	-moz-border-radius:5px;     /* see DD_roundies.js for border radius IE6 */
	-webkit-border-radius:5px; /* see DD_roundies.js for border radius IE6 */
	margin-bottom:10px;
	text-align:left;
	color:white;
	float:left;
	width:290px;
}

#survey h4{
	font-weight:bold;
	color:white;
}

#survey p{
	margin-top:8px;	
}

#survey #feedback{
	background-image:url("/media/images/mediaplayer/feedback.gif");
	background-position:bottom left;
	width:195px;
	height:35px;
	display:block;
	margin-left:45px;
	
}

#survey #reportproblem{
	background-image:url("/media/images/mediaplayer/reportproblem.gif");
	background-position:bottom left;
	width:195px;
	height:35px;
	display:block;
	margin-left:45px;
	
}

#survey #feedback:hover, #survey #reportproblem:hover{
	background-position:top left;
}

#survey #feedback span, #survey #reportproblem span{
	display:none;
}


/* ****************************** TABS ****************************** */

#tabs{
	float:left;
	width:640px;
	height:36px;
	text-align:right;
}
#lefttab{
	float:left;
	width:300px;
	text-align:left;
	height:36px;
}
#righttab{
	float:left;
	width:340px;
	height:36px;
}
#livechat{
	width:132px;
	height:36px;
	float:right;
}

#donatenowtab{
	width:128px;
	height:36px;
	float:right;
	margin-right:5px;
}

#donatenowtab a{
	display:block;
	width:128px;
	height:36px;
	background-image:url(/media/images/mediaplayer/donatenowtab.gif);
	background-position:left bottom;
}

#donatenowtab a:hover, #hometab a:hover, #returntab a:hover{
	background-position:left top;
}

#donatenowtab a span, #hometab a span, #returntab a span, #notepad-right a span{
	display:none;	
}

#hometab{
	float:left;
	width:119px;
	height:36px;
	margin-left:5px;
}

#hometab a{
	display:block;
	width:119px;
	height:36px;
	background-image:url(/media/images/mediaplayer/ggwohometab.gif);
	background-position:left bottom;
}

#returntab{
	float:left;
	width:149px;
	height:36px;
	margin-left:5px;
}

#returntab a{
	display:block;
	width:149px;
	height:36px;
	background-image:url(/media/images/mediaplayer/returntab.gif);
	background-position:left bottom;
}

/* ****************************** LIVEBOX ****************************** */

#livebox{
	float:left;
	background-color:#b52d2f;
	-moz-border-radius:5px;   
	-webkit-border-radius:5px;
	padding:0px;
	margin:0px;
}

#livebox div{
	text-align:left;
	float:left;
	width:270px;
	color:white;
	padding:10px;
}

#livebox div h4{
	padding:0px;
	margin-bottom:10px;
}

#livebox div h3{
	padding:0px;
	margin-bottom:10px;
	font-size:18px;
}

#livebox div h2{
	padding:0px;
	margin-bottom:10px;
	font-size:15px;
}

#livebox div h1{
	padding:0px;
	margin-bottom:10px;
	font-size:12px;
}

/* ****************************** POLL ****************************** */

#livepoll{
	float:left;
	background-color:#31506e;
	-moz-border-radius:5px;   
	-webkit-border-radius:5px;
	padding:10px;
	margin:0px;
	width:270px;
	margin-bottom:10px;
	color:white;
	text-align:left;
}

#livepoll #closePoll{
	display:block;
	float:left;
	padding:2px;
	width:50px;
	text-decoration:none;
	color:white;
	border:1px solid #25415a;	
	text-align:center;
}

#livepoll #closePoll:hover{
	background-color:#3b5e7d;
}

#livepoll h4{
padding:0px;
margin-bottom:10px;
width:210px;
}


#podcast{
	background-color:#31506e;
	-moz-border-radius:5px;     /* see DD_roundies.js for border radius IE6 */
	-webkit-border-radius:5px; /* see DD_roundies.js for border radius IE6 */
	margin-bottom:10px;
	text-align:left;
	color:white;
	float:left;
	width:270px;
	padding:10px;
	
	text-align:right;
}

#podcast img{
	margin-bottom:5px;	
	border:1px solid #496c8e;
}

#whatispodcast{
	color:#e7c31d;
	text-decoration:none;
}

#whatispodcast:hover{
	text-decoration:underline;
}

#notepad{
	background-color:#31506e;
	-moz-border-radius:5px;     /* see DD_roundies.js for border radius IE6 */
	-webkit-border-radius:5px; /* see DD_roundies.js for border radius IE6 */
	text-align:left;
	color:white;
	float:left;
	width:625px;
	padding:10px;
	margin-top:10px;
}

#notepad h4{
	padding:0px;
	margin-bottom:10px;
}

#notepad #emailcontainer{
	font-size:12px;
	font-weight:100;
	margin-top:12px;
	background-color:#25415a;
	padding:3px;
	padding-left:10px;
	
	-moz-border-radius:5px;     /* see DD_roundies.js for border radius IE6 */
	-webkit-border-radius:5px; /* see DD_roundies.js for border radius IE6 */	
}

#notepad #emailcontainer label{
	display:block;
	float:left;
	line-height:32px;
}
#notepad input{
	margin:5px;	
	margin-left:10px;
}
#notepadcontainer{
	margin-top:5px;
	border-top:1px dotted white;
	padding-top:5px;
	float:left;
	width:625px;
}
#notepad-left{
	float:left;
	width:425px;
}
#notepad-right{
	float:left;
	width:200px;
	height:27px;
	text-align:right;
	line-height:25px;
}
#notepad-right #showhidebutton{
	display:block;
	width:17px;
	height:17px;
	background-image:url(/media/images/mediaplayer/showhide.gif);
	background-position:left bottom;
	float:right;
	margin-top:5px;
}
#notepad-right a{
	color:white;	
}
#notepad-right p{
	float:left;
}
