/* Agent Detail */
.agentDetailHeaderBar {
	margin:0px 0px 15px 0px;
	height:20px;
}

.agentDetailHeaderBar th {
	/*background-color:#660000;*/
	color:#FFFFFF;
	/*color:#627C40;*/
	font-weight:bold;
	font-size:14px;
	padding:3px 10px 5px 10px;
}

.agentDetailHeaderBar .links {
	color:#627C40;
}

.agentDetailHeaderBar .goBack {
	float:right;
	width:80px;
	border-left:1px solid #FFFFFF;
	background-color:#D6DFCB;
}
.agentDetailHeaderBar .goBack div {padding:5px 6px 7px 6px;}

.agentDetailHeaderBar .newSearch {
	float:right;
	width:100px;
	border-left:1px solid #FFFFFF;
	background-color:#D6DFCB;
}
.agentDetailHeaderBar .newSearch div {padding:5px 6px 7px 6px;}

.agentDetailHeaderBar .links a {
	color:#627C40;
	text-decoration:none;
}

.agentDetailHeaderBar .links a:hover {
	color:#394725;
	text-decoration:none;
}

.agentDetailText {
	width:400px;
	float:right;
}

.agentDetailText .pad {padding-right:30px;}

.agentDetailText .agentName {
	color:#660000;
	font-weight:bold;
	font-size:16px;
	margin-bottom:4px;
}

.agentDetailText .agentCompany {
	color:#72885A;
	font-weight:bold;
	font-size:12px;
}

.agentDetailText .dottedLine {
	background:url(graphics/horz_line.gif) repeat-x;
	margin:8px 0px 0px 0px;
}

.agentDetailImages {
	width:325px;
	float:left;
	color:#660000;
	font-size:10px;
	line-height:12px;
}

.agentDetailImages .pad {
	padding-left:75px;
}

.agentDetailImages .agent {
	font-weight:bold;
	text-align:center;
}
.agentDetailImages .agent img {
	/* border:1px solid #62754D; */
	margin-bottom:6px;
}

.agentDetailImages .photoLeft {
	float:left;
	width:120px;
	margin-top:12px;
	text-align:center;

}
.agentDetailImages .photoLeft img {margin-bottom:4px; /* border:1px solid #62754D; */}
	

.agentDetailImages .photoRight {
	float:right;
	width:120px;
	margin-top:12px;
	text-align:center;

}
.agentDetailImages .photoRight img {margin-bottom:4px; /* border:1px solid #62754D; */}



.agentDetailImages .viewMyListings {
	clear:both;
	text-align:center;
}
.agentDetailImages .viewMyListings img {margin-top:20px;}



.agentContactCard {
	margin:25px 0px 25px 0px;
	background:#E6EBDF url(graphics/agent_box_top2.gif) no-repeat;
	width:355px;
}

.agentContactCard .pad {padding:8px 10px 0px 35px;}

.agentContactCard th {
	text-align:left;
	padding:1px 15px 1px 0px;
}

.agentContactCard a {color:#660000;}
.agentContactCard a:hover {color:#CC0000;}

.agentContactCard td {padding:1px 0px 1px 0px;}


.agentContactCard .printContact {padding:8px 0px 0px 0px;}

.agentContactCard .printContact a {
	color:#72885A;
	text-decoration:none;
	font-size:10px;
}


.agentLogos table {width:355px;}
.agentLogos td {
	text-align:right;
}



