﻿
#GMAPIContainer #resultsDiv .streetLine
{
	display: block;
	padding: 3px 8px;
	cursor: pointer;
}
#GMAPIContainer #resultsDiv .streetLine:hover
{
	background-color: #fef200;
}
#GMAPIContainer #resultsDiv .streetName, #GMAPIContainer #resultsDiv .streetDetails
{
	display: block;
}
#GMAPIContainer #resultsDiv .streetDetails .bld
{
	margin: 0 7px 0 0;
	float: left;
}

#GMAPIContainer #resultsDiv .streetDetails .bld.selected
{
	color: Red;
	font-weight: bold;
}

/*~new style~*/


#resultsDiv
{
	width: 251px;
	height: 570px;
	float: left;
	overflow-y: auto;
	border-right: 1px solid #ccd1d7;
	background: #72a9d2;
	border-top: 1px solid #fef200;
	border-left: 1px solid #fef200;
	border-bottom: 1px solid #fef200;
}

#resultsDiv .streetLine
{
	color: #193d6f;
	border-bottom: 1px dotted #dadbdf;
}

#GMAPIContainer #resultsDiv .streetLine.selected
{
	color: #142b4d; /* background: #3c91c8; */
	background: #FEF200;
}
#GMAPIContainer #resultsDiv .selected .streetName
{
	color: #193d6f; /*color: #000000;*/
}
#GMAPIContainer #resultsDiv .streetDetails a
{
	color: #193d6f; /*color: #000000;*/
	text-decoration: none;
}
#GMAPIContainer #resultsDiv .streetDetails a:hover
{
	color: #a2bfdf;
	text-decoration: none;
}

/*new styles for PF subordinaries*/
#GMAPIContainer #resultsDiv .pfDetails
{
	display: block;
	padding: 5px;
	margin-left: 10px;
}
#GMAPIContainer #resultsDiv .pfDetails .name
{
	display: block;
	font-weight: bold;
	color: #d6e5db;
	text-decoration: underline;
	cursor: pointer;
	margin-bottom: 10px;
	font-size: 15px;
}
#GMAPIContainer #resultsDiv .pfDetails .address
{
	display: block;
	color: #193D6F;
	font-size: 13px;
}

#GMAPIContainer #resultsDiv .pfSubordinary
{
	display: block;
	border-top: 1px solid #666;
	padding: 5px;
	margin-left: 10px;
}

#GMAPIContainer #resultsDiv .pfSubordinary .name
{
	display: block;
	font-weight: bold;
	color: #d6e5db;
	text-decoration: underline;
	cursor: pointer;
	margin-bottom: 10px;
	font-size: 15px;
}
#GMAPIContainer #resultsDiv .pfSubordinary .address
{
	display: block;
	color: #193D6F;
	font-size: 13px;
}
#GMAPIContainer #resultsDiv .pfSubordinary .details
{
	display: block;
	text-align: right;
	font-style: italic;
	text-align: right;
	font-size: 12px;
	color: #FEF200;
}
