/**
 * CSS Reset
 * From Blueprint reset.css
 * http://blueprintcss.googlecode.com
 */
 
 *
 {
	margin: 0px;
	padding: 0px;
	border: 0px;
 }
 
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {border-style: none;
	border-color: inherit;
	border-width: 0;
	margin: 0px 0 0 0;
	padding: 0;
	font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;
}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

/**
 * Basic Typography
 */
body {
	font-family: "Lucida Grande", Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #222;
	background: #fff;
	margin: 1em 1.5em;
	margin: 0px;
}
pre, code {
	margin: 1.5em 0;
	white-space: pre;
}
pre, code {
	font: 1em 'andale mono', 'lucida console', monospace;
	line-height:1.5;
}
a[href] {
	color: #436976;
	background-color: transparent;
}

.usuarioLogado a[href] {
	color: #C6EAC6;
	background-color: transparent;
}

h1, h2, h3, h4, h5, h6 {
	color: #003a6b;
	background-color: transparent;
	font: 100% 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	margin: 0;
	padding-top: 0.5em;
}
h1 {
	font-size: 130%;
	margin-bottom: 0.5em;
	border-bottom: 1px solid #fcb100;
}
h2 {
	font-size: 120%;
	margin-bottom: 0.5em;
	border-bottom: 1px solid #aaa;
}
h3 {
	font-size: 110%;
	margin-bottom: 0.5em;
	text-decoration: underline;
}
h4 {
	font-size: 100%;
	font-weight: bold;
}
h5 {
	font-size: 100%;
	font-weight: bold;
}
h6 {
	font-size: 80%;
	font-weight: bold;
}

#tags {
	display: none;
}

#docs p {
	margin-bottom: 0.5em;
}


#location {
	float: right;
}

/**
 * Estilos para a barra de ferramentas
 */
.hsControlPanel {
	padding: 3px;
	display: inline;
	background-image: url("../Content/img/bgAlphaToolbar.png");
	background-repeat:repeat;
	border: 2px solid #CCCCCC;
	width: 24px;
	height: 336px;
	top: 70px;
	left: 2px;
}

.hsControlPanel div
{
	padding: 4px 0px 0px 0px;
}

.olControlZoomPanel {
	background-image: url("img/bgAlphaToolbar.png");
	background-repeat:repeat;
	border: 2px solid #CCCCCC;
	width: 18px;
	height: 54px;
	top: 2px;
	left: 2px;
	padding: 6px;
}

.olControlZoomPanel div
{
	margin: 6px 0px 0px 6px;
}

.hsControlPanel .olControlNavigationItemActive { 
  background-image: url("img/maptools/pan_on.png");
  background-repeat: no-repeat;
}

.hsControlPanel .olControlNavigationItemInactive { 
  background-image: url("img/maptools/pan_off.png");
  background-repeat: no-repeat;
}

.hsControlPanel .hsControlZoomBoxItemActive { 
  background-image: url("img/maptools/draw_box_on.png");
  background-repeat: no-repeat;
}

.hsControlPanel .hsControlZoomBoxItemInactive {
  background-image: url("img/maptools/draw_box_off.png");
  background-repeat: no-repeat;
}

.hsControlPanel .hsControlMeasureLineItemActive { 
  background-image: url("img/maptools/measure_line_on.png");
  background-repeat: no-repeat;
}

.hsControlPanel .hsControlMeasureLineItemInactive {
  background-image: url("img/maptools/measure_line_off.png");
  background-repeat: no-repeat;
}

.hsControlPanel .hsControlMeasureAreaItemActive { 
  background-image: url("img/maptools/measure_polygon_on.png");
  background-repeat: no-repeat;
}

.hsControlPanel .hsControlMeasureAreaItemInactive {
  background-image: url("img/maptools/measure_polygon_off.png");
  background-repeat: no-repeat;
}

