﻿
.Agora_PowerMap
{
	height: 417px;
	position: relative;
} 
.Agora_PowerMap div.AgoraMessage
{
	position: relative;
	z-index: 120;
} 
.DefaultPin_Active 
{
	background: url(/images/agora_map_pinIcon_active.gif) no-repeat !important;
 } 
 .DefaultPin 
 {
 	cursor: pointer; 
 	cursor: hand; 
 	background: url(/images/house_icon.gif) no-repeat;
 	width: 20px;
 	height: 20px;
 	padding: 0px !important;
 	text-decoration:none;
 	text-align: center;
 	/*border: #175406 solid 2px;*/
 } 
 
 .NewPin{
	 cursor: pointer; 
	 cursor: hand; 
	 background: url(/images/square_blue.gif) no-repeat;	 
	 width: 13px;
	 height: 13px;
	 padding: 0px !important;
	 text-decoration:none;
	 text-align: center;
	 border: #334C6B solid 2px;
}

.OPPin{
	 cursor: pointer; 
	 cursor: hand; 
	 background: url(/images/square_orange.gif) no-repeat;
	 width: 13px;
	 height: 13px;
	 padding: 0px !important;
	 text-decoration:none;
	 text-align: center;
	 border: black solid 2px;
}
 
 .DefaultPin a
 {
 	color: #000 !important;
    font-size: 8.5pt;
    font-family: Tahoma;
    width: 15px !important;
    text-decoration:none;
 } 
 
 .DefaultPin div
 {
 	margin: 0pt auto;
 	width: 16px;
 	color: #fff;
 	font-size: 7.5pt;
 	font-family: Tahoma;
 	padding: 0px 13px 0px !important;
 	text-decoration:none;
 } 
 .Agora_Map_Box_Table table{ width: 100%; } 