	@charset "utf-8";
/* CSS Document */



progress {
	line-height: 2px;
	display: block; /* default: inline-block */
	width: 100%;
	height: 1px;
	margin: 1em auto;
	padding: 1px;
	border: 0 none;
	color: #800;
	background: #EEE;
	border-radius: 2px;
	-webkit-appearance: none;
// 	box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
}
progress::-moz-progress-bar {
	background: #800;
	border-radius: 2px;
// 	box-shadow: inset 0 -2px 4px rgba(0,0,0,0.4), 0 2px 5px 0px rgba(0,0,0,0.3);
}
/* une méthode pour ne cibler que Chrome */
//@media screen and (-webkit-min-device-pixel-ratio:0) {
//   progress {
//      height: 25px; /* légèrement plus fin sur Chrome par défaut */
//   }
//}

/* on enlève le fond de cet élément supplémentaire */
progress::-webkit-progress-bar {
	background: transparent;
}
/* on applique les mêmes styles que sur ::-moz-progress-bar */
progress::-webkit-progress-value {  
	background: #800;
//  border-radius: 12px;
//  box-shadow: inset 0 -2px 4px rgba(0,0,0,0.4),0 2px 5px 0px rgba(0,0,0,0.3); 
} 










#headerLiveHolder, #headerLiveTrackHolder {
	overflow: hidden;
	position: relative;
	width: 100%;
