/**
 * CSS
 * @author Darío Ruellan
 * @copyright ecimTech 2009 / www.ecimtech.com
 */

/* SerachBox */
.eventlist .searchbox {
	padding: 4px 0 4px 7px;
	margin-bottom: 5px;
}
.eventlist .searchbox label {
	width: 15px;
	margin-right: 8px;
	background-image: url(../images/icn_search.png);
	background-repeat: no-repeat;
}
.eventlist .searchbox input {
	width: 200px;
	border: #929397 1px solid;
	font-size: 0.9em;
	color: #929397;
	padding: 4px 6px 4px 6px;
}

.eventlist .labels {
	margin-bottom: 12px;
	margin-left: 30px;
}
.eventlist .labels a {
	text-align: center;
	padding: 4px 6px 4px 16px;
	background: #EDEDED url(../images/icn_down.gif) no-repeat 3px 5px;
	font-weight:bold;
	font-size: 1.1em;
	white-space: nowrap;
}

/* 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 .eventlist h3 {
	display: block;
	border-bottom: 3px solid #D43031;
	padding: 0 0 4px 0;
	margin: 14px 0 0 0;
	color: #485259;
	font-weight: bold;
}
.eventlist h3 a {
	float: right;
	font-size: 0.6em;
	font-weight: bold;
	font-family:  Arial, Helvetica, sans-serif;
	margin-top: 2px;
	color: #20BFD5;
}

/* Row */
.eventlist .row {
	position: relative;
	padding: 5px 0 5px 0;
	background: white;
	overflow: hidden;
	white-space: nowrap;
}
.eventlist .odd {
	background-color: #EFEFEF;
}
.eventlist .row:hover {
	background-color: #B3E8EF;
}

.eventlist h4 {
	display: inline;
	margin: 5px 0 3px 0;
	text-transform: none;
}
.eventlist h4 a {
	color: #485259;
}
.eventlist h5 {
	margin: 5px 0 0 0;
	text-transform: uppercase;
}

/* Tickets */
.eventlist .ticket {
	position: absolute;
	left: 0;
	bottom: 0;
}

/* Date */
.eventlist .date {
	position: absolute;
	top: 6px;
	left: 16px;
	width: 50px;
	text-align: center;
	background-color: #838E92;
}
.eventlist .date.reprogrammed {
	background-color: #D43031;
}
.eventlist .date.large {
	width: 100px;
}
.eventlist .date.dimmed {
	color: gray !important;
}
.eventlist .date span {
	display: block;
	color: white;
	padding: 2px 0 2px 0;
	font-size: 0.9em;
}

/* Infoblock */
.eventlist .country {

}
.eventlist .infoblock {
	width: 550px;
	padding: 2px 0 2px 72px;
	margin: 0;
}
.eventlist .infoblock.large {
	width: 500px;
	padding: 2px 0 2px 122px;
	margin: 0;
}
.eventlist .data a {
	font-weight: normal;
	font-size: 0.9em;
	color: #838E92;
}
	.eventlist .data a:hover {
		color: black;
	}

.eventlist img {
	vertical-align: top;
}

/* Hover */

.eventlist .hover {
	display: none;
	position: absolute;
	top: 6px;
	right: 0;
}
	.eventlist .row:hover .hover {
		display: block;
	}

/* Links */

.eventlist .hover a {
	float: right;
	text-align: center;
	padding: 2px 8px 2px 8px;
	margin-right: 2px;
	background: #20BFD5;
	color: white;
}
	.eventlist .hover a:hover {
		color: white !important;
	}
.eventlist .hover .img {
	width: 6px;
	height: 14px;
	background: #20BFD5 url(../images/icn_gallery.gif) no-repeat center;
}
.eventlist .hover .film {
	width: 6px;
	height: 14px;
	background: #20BFD5 url(../images/icn_film.gif) no-repeat center;
}
.eventlist .hover .country {
	float: right;
	border: 1px solid black;
	margin: 2px 2px 0 0;
}
.eventlist .country.c1 {
	margin-right: 8px;
}

/* moreinfo */
.eventlist 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: 70px;
	background: black url(../images/icn_loading.gif) no-repeat center;
	overflow: hidden;
}

/* Personalizaciones */


