/************ BLUE style sheet ********************/

/****** Colored Links ******/
.color {
	color: #00A0E2;
}

h1, h2, h3, h4, h5 {
	color: #00A0E2;
}

form#select_category label{
	color: #00A0E2;
}
table#channel_list td.description h3{
	color: #00A0E2;
}

table#channel_list td.description h3 a{
	color: #00A0E2;
}

#channel_box .generic_box label {
	color: #00A0E2;
}

.fakeLink {	
	color:#00A0E2;
}

.show0Top {
    background:#75b0da; 
}

.show0Bot {
    background:#c0dcf1; 
}

.show1Top {
    background:#8ebad5;
}

.show1Bot {
    background:#eaeaea;
}

.light_colored {
	background: #DDDDF0;
}



/****** Channel Name Box ******/
#channel_box_header {
	background: url(channel_bar_top.gif) no-repeat;
}

#share_header {
	background: url(channel_bar_top.gif) no-repeat;
}

#channel_box_footer {
	background: url(channel_bar_bottom.gif) no-repeat;}

/****** Colored Buttons ******/

a.custom_btn span.mid {
	background: url(btn_mid.gif) repeat-x;
}

a.custom_btn span.left {
	background: url(btn_left.gif) no-repeat;
}

a.custom_btn span.right {
	background: url(btn_right.gif) no-repeat;
}

/****** Player CSS Graphics ******/
#ctrlStatus {
	background:url(status.jpg);
}

#volumeBar {
	background:url(volume-bar.jpg) 0px -10px no-repeat;
}

#volumethumb {
	background:url(audio-on.jpg) no-repeat; 
}

#share{
	background-image:url(share.jpg);
}


#bottomLeftStatus {
	background:url(status-bl.jpg) no-repeat;
}

#goLiveBtn {
	/*
	background:url(go-live.jpg);
	*/
}

#topBack {
	background-image:url(jump-back-small.jpg);
}

#topRewind {
	background-image:url(rewind-small.jpg);
}

#topPause {
	background-image:url(pause-small.jpg);
}

#topPlay {
	background-image:url(play-small.jpg);
}

#topFastforward {
	background-image:url(fast-forward-small.jpg);
}

#topForward {
	background-image:url(jump-ahead-small.jpg);
}

#back{ 
	background-image:url(jump-back-large.jpg);
}

#rewind {
	background-image:url(rewind-large.jpg);
}

#pause {
	background-image:url(pause-large.jpg);
}

#play {
	background-image:url(play-large.jpg);
}

#fastforward {
	background-image:url(fast-forward-large.jpg);
}

#forward {
	background-image:url(jump-ahead-large.jpg);
}

#vidSizeLg {
	background: url(video-size-lg.jpg) no-repeat;
}

#vidSizeLgHot {
	background: url(video-size-lg-hot.jpg) no-repeat;
}

#vidSizeSm{
	background: url(video-size-sm.jpg) no-repeat;
}

#vidSizeSmHot {
	background: url(video-size-sm-hot.jpg) no-repeat;
}

#videoSizeText{
	background:url(video-size-text.jpg) no-repeat;
}

#topMute{
	background: url(audio-on.jpg) center no-repeat;
}

#topUnmute{
	background: url(audio-off.jpg) center no-repeat;
}