/* for main find a consultant page */

div.midCol table.search  {
width: 340px;
}

div.midCol table.search td.leftCol {
width:100px;
text-align:right;
font: normal 13px "Gill Sans", GillSans, "Gill Sans MT", Arial, Helvetica, sans-serif;
height: 35px;

}

div.midCol table.search td.midCol {
width:240px;
text-align:left;
}

div.midCol table.search td {
border-bottom: 1px dotted #B2B2B2;
}





/* for search results pages */
div.midCol table.results {

width: 97%;
}

div.midCol table.results th {

font: normal 14px "Gill Sans", GillSans, "Gill Sans MT", Arial, Helvetica, sans-serif;
color: #ffffff;
background-color:#608075;
text-align: center;
border-right: #ffffff 1px solid;
padding: 6px;
margin: 6px;
}
div.midCol table.results th.last {

border:none;
}



div.midCol table.results td {

color: #333333;
padding: 6px;
margin: 6px;
border-bottom: 1px solid #B2B2B2;
border-left: 1px solid #B2B2B2;

}

div.midCol table.results td.last {

border-right: 1px solid #B2B2B2;

}
div.midCol table.results td.second {

border-left: none;

}



div.midCol table.results td.name {

font-weight: bold;

}

div.midCol table.results td.lastRow {

font: 11px;
color: #666666;
border:none;
height: 35px;

}

div#legend {
float: left;
width: 210px;
padding: 0px;
margin-right: 10px;
margin-bottom: 20px;
border: 1px solid #B2B2B2;

}

div#legend div {
	width: 45px;
	height: 55px;
	float: left;
	padding: 2px;
font: 11px;
color: #666666;
text-align:center;
}

div#legend h3 {
font: normal 14px "Gill Sans", GillSans, "Gill Sans MT", Arial, Helvetica, sans-serif;
background-color:#ffffff;
color: #333333;
text-align:center;
padding-top: 2px;
margin-top: 2px;
}



