/* -----------------------------------------------------------------------------
//
// Module Name:    atMapISMOD.css
//
// Description:    Styles supporting the map divs, borders etc for iSahreMaps On Demand Geocoding Demo page.
// Created by:     Mike Saunt
// Copyright:      © 2006 Astun Technology Limited
//
// -----------------------------------------------------------------------------
//
// Modification History:
//
// Version  Date        Modifier			Issue	Description
//   001    20/01/2006  Mike Saunt				Initial version derived from iShareMaps Location Server atMap.css
//
// -----------------------------------------------------------------------------
*/

.pin
{
	width			:17px;
	height			:17px;
	font-family		:Arial,sans-serif;
	font-weight		:bold;
	font-size		:8pt;
	color			:White;
	overflow		:hidden;
	cursor			:pointer;
	text-decoration	:none;
	text-align		:center;
	background-image: url(i/marker.png);
	z-index			:5
}

#myMap
{
	display		: block;
	position	: absolute;
	overflow	: hidden;
}


.Compass
{
	width		: 92px;
	height		: 92px;
	background	: url(i/compass.gif);
	margin		: 0px;
	cursor		: pointer;
}

.ZoomBar 
{ 
	position	: relative;
	background	: url(i/bar.gif); 
	width		: 80px; 
	height		: 24px;
	margin		: 2px;
	overflow	: hidden;
}
.ZoomBar_slider 
{
	position	: absolute; 
	background	: url(i/slider.gif); 
	width		: 7px; 
	height		: 24px;
	overflow	: hidden;
	display		: block;
}

.VE_Panel_el
{
  overflow:hidden;
  z-index:31;
  border:1px solid #cbcbcb;
  padding:0;
  margin:0;
  background:white;
}

.VE_Panel_title
{
  position:absolute;
  padding-top:2px;
  padding-left:5px;
  overflow:hidden;
  z-index:32;
  font-family:Verdana,sans-serif;
  font-size:8pt;
  font-weight:bold;
  color:rgb(230,250,255);
  text-transform:uppercase;
  cursor:default;
  white-space:nowrap;
  text-overflow:ellipsis;
}
.VE_Panel_title_blue{background:#0030cc}

.VE_Panel_cb
{
  padding-left:1px;
  width:18px;
  height:18px;
  color:white;
  text-align:center;
  font-size:7pt;
  font-family:Verdana;
  font-weight:bold;
  overflow:hidden;
  cursor:pointer
}

.VE_Panel_cb_blue{background:#001d7a;border:solid 2px #0030cc}

.VE_Panel_tb
{
  height:18px;
  padding-top:3px;
  padding-left:2px;
  font-family:Verdana,sans-serif;
  font-size:8pt;
  overflow:hidden
}

.VE_Panel_tb_blue{background:#ccd8ff}
.VE_Panel_tb td
{
  font-family:Verdana,sans-serif;
  font-size:8pt
}

.VE_Panel_tb a{color:#000080}
.VE_Panel_tb a:hover{color:#ff9900}

.VE_Panel_body
{
  padding:5px;
  font-family:Verdana,sans-serif;
  font-size:8pt;
  overflow:auto
}