/**
 * CSS
 * @author Darío Ruellan
 * @copyright ecimTech 2009 / www.ecimtech.com
 */

#textarea .alfalist {
	height: 24px;
	float: left;
}
#textarea .alfalist a {
	text-align: center;
	padding: 4px 6px 4px 6px;
	border-left: 4px solid white;
	color: #838E92;
	font-weight: bold;
}
	#textarea .alfalist a:hover {
		background-color: #D63231;
		color: white;
	}

#textarea .searchbox {
	margin-top :8px;
	text-align: left;
	padding: 4px 0 4px 7px;
	margin-bottom: 5px;
}
#textarea .searchbox label {
	width: 15px;
	margin-right: 8px;
	background-image: url(../images/icn_search.png);
	background-repeat: no-repeat;
}
#textarea .searchbox input {
	width: 200px;
	border: #838E92 1px solid;
	font-size: 0.9em;
	color: #47545D;
	padding: 4px 6px 4px 6px;
}

#textarea table.judgelist {
	width: 100%;
	margin: 0;
}
#textarea table.judgelist h3 {
	margin: 15px 0 8px 0;
}
#textarea table.judgelist h3 a.top {
	float: right;
	font-weight: normal;
	font-size: 0.9em;
	text-transform: none;
	margin-top: -5px;
	font-weight: bold;
}
#textarea table.judgelist tr {
	border-bottom: 1px solid #DADEDF;
}
#textarea table.judgelist tr th {
	background: white;
}
#textarea table.judgelist td {
	font-size: 0.9em;
	padding: 6px 0 6px 0;
}
#textarea .judgelist td.more {
	width: 20px;
}
#textarea .judgelist td.country {
	width: 50px;
}
#textarea .judgelist td.name .name {
 	text-transform: uppercase;
}
#textarea .judgelist td.name .gallery {
 	padding: 1px 5px 1px 5px;
}
#textarea .judgelist td.name .judge {
	color: #838E92;
}
#textarea .judgelist td.name .country {
 	width: 100px;
}
#textarea .judgelist td.place {
	text-align: right;
	width: 150px;
}
#textarea .judgelist td.links {
	width: 40px;
	text-align: right;
}

/* Tipsy */

.tipsy .thumb {
	display: block;
	position: relative;
	width: 100px;
	height: 80px;
	background: white url(../images/icn_loading.gif) no-repeat center;
	overflow: hidden;
}
