.content {
	width: 100%;
	min-width: 1000px;
}

#mytv {
	margin: 0px;
	padding: 0px;
}

#player {
	float: left;
	clear: left;
	padding-bottom: 5px;
}

#playercontainer {
	text-align: center;
}

#centerplayer {
	display: inline-block;
	text-align: left;
	padding-bottom: 5px;
}

#archivedContainer {
	float: left;
	width: 1px;
	height: 26px;
	overflow: hidden;
}

#archivedSpacer {
	height: 26px;
}

#titleContainer {
	overflow: hidden;
}

#videoTitle {
	display: inline-block;
	margin-top: 3px;
}

#chat {
	float: right;
}

#playerchrome {
	background-color: #000;
	display: inline-block;
}

#mytv {
	margin-bottom: -5px;
}

#position {
	color: #0B0;
	font-size: 8pt;
	float: left;
}

#duration {
	color: #0B0;
	font-size: 8pt;
	float: right;
}

#progressbar {
	background-color: #00BB00;
	height: 1px;
	width: 0;
	padding: 0px;
	margin: 0px;
}

#tvbuttons {
	float: left;
	margin: 3px 0px 6px 0px;
}

#tvbuttons .navbutton {
	padding-top: 13px;
	margin-top: -10px;
}

#livecontainer {
	float: right;
	margin: 3px 0px 0px 0px;
}

#live {
	background-color: #0B0;
	padding: 3px ;
	padding-top: 13px;
	margin-top: -10px;
	font-weight: bold;
}

#viewers {
	padding-top: 13px;
	padding-right: 18px;
	margin-top: -10px;
	margin-right: 0px;
	font-weight: bold;
	background-image:url('http://tv.seriousinc.net/viewerIcon.png');
	background-repeat: no-repeat;
	background-position: right 14px;
}

.infobox{
	clear: both;
}

.queuedVideo {
	overflow: hidden;
	padding: 6px;
	background-image: url(http://seriousinc.net/border.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

.queuedVideoTitle {
	float: left;
}

.queuedVideoTime {
	float: right;
	text-align: right;
	width: 50px;
	border-style: none none none solid;
	border-color: #2E597D;
	border-width: 1px;
}