body {
	background-color: #e3f0ff;
	margin: 0px;
}

div#container {
	left: 0px;
	top: 0px;
	position: absolute;
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	height: 690px;
	width: 680px;
}

div.container-online {
	background-image: url(../_images/container-bg.jpg);	
}

div.container-offline {
	background-image: url(../_images/container-offline-bg.jpg);
}

video#mediaplayer-iphone {
	left: 18px;
	top: 24px;
	position: absolute;
}

div#mediaplayer-high {
	left: 18px;
	top: 17px;
	position: absolute;
}

div#mediaplayer-low {
	left: 40px;
	top: 93px;
	position: absolute;
}

div#text {
	line-height: 16pt;
	font-size: 12pt;
	font-family: Helvetica, Arial, sans-serif;
	color: #0064b1;
	text-align: left;
	bottom: 17px;
	height: 40px;
	width: 372px;
	left: 20px;
	position: absolute;
}

div#vsconnect {
}

div#notice {
	height: 259px;
	width: 320px;
	background-image: url(../_images/player-offline.jpg);
	background-repeat: no-repeat;
	position: relative;
	
}

div#player-high {
	left: 2px;
	top: 105px;
	position: absolute;
	height: 540px;
	width: 676px;
	background-image: url(../_images/player-high.jpg);
}


a#quality-toggle-high {
	background-position: 0px 0px;
	right: 29px;
	top: 1px;
	position: absolute;
	background-image: url(../_images/quality-toggle-high.jpg);
	height: 16px;
	width: 156px;
	display: block;
	text-decoration: none;
}

a:hover#quality-toggle-high {
	background-position: 0px 16px;
}

div#player-low {
	left: 140px;
	top: 145px;
	position: absolute;
	height: 400px;
	width: 400px;
	background-image: url(../_images/player-low.jpg);
}


a#quality-toggle-low {
	background-position: 0px 0px;
	left: 193px;
	top: 77px;
	position: absolute;
	background-image: url(../_images/quality-toggle-low.jpg);
	height: 16px;
	width: 156px;
	display: block;
	text-decoration: none;
}

a:hover#quality-toggle-low {
	background-position: 0px 16px;
}

a#button-help {
	background-position: 0px 0px;
	right: 201px;
	bottom: 40px;
	position: absolute;
	background-image: url(../_images/button-help.png);
	height: 18px;
	width: 50px;
	display: block;
	text-decoration: none;
}

a:hover#button-help {
	background-position: 0px 18px;
}

a#button-donate {
	background-position: 0px 0px;
	right: 79px;
	bottom: 40px;
	position: absolute;
	background-image: url(../_images/button-donate.png);
	height: 18px;
	width: 66px;
	display: block;
	text-decoration: none;
}

a:hover#button-donate {
	background-position: 0px 18px;
}

a#button-contact {
	background-position: 0px 0px;
	right: 164px;
	bottom: 12px;
	position: absolute;
	background-image: url(../_images/button-contact.png);
	height: 18px;
	width: 87px;
	display: block;
	text-decoration: none;
}

a:hover#button-contact {
	background-position: 0px 18px;
}

a#button-media {
	background-position: 0px 0px;
	right: 19px;
	bottom: 12px;
	position: absolute;
	background-image: url(../_images/button-media.png);
	height: 18px;
	width: 126px;
	display: block;
	text-decoration: none;
}

a:hover#button-media {
	background-position: 0px 18px;
}

div#text a {
	text-decoration: none;
	color: #0064b1;
}

div#notice {
	color: white;
	font-family: Helvetica, Arial, sans-serif;
}

label {
	color: white;
	font-family: Helvetica, Arial, sans-serif;
}

table#login {
	position: absolute;
	left: 20px;
	top: 40px;
}

a#purchase:link, a#purchase:visited, a#purchase:active {
	color: white;
	font-weight: bold;
	text-decoration: underline;
}

a#purchase:hover {
	text-decoration: none;
}

table#schedule {
	position: absolute;
	top: 236px;
	left: 60px;
	width: 560px;
	font-size: 12pt;
	font-family: Helvetica, Arial, sans-serif;
	color: #0064b1;
}

tr.schedule_item {
	height: 70px;
}

td.schedule_item_title {
	text-align: left;
	font-weight: bold;
}

td.schedule_item_date {
	text-align: right;
	font-size: .9em;
}

div#timezone {
	position: absolute;
	top: 590px;
	left: 20px;
	font-size: 8pt;
	font-family: Helvetica, Arial, sans-serif;
	color: #0064b1;
	font-style: italic;
}