@import "../bvisitor.css";

#espeakers, #espeakers td
{
	font: 10px Verdana,sans-serif;
}

#espeakers .searchlabels
{
    font-weight: bold;
}


/*Anchor Tags*/
#espeakers a:link  {color: #309;} /*CUSTOMIZE*/
#espeakers a:visited  {color: #309;} /*CUSTOMIZE*/
#espeakers a:hover  {color: #309;} /*CUSTOMIZE*/
#espeakers a:active  {color: #309;} /*CUSTOMIZE*/
#espeakers a.page:link {color: #336; text-decoration: none;}
#espeakers a.page:visited  {color: #666; text-decoration: none;}
#espeakers a.page:hover  {color: #336; text-decoration: none;}
#espeakers a.page:active  {color: #666; 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: #309;  /*CUSTOMIZE*/
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#6e5dd5;', EndColorStr='#330099;');  /*CUSTOMIZE*/
	}

