/**
 * 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 {
	margin-top: -8px;
}
#textarea .description h3 {
	padding: 8px 12px 8px 12px;
	border-bottom: 2px solid white;
	color: #1d191d;
}
#textarea .description p {
	padding: 0 18px 18px 18px;
	color: #3C3D3E;
}

/* program list */

#textarea #program h3 {
	display: block;
	text-transform: uppercase;
	background: #666666;
	padding: 10px 14px 6px 8px;
	border-color: white;
	margin: 14px 0 0 0;
	color: white;
}
#program h3 a {
	float: right;
	font-size: 0.6em;
	font-weight: bold;
	font-family:  Arial, Helvetica, sans-serif;
	margin-top: 2px;
	color: white;
}

/* Row */
#program .row {
	position: relative;
	padding: 4px 8px 4px 8px;
	background: white;
	min-height: 40px;
}
#program .odd {
	background-color: #EFEFEF;
}

#program h4 {
	margin: 5px 0 0 0;
	text-transform: uppercase;
	color: #272324;
}
#program h5 {
	margin: 5px 0 0 0;
	text-transform: uppercase;
	color: #272324;
}

/* Date */
#program .date {
	position: absolute;
	top: 7px;
	left: 8px;
	text-align: center;
	width: 85px;
	background-color: #666666;
}
#program .date.reprogrammed {
	background-color: #EF5531;
}
#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: 450px;
	padding: 0;
	margin: 0 0 0 95px;
}

#program a.place,
#program a.activity {
	font-weight: normal;
	font-size: 0.9em;
	color: #272324;
	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: #272324;
	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 .ticket {
	float: right;
	width: 62px;
	height: 31px;
	padding-top: 2px;
	font-size: 0.8em;
	color: white;
	text-align: center;
	font-weight: bold;
	background: url(../images/btn_ticket_background.gif) no-repeat;
}
#program .links .ticket.soldout {
	background: url(../images/btn_ticket_background_soldout.gif) no-repeat;
}
#program .links .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;
}

/* backgrounds */

/* celeste */
#textarea .row.a43,
#textarea .row.a30 {
	background-color: #EFFAFF;
}
	#textarea .row.odd.a43,
	#textarea .row.odd.a30 {
		background-color: #DFF5FF;
	}
/* naranja */
#textarea .row.atalleres,
#textarea .row.a41,
#textarea .row.a33,
#textarea .row.a38 {
	background-color: #FFEDDF;
}
	#textarea .row.odd.atalleres,
	#textarea .row.odd.a41,
	#textarea .row.odd.a33,
	#textarea .row.odd.a38 {
		background-color: #FFE4CF;
	}
/* rojo */
#textarea .row.a34,
#textarea .row.a32{
	background-color: #FFEFEF; 
}
	#textarea .row.odd.a34,
	#textarea .row.odd.a32{
		background-color: #FFE0DF; 
	}
/* Verde */
#textarea .row.a29 {
	background-color: #F9FFEF; 
}
	#textarea .row.odd.a29 {
		background-color: #E4EFD1; 
	}
/* Lila */
#textarea .row.a42,
#textarea .row.a40 {
	background-color: #ECE0EF; 
}
	#textarea .row.odd.a42,
	#textarea .row.odd.a40 {
		background-color: #FCEFFF; 
	}

/* Tipsy */
.tipsy-inner { white-space: nowrap; }
.tipsy .thumb {
	display: block;
	position: relative;
	width: 100px;
	height: 70px;
	background: #EF5531 url(../images/icn_loading.gif) no-repeat center;
	overflow: hidden;
}