﻿body { font: 100% Verdana, Arial, Helvetica, sans-serif; background:#FFFFFF; margin: 0; text-align: center; }

#container { width:960px; background:#FFFFFF; margin: 0 auto; text-align:left;  }

#header { width:100%; height:auto; float:left; margin-top:10px; border:1px solid #999999; }

#content { width:100%; height:auto; float:left; margin-top:10px; margin-bottom:10px; border:0px solid #999999; }

#playercontainer { width:500px; height: 434px; float:left; margin-right:10px; padding:0px; }
#ustream { width:500px; height:434px; }
#video_player1 { width:500px; height:350px; }
.unMuteButton { display:none; border:2px solid #ccc; background:#1a429a; color:#fff; font-weight:bold;
                text-align:center; cursor:pointer; padding:3px; }

#social_links { width:350px; height:30px; float:left; padding:15px 15px 0 15px; }

#liveblog { float:left; padding:0px; width:440px; margin-left:10px; }

#advert { width:728px; height:90px; float:left; margin-left:16px; margin-right:116px; }

#footer { width:100%; height:auto; float:left; text-align:center; font-family:Arial, Helvetica, sans-serif;
          font-size:12px; font-weight:normal; color:#333333; margin-top:10px; margin-bottom:10px; }
          
#emailForm { background:#fff; border:2px solid #000; font-size:12px; float:left; 
             width:320px; height:385px; padding:15px; }
.share_twitter { display:inline; width:30px; height:30px; text-decoration:none; margin-right:5px;
                   background:url(/images/icons/shareTwitter_30.png) 0px 0px; float:right; }
.share_twitter:hover { background-position:0px -30px; }
.share_facebook { display:inline; width:30px; height:30px; text-decoration:none; margin-right:5px;
                   background:url(/images/icons/shareFacebook_30.png) 0px 0px; float:right; }
.share_facebook:hover { background-position:0px -30px; }
.share_email { display:inline; width:30px; height:30px; text-decoration:none; margin-right:15px;
                   background:url(/images/icons/shareEmail_30.png) 0px 0px; float:right; }
.share_email:hover { background-position:0px -30px; }

#webcast_info { width:728px; float:left; margin: 15px 116px; }

/* Player Levels */
#levels{
	width:298px;
	height:25px;
	margin-left:126px;
	border: solid 1px #CCC;
}
#levels ul{
	height:25px;
	width:298px;
	float:left;
	width:auto;
	list-style:none;
	list-style-image:none;
	padding: 0px;
	margin:0px;
	background:url(/styles/images/Player/active.png);
}
#levels ul li{
	height:25px;
	width:auto;
	float: left;
	cursor:pointer;
}
#levels ul li.on{
	background:url(/styles/images/Player/norm.png) left no-repeat;
}
#levels ul li img{
	float:left;
}

