html, body, #map_canvas{
	width:100%;
	height:100%;
	margin:0px;
	top:0px;
	overflow:hidden;
  font-family: arial,helvetica,sans-serif;
  font-size: 13px;
}

.layer-select {
  font-family:arial,tahoma,helvetica,sans-serif;
  font-size: 14px;
  font-style:normal;
  color: white;
  font-weight: bold;
  background-image:url(/static/application/img/legend.png);
}

.search-item {
	border-color:#FFFFFF #FFFFFF #EEEEEE;
	border-style:solid;
	border-width:1px;
	color:#555555;
	font-family:tahoma,arial,helvetica,sans-serif;
	font-size:11px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	padding:3px 10px;
	white-space:normal;	
}



.marker-icon {
    background-image:url(/static/application/img/icons/flag_red.gif) !important;
}

.x-tree-ec-icon, .x-tree-elbow, .x-tree-elbow-end {
	height:0px;
	width:4px;
}
