#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;
  
}
#custom_info_window_red_contents .title{
  font-size: 18px;
  font-weight: bold;
  color: #FFF;
  background-color: #900;
}

.bubbleContent{
	width:100%;
	}

.bubbleContent td{
	vertical-align:top;
	padding:2px 5px;
	font-size:11px;
	color:#fff;
	text-align:left;
	}
	
.bubbleContent .bubbleTitle{
	font-size:12px;
	font-weight:700;
	color:#cccccc;
	text-align:left;
	}
	
.bubbleContent a.bubbleLink{
	font-size:11px;
	font-weight:700;
	color:#fff;
	text-decoration:none;
	}
	
.bubbleContent .bubbleImage img{
	border:solid #cccccc 1px;
	}

.bubbleContent td.bubbleImage {
	
	}	
	
