﻿BODY 
{
	position:absolute;
	top:0px;
	left:0px;
	height:100%;
	width:100%;
	overflow:hidden;
	margin:0px;
	font: Trebuchet MS;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

INPUT
{
	font: Trebuchet MS;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	height: 14px;
}
SELECT
{
	font: Trebuchet MS;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
}


#Title
{
	font-size: 16px;
	font-weight: bold;
	color: White;
	padding-bottom: 5px;
	padding-top: 5px;
}

#Menu
{
	position: absolute;
	top: 75px;
	left: 0px;
	width: 200px;
	display: block;
	height: 100%;
	overflow:auto;
	color: Black;
	font-size: 11px;

}

#divMap
{
	position:absolute;
	height:100%;
	width:100%;
	left:200px;
	top:75px;
	margin:0px;
	overflow:hidden;
	border-color:#155793;
	border-width:3px;
	border-style:solid;
	background-color:White;
}

#Detail
{
	position:absolute;
	height:100%;
	width:100%;
	left:203px;
	top:78px;
	margin:0px;
	overflow:hidden;
	display:none;
}
.Output
{
	font: Trebuchet MS;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-style:solid;
	border-width:1px;
	border-color:#155793;
	margin-left:2px;

}

.box 
{
	border-style:solid;
	border-width:1px;
	border-color:#155793;
	margin-left:2px;
}

.PushPinStyle
{
	position: relative;
	background-image:url(../icons/Pin_Blue.gif);
	background-repeat:no-repeat;
	width: 20px;
	height: 30px;
	cursor: pointer;
	color: White;
	font-weight: bold;
	font-size:12px;
	padding-top:1px;
	padding-left:4px;	
}
.PushPinStyleRed
{
	position: relative;
	background-image:url(../icons/Pin_Red.gif);
	background-repeat:no-repeat;
	width: 20px;
	height: 30px;
	cursor: pointer;
	color: White;
	font-weight: bold;
	font-size:12px;
	padding-top:1px;
	padding-left:3px;	
}

.PushPinStyleBig
{
	position: relative;
	background-image:url(../icons/Pin_Big_Blue.gif);
	background-repeat:no-repeat;
	width: 33px;
	height: 32px;
	cursor: pointer;
	color: White;
	font-weight: bold;
	text-align: center;
	font-size:12px;	 
	padding-top:3px;
}

.PushPinStyleBigRed
{
	position: relative;
	background-image:url(../icons/Pin_Big_Red.gif);
	background-repeat:no-repeat;
	width: 33px;
	height: 32px;
	cursor: pointer;
	color: White;
	font-weight: bold;
	text-align: center;
	font-size:12px;	 
	padding-top:3px;
}

/*  Hacks to make the pushpin popup smaller and without margins */
.ero-actionsBackground { margin:0px!important;}
.ero-actions, .ero-paddingHack, .firstChild P { display:none; }
.ero-body { width:210px!important;}
.firstChild {	padding:5px!important; margin:0px!important; }
.VE_Pushpin_Popup_Title { font-size:10px!important; margin:0px!important;}
#MSVE_obliqueNotification {visibility: hidden;}

