/**
 * CSS
 * @author Darío Ruellan
 * @copyright ecimTech 2009 / www.ecimtech.com
 */

/* SerachBox */
#program .searchbox {
	padding: 4px 0 4px 7px;
	margin-bottom: 6px;
	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: #929397 1px solid;
	font-size: 0.9em;
	color: #929397;
	padding: 4px 6px 4px 6px;
}

#program .letters a {
	text-align: center;
	padding: 4px 6px 4px 6px;
	border-left: 4px solid white;
	color: #929397;
	font-weight:bold;
}
	#program .letters a:hover {
		background-color: #3C3D3E;
		color: white;
		text-decoration: none;
	}

/* Descripcion global */

#textarea .description {
	background-color: #929397;
	margin-top: -28px; 
}
#textarea .description h3 {
	padding: 8px 12px 8px 12px;
	border-bottom: 2px solid white;
	color: #1d191d;
}
#textarea .description p {
	padding: 8px;
	color: white;
}

/* descripcion "inlist" */

#program .description {
	margin: 0;
	background-color: #EFEFEF;
}
#program .description p {
	color: #666666;
	padding: 8px;
}

/* program list */

#textarea #program h3 {
	display: block;
	font-size: 1.1em;
	text-transform: uppercase;
	background: #DD0A71;
	padding: 10px 14px 6px 8px;
	border-color: white;
	margin: 14px 0 0 0;
	color: white;
}
#program h3 a {
	float: right;
	font-size: 0.7em;
	font-weight: normal;
	margin-top: 2px;
	color: white;
}

/* Row */
#program .row {
	position: relative;
	padding: 4px 8px 4px 8px;
	background: white;
	min-height: 40px;
}
#program .row.odd {
	background-color: #EFEFEF;
}

#program h4 {
	margin: 5px 0 0 0;
	text-transform: uppercase;
}
#program h5 {
	margin: 5px 0 0 0;
	text-transform: uppercase;
}

/* Date */
#program .date {
	position: absolute;
	top: 7px;
	left: 8px;
	text-align: center;
	width: 85px;
	background-color: #DD0A71;
}
#program .date span {
	display: block;
	color: white;
	padding: 3px 0 3px 0;
	font-size: 0.9em;
}
#program a.moreinfo {
	position: absolute;
	left: 39px;
	top:29px;
	font-size: 0.9em;
}

/* Infoblock */
#program .infoblock {
	width: 460px;
	padding: 0;
	margin: 0 0 0 95px;
}

#program a.place,
#program a.activity {
	font-weight: normal;
	font-size: 0.9em;
	color: #666666;
	background: url(../images/icn_more.gif) no-repeat 0 4px;
	padding-left: 8px;
	padding-right: 10px;
}
	#program a.place:hover,
	#program a.activity:hover {
		color: #E51C24;
		background: url(../images/icn_more@.gif) no-repeat 0 4px;
	}
#program .artists {
	margin-bottom: 4px;
}
#program .artists a {
	font-weight: bold;
	font-size: 0.9em;
	color: #666666;
	padding-right: 10px;
}
	#program .artists a:hover {
		color: #E51C24;
	}
#program .artists a img {
	vertical-align: top;
}

/* Links */
#program .links {
	position: absolute;
	right: 8px;
	top: 8px;
	width: 120px;
}
#program .links a {
	float: right;
	width: 18px;
	height: 18px;
	margin: 0 0 0 2px;
}
#program .links .player {
	float: right;
	margin: 0 0 0 2px;
}
#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 .links a.ticket {
	width: 62px;
	height: 31px;
	padding-top: 1px;
	font-size: 0.8em;
	color: white;
	text-align: center;
	font-weight: bold;
	background: url(../images/btn_ticket_background.gif) no-repeat;
}
#program .links a.ticket span {
	display: block;
	font-size: 1.1em;
}
#program a.moreinfo span {
	display: block;
	text-align: right;
	font-weight: bold;
	padding: 2px 14px 0 0;
	font-size: 0.9em;
}

/* moreinfo */
#program p.moreinfo {
	display: none;
	font-size: 0.9em;
	padding: 6px 10px 0 0;
}

/* Tipsy */
.tipsy-inner { white-space: nowrap; }
.tipsy .thumb {
	display: block;
	position: relative;
	width: 100px;
	height: 80px;
	background: #838E92 url(../images/icn_loading.gif) no-repeat center;
	overflow: hidden;
}