﻿.MapMemberCategoriesList
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.MapMemberList
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.MapHeadings
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #453A96;
}

.MapLinks
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;
}

.MemberName
{
	font-family: Arial; 
	font-size: 12px;
	font-weight: bold;
}

.MemberProperty
{
	font-family: Arial; 
	font-size: 11px;
	font-weight: bold;
}

.MemberPropertyValue
{
	font-family: Arial;
	font-size: 11px; 	
}

.MemberAction
{
	font-family: Arial;
	font-size: 11px; 
}

/* Custom Info Box Classes */
/* Styles that apply to the info box's containing element whether it has no beak, a rightBeak, or a leftBeak */ 

.customInfoBox-noBeak, 
.customInfoBox-with-rightBeak, 
.customInfoBox-with-leftBeak 
{
	position: absolute;
}

/* Offset the body for the drop-shadow and set the body background and border just for starters (developers can change this easily) */
.customInfoBox-body
{
	position: relative;
	top: -5px;
	left: -5px;
	padding: 8px;
	border: 1px solid #000;
	background-color: #fff;
}

/* Apply a nice default drop-shadow after the default Virtual Earth info box styles are cleared */ 
.customInfoBox-shadow 
{
	position: relative;
	background-color: #ccc;
}

/* Sections of the info box that a developer could style if desired, but have no style when the default Virtual Earth info box styles are cleared */ 
.customInfoBox-previewArea
{
}
.customInfoBox-actionsBackground 
{ 

}

/* Sections of the info box that should not be visible when the default Virtual Earth info box styles are cleared */ 
.customInfoBox-actions, 
.customInfoBox-paddingHack 
{
	display: none;
}
.customInfoBox-beak,
.customInfoBox-progressAnimation
{
	visibility: hidden;
}
.customInfoBox-title
{
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
}

.customInfoBox-headings
{
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	color: Gray;
}

.customeInfoBox-values
{
	font-family: Arial;
	font-weight: normal;
	font-size: 12px;
	color: Gray;
}

