#custom_info_window_red{
  width: 300px;
}
#custom_info_window_red_contents{
  background-color: #FFF;
  margin: 5;
  overflow: visible;
  background:  #b4d700;  
}
#custom_info_window_red_tl{
  width: 16px;
  height: 16px;
  background: url('/wiki/extMarker/red_tl.png') top left no-repeat transparent;
}
* html #custom_info_window_red_tl{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/wiki/extMarker/red_tl.png', sizingMethod='crop');
}
#custom_info_window_red_t{
  background: url('/wiki/extMarker/red_t.png') top left repeat-x transparent;
}
#custom_info_window_red_tr{
  width: 16px;
  height: 16px;
  background: url('/wiki/extMarker/red_tr.png') top left no-repeat transparent;
}
* html #custom_info_window_red_tr{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/wiki/extMarker/red_tr.png', sizingMethod='crop');
}
#custom_info_window_red_l{
  width: 0px;
  /*background: url('/wiki/extMarker/red_l.png') top left repeat-y transparent;*/
}
#custom_info_window_red_r{
  width: 0px;
  /*background: url('/wiki/extMarker/red_r.png') top right repeat-y transparent;*/
}
#custom_info_window_red_bl{
  width: 16px;
  height: 16px;
  background: url('/wiki/extMarker/red_bl.png') top left no-repeat transparent;
}
* html #custom_info_window_red_bl{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/wiki/extMarker/red_bl.png', sizingMethod='crop');
}
#custom_info_window_red_b{
  background: url('/wiki/extMarker/red_b.png') top left repeat-x transparent;
}
#custom_info_window_red_br{
  width: 16px;
  height: 16px;
  background: url('/wiki/extMarker/red_br.png') top left no-repeat transparent;
}
* html #custom_info_window_red_br{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/wiki/extMarker/red_br.png', sizingMethod='crop');
}
#custom_info_window_red_close{
  width: 21px;
  height: 21px;
  background: url('/wiki/extMarker/red_close.png') top left no-repeat transparent;
  cursor: pointer;
}
* html #custom_info_window_red_close{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/wiki/extMarker/red_close.png', sizingMethod='crop');
}
#custom_info_window_red_max{
  width: 21px;
  height: 21px;
  background: url('/wiki/extMarker/red_max.png') top left no-repeat transparent;
  cursor: pointer;
}
* html #custom_info_window_red_max{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/wiki/extMarker/red_max.png', sizingMethod='crop');
}
#custom_info_window_red_min{
  width: 21px;
  height: 21px;
  background: url('/wiki/extMarker/red_min.png') top left no-repeat transparent;
  cursor: pointer;
}
* html #custom_info_window_red_min{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/wiki/extMarker/red_min.png', sizingMethod='crop');
}
#custom_info_window_red_beak{
  width: 28px;
  height: 38px;
  background: url('/wiki/extMarker/red_beak.png') top left no-repeat transparent;
}
* html #custom_info_window_red_beak{
background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/wiki/extMarker/red_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: #FFDFDF;
  border-bottom: dotted 1px #900;
  border-top: dotted 1px #900;
}
#custom_info_window_red_contents p{
  margin: 1px 0;
  padding: 5px;
}
#dynExtHeader {
  font-size: 18px;
  font-weight: bold;
  color: #FFF;
	background:  #343434;  
	margin: 0;
  overflow: visible;
  padding-left: 10px; 
  padding-right: 10px; 
  padding-bottom: 11px; 
}
#dynExtHeader a:link,  #dynExtHeader a:visited  {text-decoration: none;color:#FFFFFF;}
#dynExtHeader a:hover, #dynExtHeader a:active { color:#b4d700;  }


#dynExtBody {
  font-size: 10px;
  line-height:19px;
  overflow: visible;
  background:  #b4d700;  
  /*padding: 0px 0px 0px 10px;*/
  padding-left: 10px; 
  padding-right: 10px;   
  padding-top: 10px;   
}

#dynExtContainer {
  /*padding: 0px 0px 00px 10px;*/
}
#dynExtMore {
  text-align:right;
  font-size: 12px;
}
