@CHARSET "UTF-8";

div.contentContainer{
	height:660px;
}

.mapContainer{
	height:647px;
	overflow:hidden;
	position:absolute;
	width:1010px;
}

div#map_canvas{
	width:750px;
	height:100%;
	float:left;
}

div#contactList{
	width:240px;
	height:100%;
	float:left;
	margin-left:10px;
}

.markerInfo{
	color: #000000;
}

.contactItem{
	color: #FFFFFF;
	font-size:11px;
	cursor: pointer;
	padding-top:7px;
	padding-bottom:4px;
	padding-left:7px;
}

.odd{
	background-color: #303030;
}

.contactItem table{
	width: 100%;
}

.contactItem table td:last-child{
	vertical-align:bottom;
	text-align:right;
}

.contactItem img {
	opacity: 0.4;
	filter:alpha(opacity=40);
}

