


div#EpisodeTitle {
	border: 0px solid yellow;
	background-color: #000000; /*#f89821;*/
	background-image:url(images/titleBG.png);
	font-size: 20px;
	padding: 10px 0 10px 0;
	text-align:center;
	position: relative;
	overflow: hidden;
	white-space:nowrap;
	text-overflow: ellipsis;
	
	
}

div#ScreenNav {
	background-color:#333333;
	padding: 0px 10px 0px 10px;
	text-align:left;
	position: relative;
	 /*height: 25px;auto; 20px;*/
}
div#ScreenNav select {
	width: 165px;
	overflow:hidden;
	height: 24px;
}


div#ScreenNav div#back {
	color: #CCCCCC;
	bottom: 0;
	
	float:left;
	left: 15px;
	
}
div#ScreenNav input[type=submit] {


	}
div#ScreenNav input[type=text], div#ScreenNav select {

	width: 120px;
	height: 24px;
	}
div#ScreenNav  input {
	margin-right: 10px;
	
}

div#ScreenNav  a {
	padding: 3px;
}

div#ScreenNav a#btnsearch {
	background-color:#999999;
	font-size: 12px;
	margin-left: 3px;
	margin-right: 5px;
	padding-right: 10px;
	background-image: url(images/next.png);
	background-position: center right;
	background-repeat:no-repeat;
	font-weight: bold;
}



div#ScreenNav div#aired {
	color: #CCCCCC;
	bottom: 0;
	right: 0;
	padding-right: 20px;
	float:left;
}
	
div#ScreenNav a#btnback {
	background-color:#999999;
	font-size: 12px;
	margin-right: 3px;
	padding-left: 10px;
	background-image: url(images/prev.gif);
	background-position: center left;
	background-repeat:no-repeat;
	font-weight: bold;
}

div#ScreenNav a:link, div#ScreenNav  a:visited, div#ScreenNav  a:active, div#ScreenNav  a:hover {
	text-decoration:none;
	color:#000000;
}


#ScreenNav label {
width: 80px;
display:inline-block;
}

div.contdiv {
	width: 48%;
	float: left;
	overflow:hidden;
	height: 118px;


}

.vid_link {
	background-position:center;
	background-repeat:no-repeat;
	height: 110px;
	border-color:#FFFF00;
	margin-top: 15px;
	width: auto;

}


div.vid_time {
	color: #FFFFFF;
	font-weight:bold;
	/*background-color:#000000; */
	text-decoration: none;
	z-index: 999;
	padding-bottom: 15px;
}

img.vid_img {
	border: 0 none;
	z-index: 0;
	/*margin-top: -50px;*/
}

img.vid_wait{
	border: 0 none;
	z-index: 0;
	top: 5px;
	margin-bottom: 50px;
}

img.play_img {
	border: 0 none;
	z-index: 999;
}

div.img_play_cont {
	margin-top: -55px;
	text-align: center;
	z-index: 999;
	/*background-image: url(images/play2.png);
	background-position: center;
	height: 23px;*/
}

div.vid_title {
	color: #CCC;
	margin-top: 19px;
	text-decoration: none;
	font-family: Verdana;
	z-index: 999;
	font-size: 10px;
	line-height: 11px;
	height: 38px;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	margin-left: auto;
	margin-right: auto;
	max-width: 120px;
	text-align: left;
	

}


a.vid_link:visited, a.vid_link:link {
	text-decoration: none;
}

a.vid_link:hover, a.vid_link:active {
	text-decoration: none;
	color:#FF9900;
}


div#ytplayer_div2 {
	color:#FFFFFF;
	font-size:12px;
	background-color: #000000;

	/*overflow-y: scroll;
	overflow:-moz-scrollbars-vertical;
	height: 330px;*/
	padding-top: 10px;
}




