@import "../bvisitor.css";

#espeakers {
	font: 12px Verdana,sans-serif;
	font-style: plain;
	text-align:left;
	}

/*Anchor Tags*/
#espeakers a  {color: #AF2034;} /*CUSTOMIZE*/
#espeakers a:link  {color: #AF2034; text-decoration: none;}
#espeakers a:visited {color: #AF2034; text-decoration: none;}
#espeakers a:hover  {color: #AF2034; text-decoration: none;}
#espeakers a:active  {color: #AF2034; text-decoration: none;}

/*Forms*/
input.btn, a.btn:link, a.btn:visited, a.btn:active, button.btn {    /*This style is used on the "Show Profile" and "Search" buttons*/
	font: bold 11px Verdana, sans-serif;
	color: #FFFFFF;
	padding: 2px;
	border: 1px solid #333366;
	background: #AF2034;  /*CUSTOMIZE*/
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#AF2034;', EndColorStr='#AF2034;');  /*CUSTOMIZE*/
	}

#speaker h1 {
	color: #AF2034;
}

#espeakers .result-info h3 a
{
    text-decoration: underline;
}

