


/* 
	Page sections' positions 
*/

.spazioiframe { 

	padding-left: 15px; 

}
div#map { 
	position: absolute;   
	top: 0px;
	left: 0px;
	border-style: solid;
	border-width: 1px;
	border-color: DarkGray;	
	border-color: #c3c65e;	
	background-color: #e6d88c;		
	z-index: 0;
	font-size:9px;
}

table div #map  { 
	position: absolute;   
	top: 0px;
	left: 0px;
	border-style: solid;
	border-width: 1px;
	border-color: DarkGray;	
	border-color: #c3c65e;	
	background-color: #e6d88c;		
	z-index: 0;
	font-size:9px;
}

td div #map  { 
	position: absolute;   
	top: 0px;
	left: 0px;
	border-style: solid;
	border-width: 1px;
	border-color: DarkGray;	
	border-color: #c3c65e;	
	background-color: #e6d88c;		
	z-index: 0;
	font-size:9px;
}

div#map-pan-section { 
	position: relative; 
	border-style: solid;
	border-width: 1px;
	border-color: #c3c65e;	
	background-color: #e6d88c;	
	z-index: 1;
}

div#map-section { 
	position: absolute 
	z-index: 2;
}

div#map-c-section { 
	position: relative; 
	vertical-align: top;
	margin-right: -2px;
}

div#map-legend-section { 
	position: relative; 
	vertical-align: top;
	margin-right: -2px;
}

div#map-control-section { 
	float:center;
	position: relative; 
	margin-right: -2px;
}

/*
	Graphic styles
*/

/* Default style */
body.map { 
	background-color: White; 
}

/* Class to contain other elements (it is usually a div) */
.map-box { 
	background-color: #e6d88c; 
    border-style: none;
}

/* Alternative class to contain other elements (it is usually a div) */
.map-alt-box { 
	background-color: LightSlateGray; 
    border-style: none;
}

/* Used to hide navigation menu */
div.map-skip {
    position: absolute;
    top: -300px;
    z-index: 99;
}

.map-legend-layer { 
	background-color: #c3c65e; 
	font-size: 10px;
	margin: 2px;
	border: 0px;

}

map-legend-layer-list {
	list-style-type: none;
	text-align: left;
	margin-left: 0px;
	margin-right: 0px;

}

map-legend-layer-entry {
    float: left;
	overflow: hidden;	
	margin-left: 2px;
	margin-right: 2px;
}

.map-button { 
	color: Black; 

/* XXX 	vertical-align: middle; 
 	text-align: center; */
}

#map-zoomto { 
	border: 1px;
	border-color: #000000;
}

/*
	Table styles
*/

table.map-terse { 
	display: block-table;
	empty-cells: show;
}
th.map-terse { 
	display: table-cell; 
	color: White; 
	background-color: #e6d88c; 

	font-size: 12px; 
	border-style: solid;
	border-width: 1px;
	border-color: #c3c65e;	
	text-align: center;
}
tr.map-terse { 
	display: table-row;
}
td.map-terse { 
	display: table-cell;
	border-style: solid;
	border-width: 1px;
	border-color: #c3c65e;	
}


/*
	Text styles
*/

/* Default text */

* { 
	color: Black; 

	padding: 0px;
	spacing: 0px;
}

.map-title { 
	font-weight: bold; 
}

.map-message { 
	background-color: White; 
	color: Blue; 

}

.map-forms-validation-error { 
	background-color: Red; 
	color: white; 

}

.map-forms-validation-message { 
	background-color: Red; 
	color: black; 

}

.map-forms-field-required { 
	background-color: White; 
	color: red; 

}