.hsControlPanel .hsControlGetMapURLItemActive { 
  background-image: url("img/maptools/world-link-icon.png");
  background-repeat: no-repeat;
}

.hsControlPanel .hsControlGetMapURLItemInactive { 
  background-image: url("img/maptools/world-link-icon.png");
  background-repeat: no-repeat;
}

.hsControlPanel .hsControlMultiLayerInfoItemActive { 
  background-image: url("img/maptools/multi_layer_info_on.png");
  background-repeat: no-repeat;
}

.hsControlPanel .hsControlMultiLayerInfoItemInactive {
  background-image: url("img/maptools/multi_layer_info_off.png");
  background-repeat: no-repeat;
}

.hsControlPanel .hsControlTopLayerInfoItemActive { 
  background-image: url("img/maptools/top_layer_info_on.png");
  background-repeat: no-repeat;
}

.hsControlPanel .hsControlTopLayerInfoItemInactive { 
  background-image: url("img/maptools/top_layer_info_off.png");
  background-repeat: no-repeat;
}

.hsControlPanel .hsControlVectorFeatureInfoItemActive { 
  background-image: url("img/maptools/vector_feature_info_on.png");
  background-repeat: no-repeat;
}

.hsControlPanel .hsControlVectorFeatureInfoItemInactive { 
  background-image: url("img/maptools/vector_feature_info_off.png");
  background-repeat: no-repeat;
}

.hsControlPanel .olControlDeleteFeatureItemActive { 
  background-image: url("../Scripts/Mapa/hslayers-3.1/build/theme/default/img/erase_on.png");
  background-repeat: no-repeat;
}

.hsControlPanel .olControlDeleteFeatureItemInactive { 
  background-image: url("../Scripts/Mapa/hslayers-3.1/build/theme/default/img/erase_off.png");
  background-repeat: no-repeat;
}

.hsControlPanel .hsControlDrawFeaturePointItemActive { 
  background-image: url("img/maptools/draw_point_on.png");
  background-repeat: no-repeat;
}

.hsControlPanel .hsControlDrawFeaturePointItemInactive { 
  background-image: url("img/maptools/draw_point_off.png");
  background-repeat: no-repeat;
}

.hsControlPanel .hsControlDrawFeaturePathItemActive { 
  background-image: url("img/maptools/draw_line_on.png");
  background-repeat: no-repeat;
}

.hsControlPanel .hsControlDrawFeaturePathItemInactive { 
  background-image: url("img/maptools/draw_line_off.png");
  background-repeat: no-repeat;
}

.hsControlPanel .hsControlDrawFeaturePolygonItemActive { 
  background-image: url("img/maptools/draw_polygon_on.png");
  background-repeat: no-repeat;
}

.hsControlPanel .hsControlDrawFeaturePolygonItemInactive { 
  background-image: url("img/maptools/draw_polygon_off.png");
  background-repeat: no-repeat;
}

.hsControlPanel .hsControlModifyFeatureItemActive { 
  background-image: url("img/maptools/resize_feature_on.png");
  background-repeat: no-repeat;
}

.hsControlPanel .hsControlModifyFeatureItemInactive { 
  background-image: url("img/maptools/resize_feature_off.png");
  background-repeat: no-repeat;
}

.hsControlPanel .hsControlDeleteFeatureItemActive { 
  background-image: url("img/maptools/delete_feature_on.png");
  background-repeat: no-repeat;
}

.hsControlPanel .hsControlDeleteFeatureItemInactive { 
  background-image: url("img/maptools/delete_feature_off.png");
  background-repeat: no-repeat;
}

.hsControlPanel .hsControlMetadataItemActive { 
  background-image: url("img/maptools/metadata_info_on.png");
  background-repeat: no-repeat;
}

.hsControlPanel .hsControlMetadataItemInactive { 
  background-image: url("img/maptools/metadata_info_off.png");
  background-repeat: no-repeat;
}