/*
	Web Player
*/

body {
'	background-image: url(images/bg.gif);
'	background-repeat: repeat-x;
	background-color: #245374;
	margin: 20px;
}
	

#WebPlayer {
	width: 478px;
	height: 439px;
	overflow: hidden;
	background-color: #000000;
	background-image: url(images/wp/playerBackground.jpg);
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 12px;
}

#wpPlayerScreen {
	width: 450px;
	height: 338px;
	background-color: transparent;
	padding: 14px;
	padding-bottom: 0px;
	color: #CCCCCC;
}

#wpVideoPlayer {
	width: 450px;
	height: 338px;
	background-color: transparent;
	background-image: url(images/maccain_bg.jpeg);
}

#PreloadMessage {
	padding-top: 220px;
}

#VideoPlayerSection {
	float: left;
}

#wpPlayerControls {
	height: 71px;
	padding: 5px 14px 10px 0px;
}

#wpPlayButton {
	width: 64px;
	height: 100px;
	float: left;
	padding-left: 3px;
	background: url(images/wp/playButton_enabled.jpg) no-repeat 1px 5px;
	cursor: pointer;
}

#wpStopButton {
	width: 39px;
	height: 63px;
	float: left;
	background: url(images/wp/stopButton_disabled.jpg) no-repeat 0px 20px;
	cursor: pointer;
}

#wpVolumeControl {
	width: 39px;
	height: 63px;
	float: right;
	background: url(images/wp/volumeButton.jpg) no-repeat 0px 20px;
}

#wpVolumeSlider {
	padding-top: 3px;
	padding-left: 6px;
	visibility: hidden;
}

#wpFullScreen{
	width: 35px;
	height: 63px;
	float: right;
	background: url(images/wp/fullscreenButton.jpg) no-repeat 0px 20px;
	cursor: pointer;
}

#tooltip {
	background-color: #CCCCCC;
	border: 1px solid #666666;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	width: 200px;
	line-height: 14px;
	padding: 10px;
	font-size: 10px;
}

#wpTracker {
	width: 244px;
	height: 63px;
	padding-left: 10px;
	float: left;
}


#wpTrackerSlider {
	width: 100%;
	height: 23px;
}

#wpTrackerTime {
	padding-top: 5px;
	background: url(images/wp/trackerTimeBackground.jpg) no-repeat 0px 2px;
	font-size: 10px;
	color: #999999;
	width: 138px;
	height: 19px;
	text-align: center;
}

#wpSelect1 {
	padding-top:15px;
}

.wpSliderButton {
	background-image: url(images/wp/handle.gif);
	background-repeat: no-repeat;
	width: 23px;
	height: 23px;
}

#wpControlButtons {
	background-image: url(images/wp/controlButtonsBackground.jpg);
	background-repeat: no-repeat;
	background-position: 5px 0px;
	width: 108px;
	padding-left: 11px;
	padding-right: 3px;
	height: 73px;
	float: left;
}

#LoadProgress {
	padding-bottom: 10px;
	line-height: 20px;
	height: 20px;
	width: 100px;
}

#wpBuffering {
	width: 98px;
	height: 29px;
	background-image: url(images/wp/buffering.gif);
	background-repeat: no-repeat;
	visibility: hidden;
}
