@charset "utf-8";
/*//================================================================================================
// 各單元變色部分，文字連結or文字
//================================================================================================ */
.font_more_link{
	color: #00abe3;
}
.font_highlight{
	color: #00abe3;
}
.font_item_list a:hover{
	color:#00abe3;
}
.font_path a:hover{
	color: #00abe3;
}
.font_show_time{
	color: #00abe3;
}

/*//================================================================================================
// HD頻道頁播放框
//================================================================================================ */
.font_video_txt{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #FFFFFF;
	text-decoration: none;
}
.font_video_txt a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #FFFFFF;
	text-decoration: none;
}
.font_video_txt a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #FFFFFF;
	text-decoration: underline;
}
/*//================================================================================================
// 節目分類
//================================================================================================ */
.font_program_name{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #00abe3;
	padding:5px;
}
.font_program_name a{
	color: #00abe3;
	text-decoration: none;
}
.font_program_name a:hover{
	text-decoration: underline;
}

/*//================================================================================================
// 節目表
//================================================================================================ */
.font_program_title{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #333;
	line-height: 30px;
}
.font_program_content{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #888;
	line-height: 20px;
}