/* -------------------------------- TV on line player CSS -------------------------------*/

#error_wmp {
	width:966px;
	height:20px;
	color: white;
	background-color: #8076FF;
	background-image: url('Images/error.png');
	background-repeat: no-repeat;
}
#error_vlc {
	width:966px;
	height:20px;
	color: white;
	background-color: #EC4D00;
	background-image: url('Images/error.png');
	background-repeat: no-repeat;
}
#error_flv {
	width:966px;
	height:20px;
	color: white;
	background-color: #E53039;
	background-image: url('Images/error.png');
	background-repeat: no-repeat;
}

#VLCplayerie {
	margin-left: 0px;
	margin-top: 0x;
	margin-right: 0px;
	margin-bottom: 0px;
}
#VLCplayerother {
	margin-left: 2px;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#WMPplayerie {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#WMPplayerother {
	margin-left: 2px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#FLVplayerie {
	margin-left: 0px;
	margin-top: 0x;
	margin-right: 0px;
	margin-bottom: 0px;
}
#FLVplayerother {
	margin-left: 2px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.button{
      background: white url('Images/vlcbutton.png') no-repeat top;
      width: 24px;
      height: 24px;
      color: white;
}

#FLVbackground {
	width: 320px;
	height: 30px;
	background-image: url('Images/flvplayer.png');
	background-repeat: no-repeat;
}
#WMPbackground {
	width: 320px;
	height: 30px;
	background-image: url('Images/wmpplayer.png');
	background-repeat: no-repeat;
}
#VLCbackground {
	width: 320px;
	height: 45px;
	background-image: url('Images/vlcplayer.png');
	background-repeat: no-repeat;
}

#FLVwaitdisplay {
	width: 320px;
	height: 250px;
	background-image: url('Images/flvwaitdisplay.png');
	background-repeat: no-repeat;
}
#FLVhsdisplay {
	width: 320px;
	height: 250px;
	background-image: url('Images/flvhsdisplay.png');
	background-repeat: no-repeat;
}
#FLValertmessage {
	text-align:center;
      color: black;
	padding-top: 4px;
}
#FLVfullscreen {
	width: 24px;
	height: 24px;
	margin-top: 4px;
	margin-left: 293px;
	background-image: url('Images/flvfullscreen.png');
	background-repeat: no-repeat;
}

#VLCplay {
	width: 24px;
	height: 24px;
	margin-top: 18px;
	margin-left: 6px;
	background-image: url('Images/vlcplay.png');
	background-repeat: no-repeat;
}
#VLCstop {
	width: 24px;
	height: 24px;
	margin-top: 18px;
	margin-left: 4px;
	background-image: url('Images/vlcstop.png');
	background-repeat: no-repeat;
}
#VLCvoldown {
	width: 24px;
	height: 24px;
	margin-top: 18px;
	margin-left: 67px;
	background-image: url('Images/vlcvoldown.png');
	background-repeat: no-repeat;*/
	color: black;
}
#VLCmute {
	width: 24px;
	height: 24px;
	margin-top: 18px;
	margin-left: 2px;
	background-image: url('Images/vlcmute.png');
	background-repeat: no-repeat;
}
#VLCvolup {
	width: 24px;
	height: 24px;
	margin-top: 18px;
	margin-left: 2px;
	background-image: url('Images/vlcvolup.png');
	background-repeat: no-repeat;*/
	color: black;
}
#VLCfullscreen {
	width: 24px;
	height: 24px;
	margin-top: 18px;
	margin-left: 67px;
	background-image: url('Images/vlcfullscreen.png');
	background-repeat: no-repeat;
}