.waitStatus
{
	font-size: 80%;
	color: #F2519F;
}

.listingTitle
{
	font-weight: bold;
	font-size: 10pt;
	color: navy;
	font-family: Tahoma;
}
.listingDescription
{
	font-weight: normal;
	font-size: 8pt;
	color: #999999;
	font-family: Verdana;
}

.hoverOverPin
{
	background-image:  url(../Images/MapIcons/custIcon2.gif);
	background-repeat: no-repeat;
    height: 28px;
    width: 25px;
}

.hoverOverPin2
{
	background-image:  url(../Images/MapIcons/custIcon_small2.gif);
	background-repeat: no-repeat;
    height: 21px;
    width: 17px;
}

.pin
{
    background-image:  url(../Images/MapIcons/custIcon.gif);
    background-repeat: no-repeat;
    height: 28px;
    width: 25px;
}
.pin:hover
{
	background-image:  url(../Images/MapIcons/custIcon2.gif);
}

.pin2
{
    background-image:  url(../Images/MapIcons/custIcon_small.gif);
    background-repeat: no-repeat;
    height: 21px;
    width: 17px;
}
.pin2:hover
{
	background-image:  url(../Images/MapIcons/custIcon_small2.gif);
}

.pinText
{
	font-weight: bolder;
	font-size: 8pt;
	color: white;
	font-family: Verdana, Tahoma;
	vertical-align: baseline;
	text-align: center;
	text-decoration: none;
	padding-top: 4px;
	cursor: pointer;
	cursor: hand;
}

.pinText2
{
	cursor: pointer;
	cursor: hand;
	font-weight: bolder;
	font-size: 6pt;
	color: white;
	font-family: Verdana, Tahoma;
	text-decoration: none;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 4px;
	text-align: center;
	vertical-align: middle;
}

a.pinText, a.pinText:link, a.pinText2, a.pinText2:link
{
	text-decoration: none;
}

.moreInfoLnk
{
	cursor: pointer;
	cursor: hand;
}

.myMapClass
{
	border:#FF6699 1px solid;
	width: 500px;
	height: 450px;
	position: relative;
	padding:5px;
}

.other
{
	
	position: relative;
	height: auto;
	width: auto;
}

div#containerDiv
{
	background-color: #FFFFFF;
	padding:5px;
	width : 270px;
	height : 415px;
	overflow : auto; 
}

.mapHeadings
{
	text-align: left;
	font-weight: normal;
	font-size: 10pt;
	color: #F2519F;
	font-family: verdana,helvetica;
	letter-spacing: 1px;
}