/********************
Level 1
********************/

/* REPORT GOOGLEMAP */

.report_googlemap_baloon_tabella {
}

.report_googlemap_campo_titolo,
.report_googlemap_campo_contenuto {
	border-collapse: collapse;
	margin: 0px;
}

.report_googlemap_campo_titolo > tbody > tr > td,
.report_googlemap_campo_contenuto > tbody > tr > td {
	padding: 5px;
}

.report_googlemap_top .report_googlemap_campo_titolo > tbody > tr > td,
.report_googlemap_top .report_googlemap_campo_contenuto > tbody > tr > td,
.report_googlemap_bottom .report_googlemap_campo_titolo > tbody > tr > td,
.report_googlemap_bottom .report_googlemap_campo_contenuto > tbody > tr > td {
	padding: 2px 10px 2px 0px;
}

.report_googlemap_baloon_nome_campo {
	vertical-align: top;
	font-weight: bold;
}

.report_googlemap_baloon_valore_campo {
	vertical-align: top;
}

.report_googlemap_container {
	width:auto;
	height:auto;
	margin:auto;
	padding: 0px;
}

.report_googlemap_row_top {
	float:left;
	height:auto;
	width:auto;
	margin: 0px;
	padding: 0px;
}

.report_googlemap_row_middle {
	float:left;
	width:auto;
	height:auto;
	margin: 0px;
	padding: 0px;
}

.report_googlemap_row_bottom {
	float:left;
	width:auto;
	height:auto;
	margin: 0px;
	padding: 0px;
}

.report_googlemap_topleft {
	float:left;
	width:250px;
	height:35px;
}

.report_googlemap_top {
	float:left;
	width:700px;
	height:35px;
}

.report_googlemap_topright {
	float:left;
	width:0px;
	height:35px;
}

.report_googlemap_left {
	float:left;
	width:250px;
	height:600px;
}

.report_googlemap_center {
	float:left;
	width:700px;
	height:600px;
}

.report_googlemap_right {
	float:left;
	width:0px;
	height:600px;
}

.report_googlemap_bottomleft {
	float:left;
	width:250px;
	height:0px;
}

.report_googlemap_bottom {
	float:left;
	width:700px;
	height:0px;
}

.report_googlemap_bottomright {
	float:left;
	width:0px;
	height:0px;
}

.report_googlemap_map {
	width: 100%;
	height: 100%;
}

.report_googlemap_results {
	height:auto;
	width:600px;
	overflow: auto;
}

.report_googlemap_results table tr td {
	border: 0px solid black;
	border-collapse: collapse;
	padding-left: 2px;
	padding-right: 2px;
}

.report_googlemap_results thead {
	height:20px;
	font-weight: bold;
	background-color: #E0E0E0;
}

.report_googlemap_results_icons {
	text-align:right;
}

.report_googlemap_nome_campo {
	float: left;
	font-weight:bold;
}

.report_googlemap_select_all {
	float: right;
}

.report_googlemap_select_all input {
	margin-left: 5px;
}

.result1 {
	background-color: #FFFFFF;
}

.result2 {
	background-color: #F0F0F0;
}

.report_googlemap_topleft .report_googlemap_search_buttons,
.report_googlemap_left .report_googlemap_search_buttons,
.report_googlemap_bottomleft .report_googlemap_search_buttons,
.report_googlemap_topright .report_googlemap_search_buttons,
.report_googlemap_right .report_googlemap_search_buttons,
.report_googlemap_bottomright .report_googlemap_search_buttons {
	text-align: center;
}

.report_googlemap_search_buttons button,
.report_googlemap_search_buttons input {

}


/********************
Level 2
********************/




/********************
Level 3
********************/

