@charset "utf-8";


/* 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;
  background:transparent;
  z-index:500 !important;
}


/* 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: 10px;
	left: -5px;
	border: 0px;
  background:transparent;
}


.point {padding-top: 109px;}
.point2 {padding-top: 105px;}

/* Apply a nice default drop-shadow after the default Bing Maps info box styles are cleared */ 
.customInfoBox-shadow 
{
  background:transparent;
}


/* Sections of the info box that a developer could style if desired, but have no style when the default Bing Maps info box styles are cleared */ 
.customInfoBox-previewArea, 
.customInfoBox-actionsBackground 
{ 
  background:transparent;
}


/* Sections of the info box that should not be visible when the default Bing Maps info box styles are cleared */ 
.customInfoBox-actions, 
.customInfoBox-paddingHack 
{
  background:transparent;
}

.customInfoBox-beak,
.customInfoBox-progressAnimation
{
	visibility: hidden;
  background:transparent;
}

table.popup_table {
	background-image:url(../popup/popup_bg.gif);
}

td.popup_imgt {
  padding-left: 5px;
  padding-right: 5px;
}

.popup_name {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#2A83A6;
} .popup_name a:link {
  text-decoration: none;
  color: #2A83A6;
} .popup_name a:visited {
  text-decoration: none;
  color: #2A83A6;
} .popup_name a:active {
  text-decoration: none;
  color: #2A83A6;
} .popup_name a:hover {
  text-decoration: none;
  color: #2A83A6;
}

.popup_name2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #3B3B3B;
}

.popup_txt {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.popup_txt:hover {
	cursor: pointer;
}
.startingpoint_css {
	text-align: left;
	vertical-align: middle;
}

