svg.green text, svg.red text, svg.yellow text { fill:#ffffff; }
svg.ltblue text { fill:#000000; }

svg.green path,  svg.green circle   { fill: #6e9678; stroke-width: 2px; stroke: #000000; }
svg.ltblue path,  svg.ltblue circle   { fill: #e1d7be; stroke-width: 2px; stroke: #000000; }
svg.yellow path,  svg.yellow circle   { fill: #c89b4b; stroke-width: 2px; stroke: #000000; }
svg.red path,  svg.red circle   { fill: #00281e; stroke-width: 2px; stroke: #000000; }

.co2maps_rollover_box .green,    .co2maps_gallery_box .green,          .eplatmap_lot_status_avail, .eplatmap_lot_status_greenhouse { color: #6e9678; padding:4px;background-color:#ffffff; }
.co2maps_rollover_box .ltblue,    .co2maps_gallery_box .ltblue,          .eplatmap_lot_status_lot { color: #e1d7be; }
.co2maps_rollover_box .gold,    .co2maps_gallery_box .gold,          .eplatmap_lot_status_uc, .eplatmap_lot_status_goldhouse { color: #ffffff; }
.co2maps_rollover_box .red,    .co2maps_gallery_box .red,          .eplatmap_lot_status_sold, { color: #00281e; }
