#map{
	  	width:620px;
        height: 500px;
       /* float: left;*/
		border:1px solid #727272;
      }
#demo_explanation{
	border-right: 1px solid #000;
	float: left;
	width: 49%;
	margin-right: 5px;
	padding-right: 5px;
	font-size: .9em;
	}
iframe{

	border: 0;
	margin-left: 0px;
	font-size: .9em;
	}

.LabeledMarker_markerLabel{
	font-size:10px;
	}
	
.legendWrap{
	float:left;
	margin-left:10px;
	}
	
.legend{
	background:#121111;
	padding:10px 0 0 10px;
	height:220px;
	width:155px;
	margin-bottom:5px;
	}
	
.sponser{
	background:#121111;
	padding:10px 0 0 10px;
	width:155px;
	}
	
.legendTbl td{
	padding:2px 5px 2px 0;
	}
	
.legIcon{
	text-align:center;
	}
	
.mapUtils{
	width:170px;
	padding-top:3px;
	}




#custom_info_window_red{
  width: 250px;
}
#custom_info_window_red_contents{
  background:url(../images/mapBubble/bubble_close.png) transparent;
}
#custom_info_window_red_tl{
  width: 17px;
  height: 17px;
  background: url('../images/mapBubble/bubble_tl.png') top left no-repeat transparent;
}
* html #custom_info_window_red_tl{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/mapBubble/bubble_tl.png', sizingMethod='crop');
}
#custom_info_window_red_t{
  background: url('../images/mapBubble/bubble_t.png') top left repeat-x transparent;
  height:17px;
}
#custom_info_window_red_tr{
  width: 17px;
  height: 17px;
  background: url('../images/mapBubble/bubble_tr.png') top left no-repeat transparent;
}
* html #custom_info_window_red_tr{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/mapBubble/bubble_tr.png', sizingMethod='crop');
}
#custom_info_window_red_l{
  width: 3px;
  background: url('../images/mapBubble/bubble_l.png') top left repeat-y transparent;
}
#custom_info_window_red_r{
  width: 3px;
  background: url('../images/mapBubble/bubble_r.png') top right repeat-y transparent;
}
#custom_info_window_red_bl{
  width: 17px;
  height: 17px;
  background: url('../images/mapBubble/bubble_bl.png') top left no-repeat transparent;
}
* html #custom_info_window_red_bl{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/mapBubble/bubble_bl.png', sizingMethod='crop');
}
#custom_info_window_red_b{
  background: url('../images/mapBubble/bubble_b.png') top left repeat-x transparent;
  height:17px;
}
#custom_info_window_red_br{
  width: 17px;
  height: 17px;
  background: url('../images/mapBubble/bubble_br.png') top left no-repeat transparent;
}
* html #custom_info_window_red_br{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/mapBubble/bubble_br.png', sizingMethod='crop');
}
#custom_info_window_red_close{
  width: 30px;
  height: 30px;
  background: url(../images/mapBubble/bubble_closeButton.png) left 10px no-repeat transparent;
  cursor: pointer;
}
* html #custom_info_window_red_close{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/mapBubble/bubble_closeButton.png', sizingMethod='crop');
}
#custom_info_window_red_beak{
  width: 55px;
  height: 17px;
  background: url('../images/mapBubble/bubble_beak.png') top left no-repeat transparent;
}
* html #custom_info_window_red_beak{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/mapBubble/bubble_beak.png', sizingMethod='crop');
}
#custom_info_window_red_contents .section1{
  margin: 0;
  padding: 0;
}
#custom_info_window_red_contents .section2{
  margin: 0;
  padding: 0;
  background-color: #fff;
  border-bottom: dotted 1px #900;
  border-top: dotted 1px #900;
}
#custom_info_window_red_contents p{
  margin: 1px 0;
  padding: 5px;
  color:#ffffff;
  
}
#custom_info_window_red_contents .title {
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	background-color: #900;
}

.bubbleContent {
	width: 100%;
	color:#ffffff;
}

.bubbleContent a{color:#ffffff}

.bubbleContent td {
	vertical-align: top;
	padding: 2px 10px;
	font-size: 11px;
	color: #ffffff;
	text-align: left;
}

.bubbleTitle {
	font-size: 12px;
	font-weight: 700;
	color: #ffffff;
	text-align: left;
}

.bubbleTitle a { 
	color: #ffffff;
	text-decoration: underline;
	text-align: left;
	}
.bubbleTitle a:hover { 
	color: #ffffff;
	text-decoration: none;
	text-align: left;
	}

.bubbleLink a {
	font-size: 11px;
	font-weight: 700;
	color: #ffffff;
	text-decoration: underline;
}

.bubbleContent .bubbleImage img {
	border: solid #cccccc 1px;
}

.bubbleContent td.bubbleImage {
color:#ffffff;
}



