/* ------- VE Tips -------- */
.MSVE_PoweredByLogo
{
	visibility: hidden;
}
.MSVE_ScaleBar
{
	visibility: hidden;
}
.MSVE_ScaleBarLabel
{
	visibility: hidden;
}
.MSVE_Copyright
{
	visibility: hidden;
}


/* ------- page -------- */
body
{
	background-color: #d1dce0;
}
#container
{
	position: relative;
	top: 20px;
	margin-left: auto;
	margin-right: auto;
	padding: 13px;
	padding-top: 80px;
	padding-bottom: 21px;
	width: 574px;
	height: 400px;
	background-image: url('images/back.png' );
	background-repeat: no-repeat;
	z-index: 1;
}
#myMap
{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	z-index: 2;
}

/* ------- toolbox 2d -------- */
#toolbox_ve
{
	position: absolute;
	width: 55px;
	height: 225px;
	left: 20px;
	top: 150px;
	background-image: url('images/toolbox_ve.png' );
	background-repeat: no-repeat;
	z-index: 3;
}

/* zoomOut */
.myVE_zoomOut
{
	position: absolute;
	left: 6px;
	top: 6px;
	width: 19px;
	height: 19px;
	cursor: pointer;
	background-image: url('images/toolbox/zoom_out.png' );
}
.myVE_zoomOut:hover
{
	background-image: url('images/toolbox/zoom_out_h.png' );
}

/* zoomIn */
.myVE_zoomIn
{
	position: absolute;
	left: 30px;
	top: 6px;
	width: 19px;
	height: 19px;
	cursor: pointer;
	background-image: url('images/toolbox/zoom_in.png' );
}
.myVE_zoomIn:hover
{
	background-image: url('images/toolbox/zoom_in_h.png' );
}

/* styleMap */
.myVE_styleMap
{
	position: absolute;
	left: 5px;
	top: 32px;
	width: 45px;
	height: 46px;
	cursor: pointer;
	background-image: url('images/toolbox/style_map.png' );
}
.myVE_styleMap:hover
{
	background-image: url('images/toolbox/style_map_h.png' );
}

/* styleAerial */
.myVE_styleAerial
{
	position: absolute;
	left: 5px;
	top: 79px;
	width: 45px;
	height: 45px;
	cursor: pointer;
	background-image: url('images/toolbox/style_aerial.png');
}
.myVE_styleAerial:hover
{
	background-image: url('images/toolbox/style_aerial_h.png');
}

/* styleHybrid */
.myVE_styleHybrid
{
	position: absolute;
	left: 5px;
	top: 125px;
	width: 45px;
	height: 45px;
	cursor: pointer;
	background-image: url('images/toolbox/style_hybrid.png');
}
.myVE_styleHybrid:hover
{
	background-image: url('images/toolbox/style_hybrid_h.png');
}


/* panUp */
.myVE_panUp
{
	position: absolute;
	left: 21px;
	top: 173px;
	width: 13px;
	height: 15px;
	cursor: pointer;
	background-image: url('images/toolbox/pan_up.png' );
}
.myVE_panUp:hover
{
	background-image: url('images/toolbox/pan_up_h.png' );
}

/* panLeft */
.myVE_panLeft
{
	position: absolute;
	left: 9px;
	top: 184px;
	width: 15px;
	height: 13px;
	cursor: pointer;
	background-image: url('images/toolbox/pan_left.png' );
}
.myVE_panLeft:hover
{
	background-image: url('images/toolbox/pan_left_h.png' );
}

/* panRight */
.myVE_panRight
{
	position: absolute;
	left: 31px;
	top: 184px;
	width: 15px;
	height: 13px;
	cursor: pointer;
	background-image: url('images/toolbox/pan_right.png' );
}
.myVE_panRight:hover
{
	background-image: url('images/toolbox/pan_right_h.png' );
}

/* panDown */
.myVE_panDown
{
	position: absolute;
	left: 21px;
	top: 193px;
	width: 13px;
	height: 15px;
	cursor: pointer;
	background-image: url('images/toolbox/pan_down.png' );
}
.myVE_panDown:hover
{
	background-image: url('images/toolbox/pan_down_h.png' );
}

/* mode2d */
.myVE_mode2d
{
	position: absolute;
	left: 55px;
	top: 32px;
	width: 21px;
	height: 28px;
	cursor: pointer;
	background-image: url('images/toolbox/mode2D.png' );
}
.myVE_mode2d:hover
{
	background-image: url('images/toolbox/mode2D_h.png' );
}

/* mode3d */
.myVE_mode3d
{
	position: absolute;
	left: 55px;
	top: 60px;
	width: 21px;
	height: 28px;
	cursor: pointer;
	background-image: url('images/toolbox/mode3D.png' );
}
.myVE_mode3d:hover
{
	background-image: url('images/toolbox/mode3D_h.png' );
}

