.nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus {
  outline: none !important
}
.panel {
	font-family: Verdana, Geneva, sans-serif; !important;
	border-color:#999;
}
.panel-heading{
	color:#FFF;
	font-weight:bold;
	border-bottom:1px #CCC solid;
	padding-left: 8px !important;
}
.panel-body {
	padding: 4px !important;
}
.panel-footer {
	font-size:.80em;
}
/*interchange layer */
.panel-ezotg {
	width:410px;
	height:350px;	
}
.panel-ezotg .panel-heading {
	background-color:#6C2887;
}

/*IE 11 google map hack for pan on map*/
.gmnoprint div[title^="Pan"] {
  opacity: 0 !important;
}
/**************************************/
#detailampview {
	width: 390px;
	height: 251px;
}
#detailmap {
	width: 390px;
	height: 225px;
	margin:0 10px;
}
.gmapbgcolor {
	background-color: #fff !important;
}
#print {
	margin-bottom: 2px;
}
#loadingbox {
	border: medium double #a7049b;
	background-color: #ebebe0;
	filter: alpha(opacity=85); /* IE's opacity*/
	opacity: 0.85;
	-moz-opacity: 0.85;
	position: absolute;
	text-align: center;
	left: 42%;
	top: 50%;
	visibility: hidden;
	padding: 10px;
	height: 80px;
	width: 140px;
	z-index: 990;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	text-transform: capitalize;
	color: black;
}
#togglepanel {
	float: left;
	height: 500px;
	width: 1%;
	margin: 0;
	padding: 0;
	background-color: #fff;
}
.userinfobox {
	background-color: #f4f4f4;
	width: 80%;
	border: 1px solid black;
	text-align: left;
	margin: auto;
	padding: 10px;
}
.startaddrlnav {
	display: table;
	border: gray 1px solid;
	padding: 3px 5px 0 0;
	border-color: gray;
	background-color: #e5e5e5;
	text-align: left;
	width:100%;
}
.nolocationslnav {
	border-spacing: 5px;
	border: gray 1px solid;
	padding-left: 0;
	border-color: gray;
	background-color: #e5e5e5;
}
.ezpotgbox {
	width: 300px;
	height: 200px;
	margin: 0 0 4px 0;
	border: #a7049b 1px solid;
	background-color: #ebebe0;
}
.ezpotgboxtitle {
	padding: 2px;
	border-bottom: #a7049b 1px solid;
	background-color: purple;
	font-weight: bold;
	color: #fff;
}
v\:* {
	behavior: url(#default#VML);
}
.hide {
	display: none;
	visibility: hidden;
}
.hrbar {
	border-bottom: #ccc 1px dashed;
	padding: 2px 0 2px 0;
}