﻿#infoWindow{
  width: 200px;
}
#infoWindow_contents{
  background: url('../images/infoWindow/bg.png') top left transparent;
  color:#fff;
  font-size:9px;
}
#infoWindow_tl{
  width: 15px;
  height: 55px;
  background: url('../images/infoWindow/tl.png') bottom left no-repeat transparent;
}
#infoWindow_t{
  background: url('../images/infoWindow/t.png') bottom left repeat-x transparent;
  height: 55px;
}
#infoWindow_tr{
  width: 20px;
  height: 55px;
  background: url('../images/infoWindow/tr.png') bottom left no-repeat transparent;
}
#infoWindow_l{
  width: 15px;
  background: url('../images/infoWindow/l.png') top left repeat-y transparent;
}
#infoWindow_r{
  width: 15px;
  background: url('../images/infoWindow/r.png') top right repeat-y transparent;
}
#infoWindow_bl{
  width: 15px;
  height: 20px;
  background: url('../images/infoWindow/bl.png') top left no-repeat transparent;
}
#infoWindow_b{
  background: url('../images/infoWindow/b.png') top left repeat-x transparent;
}
#infoWindow_br{
  width: 20px;
  height: 20px;
  background: url('../images/infoWindow/br.png') top left no-repeat transparent;
}
#infoWindow_close{
  width: 22px;
  height: 57px;
  background: url('../images/infoWindow/close.png') bottom left no-repeat transparent;
  cursor: pointer;
}
#infoWindow_beak{
  width: 31px;
  height: 18px;
  background: url('../images/infoWindow/beak.png') top left no-repeat transparent;
}
/*
#infoWindow_contents .section1{
  margin: 0;
  padding: 0;
}
#infoWindow_contents .section2{
  margin: 0;
  padding: 0;
  background-color: #FFDFDF;
  border-bottom: dotted 1px #900;
}
#infoWindow_contents p{
  margin: 1px 0;
  padding: 5px;
}
#infoWindow_contents .title{
  font-size: 18px;
  font-weight: bold;
  color: #FFF;
}
*/

.tabs_header{
  position: absolute;
  top: -31px;
  left: 16px;
  float: left;
}
#tab0, #tab1{
  float: left;
  background: url('../images/infoWindow/tab.png') top left no-repeat transparent;
  font-size: 9px;
  font-weight: bold;
  cursor: pointer;
  width: 70px;
  height: 16px;
  display:none;
}
.tabs_header .tab p.contents{
  margin: 5px 0 0 15px;
  _margin-top: 4px;
  padding: 0;
}
.tab_contents{
  position: relative;
  top: 0;
  left: 0;
  font-size: 11px;
}
#tab0_content{
  position: relative; 
  top: 0;
  left: 0;
}
#tab1_content{
  position: absolute;
  top: 0;
  left: 0;
  display:none;
}








/*
#custom_info_window_red{
  width: 200px;
}
#custom_info_window_red_contents{
  background-color: #FFF;
}
#custom_info_window_red_tl{
  width: 16px;
  height: 16px;
  background: url('red_tl.png') top left no-repeat transparent;
}
* html #custom_info_window_red_tl{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/infoWindow/tl.png', sizingMethod='crop');
}
#custom_info_window_red_t{
  background: url('../images/infoWindow/t.png') top left repeat-x transparent;
}
#custom_info_window_red_tr{
  width: 16px;
  height: 16px;
  background: url('../images/infoWindow/tr.png') top left no-repeat transparent;
}
* html #custom_info_window_red_tr{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/infoWindow/tr.png', sizingMethod='crop');
}
#custom_info_window_red_l{
  width: 3px;
  background: url('../images/infoWindow/l.png') top left repeat-y transparent;
}
#custom_info_window_red_r{
  width: 3px;
  background: url('../images/infoWindow/r.png') top right repeat-y transparent;
}
#custom_info_window_red_bl{
  width: 16px;
  height: 16px;
  background: url('../images/infoWindow/bl.png') top left no-repeat transparent;
}
* html #custom_info_window_red_bl{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/infoWindow/bl.png', sizingMethod='crop');
}
#custom_info_window_red_b{
  background: url('../images/infoWindow/b.png') top left repeat-x transparent;
}
#custom_info_window_red_br{
  width: 16px;
  height: 16px;
  background: url('../images/infoWindow/br.png') top left no-repeat transparent;
}
* html #custom_info_window_red_br{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/infoWindow/br.png', sizingMethod='crop');
}
#custom_info_window_red_close{
  width: 21px;
  height: 21px;
  background: url('../images/infoWindow/close.png') top left no-repeat transparent;
  cursor: pointer;
}
* html #custom_info_window_red_close{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/infoWindow/close.png', sizingMethod='crop');
}
#custom_info_window_red_max{
  width: 21px;
  height: 21px;
  background: url('../images/infoWindow/max.png') top left no-repeat transparent;
  cursor: pointer;
}
* html #custom_info_window_red_max{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/infoWindow/max.png', sizingMethod='crop');
}
#custom_info_window_red_min{
  width: 21px;
  height: 21px;
  background: url('../images/infoWindow/min.png') top left no-repeat transparent;
  cursor: pointer;
}
* html #custom_info_window_red_min{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/infoWindow/min.png', sizingMethod='crop');
}
#custom_info_window_red_beak{
  width: 28px;
  height: 38px;
  background: url('../images/infoWindow/beak.png') top left no-repeat transparent;
}
* html #custom_info_window_red_beak{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/infoWindow/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;
}
#custom_info_window_red_contents .title{
  font-size: 18px;
  font-weight: bold;
  color: #FFF;
  background-color: #900;
}


.tabs_header{
  position: absolute;
  top: -31px;
  left: 16px;
  float: left;
}
#tab0, #tab1{
  float: left;
  background: url('../images/infoWindow/tab.png') top left no-repeat transparent;
  font-size: 10px;
  font-weight: bold;
  cursor: pointer;
  width: 70px;
  height: 16px;
  display:none;
}
.tabs_header .tab p.contents{
  margin: 5px 0 0 15px;
  _margin-top: 4px;
  padding: 0;
}
* html #tab0, * html #tab1{
  background: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/infoWindow/tab.png', sizingMethod='crop');
  height: 16px;
  width: 70px;
  padding: 2px;
  margin: 0;
  display:none;
}
.tab_contents{
  position: relative;
  top: 0;
  left: 0;
  font-size: 13px;
}
#tab0_content{
  position: relative; 
  top: 0;
  left: 0;
}
#tab1_content{
  position: absolute;
  top: 0;
  left: 0;
  display:none;
}

*/