﻿/* Marker Tooltip stylesheet*/
.tooltip {
	background-color:#ffffff;
	font-weight:bold;
	border:2px #006699 solid;
}

.map {
            color: #000000;
            font-family: Verdana, Arial, Helvetica, sans-serif;
            font-size: 10px;
}
.headline 
{
    color: #06293C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
}

.telephone
{
}

.url
{
}

.img
{
}

/* Exit Info Window */
#simple_example_window{
  width: 150px;
  
}
#simple_example_window_contents
{
    background-image:url(../images/bubble-background.gif);
    background-repeat:repeat-x;
  background-color: #fff;
  border: 1px solid  #b2b2b2;
  padding: 4px 4px 4px 4px;
}
#simple_example_window_beak{
  width: 28px;
  height: 38px;
  background: url('../images/ExitInfoWin/simple_beak.png') top left no-repeat transparent;
}
* html #simple_example_window_beak{
  /* Alpha transparencies hack for IE */
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/ExitInfoWin/red_beak.png', sizingMethod='crop');
}
#simple_example_window_tl, #simple_example_window_tr, #simple_example_window_bl, #simple_example_window_br,
#simple_example_window_t,#simple_example_window_l,#simple_example_window_r,#simple_example_window_b{
  height: 0px;
  width: 0px;
}
/* end of Exit Info Window*/
