@import "../bvisitor.css";


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

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

#speaker h1 {
	color: #4273a7;
	font-size:24px;
}

/*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 #FEA238;
	background: #4273a7;;  /*CUSTOMIZE*/
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#4273a7;', EndColorStr='#4273a7;');  /*CUSTOMIZE*/
	}


/* custom for MAPS */
#espeakers {
	width:95%;
	padding-left:15px;
}