/* modeBird */
.myVE_modeBird
{
	position: absolute;
	left: 55px;
	top: 88px;
	width: 21px;
	height: 28px;
	cursor: pointer;
	background-image: url('images/toolbox/modeBird.png');
	visibility: hidden;
}
.myVE_modeBird:hover
{
	background-image: url('images/toolbox/modeBird_h.png');
}

/* ------- birdview orientation -------- */
#birdOrientation
{
	position: absolute;
	width: 56px;
	height: 51px;
	left: 55px;
	top: 116px;
	cursor: pointer;
	background-image: url('images/toolbox/bird_orientation_back.png' );
	background-repeat: no-repeat;
	z-index: 4;
	visibility: hidden;
}
.myVE_birdNorth
{
	position: absolute;
	width: 15px;
	height: 15px;
	left: 21px;
	top: 3px;
	cursor: pointer;
	background-image: url('images/toolbox/bird_north.png' );
	background-repeat: no-repeat;
}
.myVE_birdNorth:hover
{
	background-image: url('images/toolbox/bird_north_h.png' );
}
.myVE_birdWest
{
	position: absolute;
	width: 15px;
	height: 15px;
	left: 6px;
	top: 18px;
	cursor: pointer;
	background-image: url('images/toolbox/bird_west.png' );
	background-repeat: no-repeat;
}
.myVE_birdWest:hover
{
	background-image: url('images/toolbox/bird_west_h.png');
}
.myVE_birdEast
{
	position: absolute;
	width: 15px;
	height: 15px;
	left: 36px;
	top: 18px;
	cursor: pointer;
	background-image: url('images/toolbox/bird_east.png');
	background-repeat: no-repeat;
}
.myVE_birdEast:hover
{
	background-image: url('images/toolbox/bird_east_h.png');
}
.myVE_birdSouth
{
	position: absolute;
	width: 15px;
	height: 15px;
	left: 21px;
	top: 33px;
	cursor: pointer;
	background-image: url('images/toolbox/bird_south.png');
	background-repeat: no-repeat;
}
.myVE_birdSouth:hover
{
	background-image: url('images/toolbox/bird_south_h.png');
}
#bird_arrow
{
	position: absolute;
	width: 15px;
	height: 15px;
	left: 21px;
	top: 18px;
	cursor: pointer;
	background-image: url('images/toolbox/bird_north_f.png' );
	background-repeat: no-repeat;
}

/* ------- mode 3D options-------- */
#mode3d_option
{
	position: absolute;
	width: 231px;
	height: 25px;
	left: -5px;
	top: -95px;
	cursor: pointer;
	background-image: url('images/toolbox/mode3d_options_back.png' );
	background-repeat: no-repeat;
	visibility: hidden;
}
.myVE_top_mode2d
{
	position: absolute;
	width: 28px;
	height: 20px;
	left: 5px;
	top: 3px;
	cursor: pointer;
	background-image: url('images/toolbox/mode3d_2d.png' );
	background-repeat: no-repeat;
}
.myVE_top_mode2d:hover
{
	background-image: url('images/toolbox/mode3d_2d_h.png' );
}
.myVE_top_styleMap
{
	position: absolute;
	width: 36px;
	height: 20px;
	left: 90px;
	top: 3px;
	cursor: pointer;
	background-image: url('images/toolbox/mode3d_style_map.png' );
	background-repeat: no-repeat;
}
.myVE_top_styleMap:hover
{
	background-image: url('images/toolbox/mode3d_style_map_h.png' );
}
.myVE_top_styleAerial
{
	position: absolute;
	width: 45px;
	height: 20px;
	left: 128px;
	top: 3px;
	cursor: pointer;
	background-image: url('images/toolbox/mode3d_style_aerial.png' );
	background-repeat: no-repeat;
}
.myVE_top_styleAerial:hover
{
	background-image: url('images/toolbox/mode3d_style_aerial_h.png' );
}
.myVE_top_styleAerial
{
	position: absolute;
	width: 45px;
	height: 20px;
	left: 175px;
	top: 3px;
	cursor: pointer;
	background-image: url('images/toolbox/mode3d_style_hybrid.png' );
	background-repeat: no-repeat;
}
.myVE_top_styleAerial:hover
{
	background-image: url('images/toolbox/mode3d_style_hybrid_h.png' );
}

/* ------------- tools ---------------*/
#circle
{
	position: absolute;
	width: 50px;
	height: 50px;
	left: 5px;
	top: 5px;
	visibility: visible;
	z-index: 100;
}

.myVE_back_indication 
{
	background-image:url('images/indication.png');
	background-repeat:no-repeat;
	position: relative;
	top: 20px;
	height: 45px;
	width: 590px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
}
