/**
 * 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: black;
		color: white;
		text-decoration: none;
	}

/* Descripcion global */

#textarea .description {
	margin-top: -24px;
	background-color: #EDEDED;
}
#textarea .description p {
	padding: 18px;
	color: #3C3D3E;
}
#textarea #tabsys .description {
	margin-top: 0;
}

/* program list */

#textarea #program h3 {
	display: block;
	text-transform: uppercase;
	background: #21B24C;
	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: 68px;
}
#program .odd {
	background-color: #EFEFEF;
}

#program h4 {
	margin: 5px 0 3px 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: #3C3D3E;
}
#program .date.reprogrammed {
	background-color: #21B24C;
}
#program .date span {
	display: block;
	color: white;
	padding: 3px 0 3px 0;
	font-size: 0.9em;
}

/* Infoblock */
#program .infoblock {
	width: 450px;
	padding: 0;
	margin: 0 0 0 95px;
}

#program a.place,
#program a.activity,
#program a.moreinfo {
	font-weight: normal;
	font-size: 0.9em;
	color: #21B24C;
	padding: 0 10px 0 0;
}
	#program a.place:hover,
	#program a.activity:hover,
	#program a.moreinfo {
		color: black;
	}
#program .artists a {
	font-weight: bold;
	font-size: 0.9em;
	color: #21B24C;
	padding: 0 10px 0 0;
}
	#program .artists a:hover {
		color: black;
	}
#program 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;
}

/* Tickets */
#program .ticket {
	position: absolute;
	width: 82px;
	height: 30px;
	left: 8px;
	top: 29px;
	padding-top: 4px;
	font-size: 0.9em;
	text-align: center;
	font-weight: bold;
	border: 2px solid #21B24C;
	background-color: #21B24C;
	line-height: 120%;
	color: white;
}
#program .ticket:hover {
	background-color: black;
	color: white !important;
}
#program .ticket.soldout {
	border-color: gray;
	background-color: transparent;
	color: gray;
}
#program .ticket span {
	display: block;
	font-size: 1.1em;
}


/* 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: 100px;
	background: black url(../images/icn_loading.gif) no-repeat center;
	overflow: hidden;
}