/********************************************************/
/******************* Realtor Roster *********************/
/********************************************************/

.rosterIcons{
	width:24px;
	text-align:center;
	vertical-align:top;
}

.rosterPhone{
	width:150px;
	font-weight:bold;
	text-align:right;
}

.rosterListName{
	color:#036;
	text-decoration:none;
	font-weight:bold;
	vertical-align:middle;
	text-align:left;
}

.rosterListName a{
	color:#036;
	text-decoration:none;
	font-weight:bold;
	vertical-align:middle;
	text-align:left;
}

.rosterTable{
	width:450px;
}

.rosterTableEvenRow td, .rosterTableOddRow td, .rosterTableMouseRow td{
	padding:4px;
	border-bottom:1px #fff dashed;
}
.rosterTableEvenRow td, .rosterTableOddRow td{
	border-bottom:1px #036 dashed;
}
.rosterTableEvenRow, .rosterTableOddRow{
	cursor:auto;
	color:#036;
	text-align:center;
}

.rosterTableMouseRow{
	cursor:pointer;
	background-color:#036;
	color:#fff;
	text-align:center;
}

.rosterTableMouseRow td a{
	color:#fff;
}

.rosterSearchLabel, .rosterOfficeLabel{
	text-align:right;
	padding:2px;
	font-weight:bold;
	font-size:12px;
	color:#036;
}

.rosterSearchField, .rosterOfficeField{
	text-align:left;
	padding:2px;
}

/********************************************************/
/********************* Realtor Bio **********************/
/********************************************************/

.rosterPhoto{
	width:150px;
	padding-right:15px;
	padding-bottom:8px;
	vertical-align:top;
}

.rosterContactInfo{
	vertical-align:middle;
	text-align:left;
}

.rosterName{
	font-weight:bold;
	color:#036;
	font-size:14px;
}

.rosterTitle{
	font-style:italic;
}

.rosterContactTitle{
	font-weight:bold;
	font-size:12px;
	color:#036;
}

.rosterGeneralInfoTitle{
	font-weight:bold;
	font-size:12px;
	color:#036;
	padding-bottom:4px;
}