#agenda-ao-vivo table {
	border-collapse:collapse;
	border-spacing:0;
	width:100%;
}
#agenda-ao-vivo td {
	background-color:#ECEAE7;
	border-top:1px solid #FFFFFF;
	padding:0 15px;
	height:33px;
	line-height:12px;
}
#agenda-ao-vivo th {
	background-color:#978e81;
	color:#fff;
	font-weight:bold;
	border-top:1px solid #FFFFFF;
	padding:0 15px;
	height:33px;
	line-height:12px;
	cursor:pointer;
}
#agenda-ao-vivo th.table-sorted-desc {
	background:#47423a url(sort_seta.gif) no-repeat 3px 15px;
}
#agenda-ao-vivo th.table-sorted-asc {
	background:#47423a url(sort_seta.gif) no-repeat 3px -40px;
}
#agenda-ao-vivo .video {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(https://s1.trrsf.com.br/atm/3/core/_img/ico-general.png) no-repeat scroll 0 0;
	background-position:0 -41px;
	display:block;
	float:left;
	height:14px;
	margin:-3px 0 0;
	overflow:hidden;
	padding-right:5px;
	text-indent:-9999px;
	vertical-align:bottom;
}
#agenda-ao-vivo .texto {
	font-weight:bold;
}
