/* CSS Document */
#custom_info_window_blue{
  width: 170px;
  background-color: #FFF;
}

#custom_info_window_blue_contents{
  background-color: #FFF;
}
#custom_info_window_blue_tl{
  width: 16px;
  height: 0px;
  background: url('../imgs/blue_tab_tl.png') top left no-repeat transparent;
}
* html #custom_info_window_blue_tl{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='imgs/blue_tab_tl.png', sizingMethod='crop');
}
#custom_info_window_blue_t{
  background: url('../imgs/blue_t.png') top left repeat-x transparent;
}

* html #custom_info_window_blue_t{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='imgs/blue_t.png', sizingMethod='scale');
}
#custom_info_window_blue_tr{
  width: 16px;
  height: 0px;
  background: url('../imgs/blue_tab_tr.png') top left no-repeat transparent;
}
* html #custom_info_window_blue_tr{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='imgs/blue_tab_tr.png', sizingMethod='crop');
}
#custom_info_window_blue_l{
  width: 3px;
  background: url('../imgs/blue_l.png') top left repeat-y transparent;
}
#custom_info_window_blue_r{
  width: 3px;
  background: url('../imgs/blue_l.png') top right repeat-y transparent;
}
#custom_info_window_blue_bl{
  width: 16px;
  height: 0px;
  background: url('../imgs/blue_bl.png') top left no-repeat transparent;
}
* html #custom_info_window_blue_bl{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='imgs/blue_bl.png', sizingMethod='crop');
}
#custom_info_window_blue_b{
  background: url('../imgs/blue_b.png') top left repeat-x transparent;
}
#custom_info_window_blue_br{
  width: 16px;
  height: 0px;
  background: url('../imgs/blue_br.png') top left no-repeat transparent;
}
* html #custom_info_window_blue_br{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='imgs/blue_br.png', sizingMethod='crop');
}
#custom_info_window_blue_close{
  width: 21px;
  height: 21px;
  margin-top: 32px;
  background: url('../imgs/blue_close.png') top left no-repeat transparent;
  cursor: pointer;
}
* html #custom_info_window_blue_close{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='imgs/blue_close.png', sizingMethod='crop');
}
#custom_info_window_blue_beak{
  width: 14px;
  height: 19px;
  background: url('../imgs/blue_beak_sm.png') top left no-repeat transparent;
}

* html #custom_info_window_blue_beak{
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='imgs/blue_beak_sm.png', sizingMethod='crop');
}

#custom_info_window_blue_contents .section1{
  margin: 0;
  padding: 0;
}
#custom_info_window_blue_contents .section2{
  margin: 0;
  padding: 0;
  background-color: #FFDFDF;
  border-bottom: dotted 1px #295491;
  border-top: dotted 1px #295491;
}
#custom_info_window_blue_contents .tab_contents p{
  margin: 1px;
  padding: 0px;
}
#custom_info_window_blue_contents .title{
  font-size: 14px;
  font-weight: bold;
  color: #FFF;
  background-color: #295491;
  text-align:center;
}

/* styles for tabs part */
.tabs_header{
  position: absolute;
  top: -28px;
  left: 16px;
  text-align:center;
}
#bluetab0, #bluetab1, #bluetab2/*, #tab3*/{
  float: left;
  background: url('') top left no-repeat transparent;
  font-family:"Times New Roman", Times, serif;
  font-size: 11px;
  font-weight: bold;
  cursor: pointer;
  width: 100px;
  height: 16px;
}
.tabs_header .tab p.contents{
  text-align:center;
  margin: 3px 0 0 0px;
  _margin-top: 2px;
  padding: 0;
}
* html #bluetab0, * html #bluetab1, * html #bluetab2/*, * html #tab3*/{
  background: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='', sizingMethod='crop');
  height: 16px;
  width: 100px;
  padding: 0;
  margin: 0;
}
.tab_contents{
  position: relative;
  top: 0;
  left: 0;
  font-family:"Times New Roman", Times, serif;
  font-size: 12px;
}
.tab_contents a{
  font-family:"Times New Roman", Times, serif;
  font-size: 12px;
  font-weight:bold;
  text-decoration:underline;
}
#bluetab0_content{
  position: relative; 
  top: 0;
  left: 0;
  /*width:360px;*/
}
#tab1_content{
  position: absolute;
  top: 0;
  left: 0;
  display:none;
  
}
#tab2_content{
  position: absolute;
  top: 0;
  left: 0;
  display:none;
}
/*#tab3_content{
  position: absolute;
  top: 0;
  left: 0;
  display:none;
}*/

#directions_table{
	/*width:360px;*/
	display:table;
}

#directions_tablerow{
	display:table-row;
	width:100%
}

.directions_tablecell{
	display:table-cell;
	width:23%;
}

.MPW {
	height:120px;
	width:360px;
}

.MPW_Image {
	height:70px;
	/*width:360px;*/
}


#VideoScreen {
	height:250px;
}
#ImageView {
	text-align:center;	
}

#Direction {
	height:80;
}