/*	font-family: Arial, Helvetica, sans-serif;  */
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 15px;
	margin: 0;
	padding: 0;
	background-color: transparent;
}
@media only screen and (max-device-width: 800px) {
#headerLiveHolder, #headerLiveTrackHolder {
	font-size: 18px;
	line-height: 25px;
}
}
#headerLiveHolder *, #headerLiveTrackHolder * {
	margin: 0;
	padding: 0;
}
#headerLiveHolder ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#headerLiveHolder h4 {
	font-size: 10px;
	color: #68bd44;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 12px;
}
#headerLiveTrackHolder span#status-current-show {
	font-size: 25px;
	color: #0000b0;
	/*  text-transform: uppercase;
*/
	font-weight: normal;
	line-height: 25px;
}
@media only screen and (max-device-width: 800px) {
#headerLiveTrackHolder span#status-current-show {
	font-size: 40px;
	line-height: 50px;
}
}
#headerLiveHolder ul li, #headerLiveTrackHolder ul li {
	overflow: hidden;
	position: relative;
	height: 40px;
	padding-right: 70px;
	font-size: 25px;
	color: #999999;
	line-height: 35px;
}
#headerLiveHolder ul li.current, #headerLiveTrackHolder ul li.current {
	font-size: 35px;
	font-weight: bold;
	color: #000000;
}
#headerLiveHolder ul li span {
	position: absolute;
	right: 0px;
}
#headerLiveHolder ul li span#time-elapsed {
	right: 50px;
}
#headerLiveHolder ul li span#time-elapsed:before {
	content: "e.";
}
#headerLiveHolder ul li span#time-remaining:before {
	content: "r.";
}
#headerLiveTrackHolder span.current {
	font-weight: bold;
	color: #666666;
	position: absolute;
	right: 10px;
	font-size: 12px;
}
#headerLiveTrackHolder span#time-elapsed {
	right: 65px;
}
#headerLiveTrackHolder span#time-elapsed:before {
	content: "e.";
}
#headerLiveTrackHolder span#time-remaining:before {
	content: "r.";
}
#onAirToday {
	width: 800px;
	margin-bottom: 15px;
	border: 0px solid #999999;
	font-family: font-family: "Trebuchet MS", Helvetica, sans-serif;
}
#onAirToday h3 {
	margin: 0;
	padding: 5 5px;
	font-size: 30px;
	color: #ffffff;
	line-height: 36px;
	background: #999999;
}
#onAirToday table {
	border-collapse: collapse;
	clear: both;
	padding: 0;
}
#onAirToday table tbody {
	color: #000;
	font-size: 20px;
}
#onAirToday table tbody tr {
	height: 20px;
}
#onAirToday table tbody tr td {
	border-bottom: 0px dotted #d9d9d9;
	height: 30px;
	padding-left: 10px;
	font-weight: bold;
	text-align: left;
}
#onAirToday td.time {
	font-size: 16px;
	height: 16px;
}
#onAirToday table tbody tr td a {
	text-decoration: none;
}
#onAirToday table tbody tr td a:hover {
	text-decoration: underline;
}
#onAirToday table tbody tr:last-child td {
	border-bottom: none;
}
#onAirToday table tbody tr td.time {
	font-weight: normal;
	color: #666666;
	text-align: right;
}
@media only screen and (max-device-width: 800px) {
#onAirToday table tbody {
	font-size: 30px;
}
#onAirToday table tbody tr {
	height: 50px;
}
#onAirToday td.time {
	font-size: 30px;
	height: 30px;
}
}
/* = PROGRAM SCHEDULE ---------------- */
/*  + Center Column */
#scheduleTabs {
/*	font-family: Arial, Helvetica, sans-serif;*/
	font-family: font-family: "Trebuchet MS", Helvetica, sans-serif;
}
#scheduleTabs ul {
	overflow: hidden;
	height: 28px;
	background: url( widget-img/schedule-tabs-list-bgr.png) repeat-x left bottom;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#scheduleTabs ul li {
	float: left;
	height: 28px;
	margin: 0;
	padding: 0;
}
#scheduleTabs ul li a {
	display: block;
	float: left;
	height: 25px;
	padding: 0 10px;
	margin-top: 3px;
	font-size: 12px;
	font-weight: bold;
	color: #666;
	line-height: 25px;
	border-right: 1px solid #dbdbdb;
	border-left: 1px solid #f4f4f4;
	text-decoration: none;
}
#scheduleTabs ul li a:hover {
	color: #000;
	text-decoration: none;
}
#scheduleTabs ul li.ui-tabs-selected a {
	height: 27px;
	margin-top: 0px;
	line-height: 27px;
	color: #333333;
	background: #ffffff;
	border: 1px solid #cac9c9;
	border-bottom: none;
}
#scheduleTabs table {
	clear: both;
	padding: 0px;
	border-collapse: collapse;
	width: 100%;
}
#scheduleTabs table thead {
	height: 35px;
	font-size: 12px;
	color: #333333;
	line-height: 35px;
	background-color: #fff;
	background: -moz-linear-gradient(top, #ffffff 10%, #f4f4f4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #ffffff), color-stop(100%, #f4f4f4));
	border-bottom: 1px solid #d4d4d4;
}
#scheduleTabs table thead tr {
	height: 35px;
}
#scheduleTabs table thead tr td {
	padding-left: 20px;
	font-size: 21px;
	color: #999999;
	text-transform: none;
}
#scheduleTabs table tfoot {
}
#scheduleTabs table tbody {
	font-size: 20px;
	color: #666666;
	font-weight: normal;
}
#scheduleTabs table tbody tr {
	height: 30px;
}
#scheduleTabs table tbody tr td {
	height: 30px;
	padding-left: 10px;
	border-bottom: 1px dotted #b3b3b3;
}
#scheduleTabs table tbody tr td h4 {
	color: #333333;
	font-size: 20px;
	margin: 0;
	padding: 0;
}
#scheduleTabs table tbody tr td ul {
	background: none !important;
	list-style-type: none;
}
#scheduleTabs table tbody tr td ul li {
	float: left;
	height: 30px !important;
	padding: 0 2px;
	font-size: 12px;
	color: #cc0000;
	font-weight: normal;
	line-height: 30px !important;
}
#scheduleTabs table tbody tr td ul li a {
	height: 30px !important;
	margin: 0px !important;
	padding: 0px !important;
	font-size: 12px;
	color: #68BD44 !important;
	font-weight: normal !important;
	text-transform: uppercase;
	line-height: 30px !important;
	background: none !important;
	border: none !important;
}
#scheduleTabs table tbody tr td ul li a:hover {
	text-decoration: underline;
}
#scheduleTabs.ui-tabs .ui-tabs-hide {
	display: none;
}
