@charset "utf-8";

.d3mls_maps_legend {
	padding-bottom: 6px;
}

.d3mls_maps_balloon {
	font-size:10px;
	color:#000;
	width:300px;
	height:140px;
}

.d3mls_maps_balloon_image {
	float: left;
	width:120px;
	padding:0 10px 0 0;
}

.d3mls_maps_balloon_content {
	float: left;
	width:170px;
}

.d3mls_maps_balloon_links {
	width:100%;
}

.d3mls_maps_balloon_links span {
	width:33%;
}

.d3mls_maps_balloon_links a {
	color:#000;
	font-weight:bold;
}

.d3mls_maps_dialog {
	overflow:hidden;
	width: 500px;
	height: 500px;
}

.d3mls_maps_dialog_tabs {
	overflow:hidden;
	width: 460px;
	height: 440px;
}

.d3mls_maps_dialog_tabpanel {
	width: 440px;
	height: 400px;
}

.d3mls_maps_dialog_tabpanel_item {
	width: 420px;
	height: 380px;
	overflow-y:auto;
	overflow-x:hidden;
}

/* override ui-tabs behavior so map will redraw */
.ui-tabs .ui-tabs-hide {
    position: absolute;
    left: -10000px;
}