/**
 * CSS
 * @author Darío Ruellan
 * @copyright ecimTech 2009 / www.ecimtech.com
 */

#program .searchbox {
	padding: 4px 0 4px 7px;
	margin-bottom: 8px;
	margin-top: 18px;
}
#program .searchbox label {
	width: 15px;
	margin-right: 8px;
	background-image: url(../images/icn_search.png);
	background-repeat: no-repeat;
}
#program .searchbox input {
	width: 200px;
	border: #929183 1px solid;
	font-size: 0.9em;
	color: #929183;
	padding: 4px 6px 4px 6px;
}

#program .letters a {
	text-align: center;
	padding: 4px 6px 4px 6px;
	border-left: 3px solid white;
	color: #929183;
	font-weight:bold;
}
	#program .letters a:hover {
		background-color: #FADC00;
		color: black;
		text-decoration: none;
	}

/* List */

#textarea #program h3 {
	display: block;
	font-size: 1.1em;
	text-transform: uppercase;
	background: #FADC00 url(../images/icn_curl_blue.gif) no-repeat top right;
	padding: 10px 14px 6px 6px;
	border-bottom: 2px solid #929183;
	margin: 14px 0 0 0;
}
#program h3 a {
	float: right;
	font-size: 0.7em;
	font-weight: normal;
	margin-top: 2px;
}

/* Row */
#program div.row {
	position: relative;
	padding: 4px 8px 4px 8px;
}
#program div.row.odd {
	/*background-color: #DFDFDA;*/
	background-color: #EFEFEF;
}
#program h4 {
	margin: 4px 0;
}
#program a.space {
	font-weight: normal;
	font-size: 0.9em;
	color: #929183;
}
#program a.space:hover {
	color: #EA241F;
}

#program .date {
	background-color: #0a648f;
	float: right;
	text-align: center;
	padding: 3px 0 3px 0;
	margin-top: 2px;
	margin-left: 2px;
	color: white;
	width: 70px;
	font-size: 0.9em;
}
#program .date.hour {
	width: 70px;
	margin-left: 8px;
}
#program .links {
	margin-right: 20px;
}
#program .links a,
#program .links .blank {
	float: right;
	width: 18px;
	height: 18px;
	margin-right: 2px;
	margin-top: 2px;
}
#program .links .player {
	float: right;
	margin: 2px 2px 0 0;
}
#program .links a.film {
	background: url(../images/icn_round_film.gif) no-repeat 0 0;
}
#program .links a.img {
	background: url(../images/icn_round_gallery.gif) no-repeat 0 0;
}

#program h3.permanent {
	background-color: #FADC00 !important;
}
#program div.row.permanent {
	background-color: #FFF29F !important;
}

/* Tipsy */

.tipsy .thumb {
	display: block;
	position: relative;
	width: 100px;
	height: 65px;
	background: white url(../images/icn_loading.gif) no-repeat center;
	overflow: hidden;
}

