/**
 * CSS
 * @author Darío Ruellan
 * @copyright ecimTech 2009 / www.ecimtech.com
 */

#textarea h1 {
	margin-bottom: 0;
}

/* Tabs */
#textarea #tabsys {
	margin: 4px 0 18px 0;
}
#textarea #tabsys ul.tabs {
	display: block;
	margin: 0 0 8px 0;
	width: 100%;
	height: 40px;
	border-bottom: 3px solid #DE0C73;
/*	background: #838E92 url(../images/h1_decorator.gif) top;*/
}
#textarea #tabsys ul.tabs li {
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0;
	height: 30px;
	float: left;
	background: none;
}
#textarea #tabsys ul.tabs li.selected {
	background: #DE0C73 url(../images/icn_border_mag.gif) no-repeat top right;
	color: white;
}
#textarea #tabsys ul.tabs li.selected a {
	color: white;
}
#textarea #tabsys ul.tabs li a {
	display: block;
	color: #3C3D3E;
	margin: 8px 34px 5px 12px;
	font-weight: bold;
}
#textarea #tabsys ul.tabs li a:hover {
	text-decoration: none;
}


/* Searchbox */
#textarea .searchbox {
	padding: 0 0 4px 7px;
	text-align: right;
	margin-bottom: 6px;
}
#textarea .searchbox label {
	float: none;
	position: relative;
	padding-left: 15px;
	margin: 0;
	background-image: url(../images/icn_search.png);
	background-repeat: no-repeat;
}
#textarea .searchbox input {
	width: 120px;
	border: #838E92 1px solid;
	font-size: 0.9em;
	color: #3C3D3E;
	padding: 4px 6px 4px 6px;
}

/* List */
#textarea .listblock .letters a {
	text-align: center;
	padding: 4px 6px 4px 6px;
	border-left: 4px solid white;
	color: #838E92;
	font-weight:bold;
}
	#textarea .listblock .letters a:hover {
		background-color: #D63231;
		color: white;
	}
	
#textarea .listblock h3 {
	margin: 12px 0 12px 0;
	padding-left: 6px;
}
#textarea .listblock h3 .top {
	float: right;
	font-size: 0.8em;
	text-transform: none;
	margin-top: -5px;
}
#textarea .listblock div {
	padding-bottom: 3px;
}
#textarea .listblock div a {
	padding-left: 18px;
	margin-left: 6px;
}
#textarea .listblock div span.date {
	float: right;
	color:#838E92;
	font-size: 0.9em;
}

/* descripcion "inlist" */

.program .description {
	margin: 0;
	background-color: #EFEFEF;
}
.program .description p {
	color: #666666;
	padding: 8px;
}

/* Events Lists ***********************************************/

.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;
	}

/* 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 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;
}
.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: 65px;
	background: white url(../images/icn_loading.gif) no-repeat center;
	overflow: hidden;
}


/* Judges List ***********************************************/


#judgelist .row {
	clear: both;
}

#judgelist .picarea {
	float: left;
	height: 120px;
	width: 120px;
	margin-right: 15px;
	overflow: hidden;
	margin-bottom: 18px;
	
}
#judgelist .infoarea {
	float: left;
	width: 505px;
	margin-bottom: 18px;
}

/* Subplaces *******************************************/

#textarea .floater {
	width: 140px;
	display: inline;
	float: left;
	margin-right: 14px;
	margin-bottom: 16px;
	border: 3px solid #DE0C73;
}
#textarea .floater h3 {
	margin: 0;
	padding-right: 6px;
	margin: 10px;
	height: 40px;
	font-size: 0.9em;
	color: #3C3D3E;
}
#textarea .floater .photo {
	text-align: center;
	
}
#textarea .floater .photo img {
	border-top: 4px solid #DE0C73;
	border-bottom: 4px solid #DE0C73;
	left: 50%;
}

#textarea .floater .controls {
	font-size: 0.9em;
	margin: 10px;
}
