
/* GLOBAL SECTION */
body {
	background-color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#22246C;
	text-decoration: none;
}

a { 
	text-decoration: none;
	color: #7B847C;
	font-size : 10px;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}


/* Main table */

#main_table {
	background-color: #FFFFFF;
	width: webtv_widthpx;
	height: webtv_heightpx;
}

/* End Main table */

/* Media player display */
#webtv_normal_player {
	background-color: #000000;
	border: 0px solid #7A7A7A;
}

#webtv_control_normal_player {
	background-color: #FFFFFF;
}

#webtv_large_player {
	background-color: #000000;
	border: 0px solid #7A7A7A;
}

#webtv_control_large_player {
	background-color: #FFFFFF;
}
/* End Media player display */

/* Top  frame */
#top_frame {
	background-color: #FFFFFF;
	overflow:auto;
	width:480px;
	height:345px;
	border: 1px solid #7A7A7A;
}

#install_plugin {
	background-color: #FFFFFF;
	width:460px;
	height:325px;
	font-size: 10px;
}

#main_frame_title {
	background-color: #7A7A7A;
	font-size: 12px;
	color: #FFFFFF;
}

#webtv_large_player_position {
	position: relative;
	top:10px;
	left:10px;
}
/* End Top  frame */


/* Bottom  frame */
#bottom_frame {
	position: relative;
	background-color: #FFFFFF;
	border: 1px solid #7A7A7A;
	overflow:auto;
	width:480px;
	height:180px;
}

#bottom_frame_video_title {
	font-size: 12px;
	font-weight: bold;
	color: #22246C;
	display:inline;
	padding-left: 5px;
}

#bottom_frame_video_duration {
	font-size: 12px;
	font-weight: bold;
	color: #22246C;
	display:inline;
	padding-left: 5px;
}

#bottom_frame_video_description {
	font-size: 10px;
	color: #22246C;
	padding-left: 5px;
}

#video_player2 {

}


/* End Bottom  frame */

/* Right  frame */
#right_frame {
	position: relative;
	background-color: #FFFFFF;
	border: 1px solid #7A7A7A;
	overflow:auto;
	width:370px;
	height:536px;
	font-size: 10px;
	padding:0px;
}

#seek_form {
	background-color: #7A7A7A;
}

#seek_text {
	position: relative;
	top:7px;
	left:10px;
	width: 260px;
	height: 20px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

#seek_button {
	position: relative;
	top:7px;
	left:10px;
	cursor : pointer;
	cursor: hand;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #EEEEEE;
	border: 1px solid #000000;
	height: 20px;
	width: 80px;
	border-top: 2px solid #AAAAAA;
	border-left: 2px solid #AAAAAA;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
	display:inline;
}


#list_title {
	position: relative;
	top:10px;
	left: 10px;
	width: 220px;
	height: 20px;
	font-size: 12px;
	color: #22246C;
	font-weight: bold;
}

#channel_selection {
	position: relative;
	top:5px;
	left: 10px;
	width: 350px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #22246C;
	font-weight: bold;
	background-color: #FFFFFF;
}

#list_channel {
	position: relative;
	height: 20px;
	font-size: 12px;
	color: #22246C;
}

#list_frame1 {
	overflow:auto;
	position: relative;
	top:15px;
	left:10px;
	height:400px;
	width: 350px;
}

#list_frame2 {
	overflow:auto;
	position: relative;
	top:10px;
	right:0px;
}

#list_media_title {
	position: relative;
	top:5px;
	left:10px;
	font-size: 10px;
	color: #22246C;	
}

#list_media_description {
	position: relative;
	top:10px;	
	left:10px;
	font-size: 10px;
	color: #22246C;
	overflow:hidden;
	width:200px;
	height:38px;
}

#list_media_duration {
	position: relative;
	top:0px;
	left:10px;
	font-size: 10px;
	color: #22246C;	
}

#separator_bar {
	width:320px;
	height:1px;
	color: #7A7A7A;
	background-color: #7A7A7A;
	border: 0;
}

#current_nav_page {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #22246C;
	font-weight: bold;
}
/* End Right  frame */