body{
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#tl_frame{
	margin: 0px 3px 0px 3px;
	padding: 0px;
}
#tl_timeline{
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-size: 11px;
	color: #000000;
}
#tl_timeline .tl_topdate{
	font-size: x-small;
	font-weight: bold;
	margin: 8px 0px 3px 0px;
	padding-top: 5px;
}
#tl_timeline .tl_date{
	font-size: x-small;
	font-weight: bold;
	border-top: 1px solid #e9edf7;
	margin: 8px 0px 3px 0px;
	padding-top: 5px;
}
#tl_timeline .tl_episode{
	padding: 2px 0px 2px 10px;
	cursor: pointer;
}
#tl_timeline .tl_producer{
	float: right;
	font-weight: bold;
	font-variant: small-caps;
	margin-right:10px;
}
#tl_timeline .tl_epname{
	color: #666666;
}
#tl_timeline .tl_comment{
	text-align: right;
	padding: 3px;
	font-size: 12px;
}
#tl_options{
	clear: both;
	margin: 5px;
	padding: 0px;
	list-style: none;
}
#tl_options li{
	float: left;
	width: 50%;
}
#tl_shows{
	cursor: pointer;
}
#tl_options .tl_buttons{
	text-align: right;
}
#tl_msg{
	float: left;
	color: #cc0000;
	margin-left: 6px;
	font-size: 12px;
}
#tl_prev, #tl_refresh, #tl_next{
	margin: 0px 5px 0px 5px;
	background: center no-repeat;
	width: 21px;
	height: 14px;
}
#tl_prev{
	background-image: url(http://www.flyeon.com/img/web/prev.jpg);
}
#tl_refresh{
	background-image: url(http://www.flyeon.com/img/web/refresh.jpg);
}
#tl_next{
	background-image: url(http://www.flyeon.com/img/web/next.jpg);
}
#tl_dark{
	position: absolute;
	background-color: #000000;
	opacity: 0;
	-moz-opacity: 0;
}
#tl_showpannel{
	background-color: #ffffff;
	border: 1px solid #cccccc;
	width: 100px;
	position: absolute;
	display: none;
	padding: 3px;
	font-size: 11px;
}
#tl_showpannel .tl_buttons{
	margin-top: 4px;
	text-align: right;
}
#tl_showpannel .tl_save{
	margin: 0px 5px 0px 5px;
	background: center no-repeat;
	width: 46px;
	height: 14px;
	background-image: url(http://www.flyeon.com/img/web/save.jpg);
}
#tl_showpannel .tl_cancel{
	margin: 0px 5px 0px 5px;
	background: center no-repeat;
	width: 46px;
	height: 14px;
	background-image: url(http://www.flyeon.com/img/web/cancel.jpg);
}
#tl_showlist{
	overflow: auto;
	padding: 0px;
	border-bottom: 1px solid #e9edf7;
}
#tl_showlist .tl_statusplaying{
	margin: 3px;
	font-size: 12px;
	font-weight: bold;
	clear: both;
}
#tl_showlist .tl_statuspaused{
	margin: 3px;
	font-size: 12px;
	font-weight: bold;
	clear: both;
	padding-top: 6px;
}
#tl_showlist .tl_statusplaying span{
	cursor: pointer;
}
#tl_showlist .tl_statuspaused span{
	cursor: pointer;
}
#tl_showlist .tl_statusstopped span{
	cursor: pointer;
}
#tl_showlist .tl_statusstopped{
	margin: 3px;
	font-size: 12px;
	font-weight: bold;
	clear: both;
	padding-top: 6px;
	color: #cccccc;
}
#tl_showlist ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#tl_showlist li{
	margin: 3px;
	padding: 0px;
	float: left;
	width: 43%
}
#tl_showlist .tl_showsstopped{
	color: #cccccc;
}
#flyeon_tlbar{
	margin: 0px;
	padding: 0px 0px 0px 0px;
}
.flyeon_title{
	margin: 0px;
	padding: 2px;
	font-size: 11px;
	text-align: center;
}
.flyeon_title a{
	color: #0000ff;
}