#asset-map {
	height: 650px;
    width: 940px;
}

.asset-container{
	width: 100%;
	background-color: #f5f5f5;
	position:relative;
}

#asset-maps-container{
	position:relative;
	width: 940px;
	height: 650px;
}

.dem, .Dem { color: #1F365A; fill: #1F365A; }
.repub, .GOP { color: #BD1C00; fill: #BD1C00; }
.green { color: green; fill: green; }
.lib { color: yellow; fill: yellow;}
.voteYes { fill:#3a9532; }
.voteNo { fill:#bd1c00; }

path { fill-opacity: .6; fill: #a1a1a1; stroke: white; stroke-width: 2px; pointer-events:all; }
path:hover { fill-opacity: .4;  }

.elret-map-legend { font-family:Arial, Helvetica, sans-serif; font-size:.875em; padding:10px; border:1px solid #e8e8e8; border-radius:4px; z-index:999999999; position:absolute; bottom:40px; right:20px; width:190px; height:80px; background-color:#f5f5f5; }
.dialog-results UL { margin:0; padding:0; list-style:none; }
.dialog-results UL { background:none !important; margin:0 !important; padding:0 !important; }
.elret-map-legend UL { margin:0; padding:0; list-style:none; }
.elret-map-legend UL LI { background:none !important; margin:0 !important; padding:0 !important; }
.legend-pres { margin:0; padding:0; }
.leg-item { line-height:19px; margin:0; padding:0 !important; list-style:none; background:none !important; }
.leg-item DIV { vertical-align:middle; display:inline-block; margin:0 10px 1px 0; width:10px; height:10px; border:1px solid #d2d2d2; }
.leg-dem DIV { background-color:#1f365a; }
.leg-gop DIV { background-color:#bd1c00; }
.leg-yes DIV { background-color:#3a9532; }
.leg-no DIV { background-color: #bd1c00; }


#dialogBox, #dialogBox2 { display:none; z-index:9999999999999; position:absolute; width:155px; height:130px; padding:10px; box-shadow:1px 1px 3px #ccc; background-color:#f5f5f5; border:1px solid #e8e8e8; }
.dialog-title { font-weight:bold; }
.dialog-reporting { position:absolute; bottom:5px; right:5px; font-size:.6125em; font-style:italic; color:#666; }
.dialog-results { margin:5px 0 0 0; }
.dialog-cand { margin:0 0 7px 0; font-size:.75em; line-height:13px; }
.dialog-cand-name { display:inline-block; width:250px; }
.dialog-cand-pct { display:inline-block; width:20px; }
.dialog-cand-win { width:13px; height:13px; }
.dialog-cand-win IMG { width:13px; height:13px; margin:0 2px 0 0; background: #fff url(/wp-content/blogs.dir/1/files/special/2012/wbur_1106_election/dashboard/images/checkmark_sm.png) no-repeat 2px 3px; }

#asset-hover-tooltip {
    position: absolute;
    width: 260px;
    min-height: 75px;
    padding: 8px;
    font: 12px sans-serif;
    border: 1px;
    border-radius: 5px;
    color: #333;
    pointer-events: none;
    z-index: 999999999;
    border:1px solid #e8e8e8;
    background-color:#f5f5f5;
}

/* d3 tooltips in safari no worky without this */
.leaflet-map-pane { height: 200%; width: 200%; position:absolute; }
