/**
 * CSS
 * @author Darío Ruellan
 * @copyright ecimTech 2009 / www.ecimtech.com
 */

#program .searchbox {
	padding: 4px 0 4px 7px;
	margin-bottom: 6px;
}
#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: #8E8392 1px solid;
	font-size: 0.9em;
	color: #54475D;
	padding: 4px 6px 4px 6px;
}

#program .letters a {
	text-align: center;
	padding: 4px 6px 4px 12px;
	border-left: 4px solid white;
	color: #8E8392;
	font-weight:bold;
	background: url(../images/icn_more.gif) no-repeat 4px 9px;
}
	#program .letters a:hover {
		background-color: #69498E;
		color: white;
		text-decoration: none;
	}

/* List */

#program div.row {
	margin-bottom: 8px;
}
#program div.row h4 {
	font-weight: bold;
	text-transform: uppercase;
	width: 100%;
	margin: 0;
	border-left: 8px solid #69498E;
	background-color: #DEDADF;
	color: #69498E;
	margin-bottom: 8px;
}
#program div.row h4 span {
	display: block;
	padding: 6px;
}
#program div.row .photo {
	width: 110px;
	background-color: #DEDADF;
	border: 4px solid #DEDADF;
	float: left;
	margin-right: 14px;
	margin-left: 8px;
}
#program div.row .bio {
	float: left;
}
#program div.row .bio p {
	margin-bottom: 3px;
	width: 490px;
	font-size: 0.9em;
}

