/*****
*
* extern stylesheet for SQLiteSVG Demo Tasmania
* $Id: tasmania.css 91 2008-08-13 16:42:59Z klaus $
*
*****/

/* styles for map-layers */
.sea { fill:lightblue;stroke:none; }
.mainland { fill:beige;stroke:black;stroke-width:0.003; }
.island { fill:beige;stroke:black;stroke-width:0.003;stroke-dasharray:0.015,0.015; }
.lake { fill:deepskyblue; stroke:none; }
.reservoir { fill:deepskyblue; stroke:none; }
.watercours_l1 { fill:none;stroke:deepskyblue;stroke-width:0.007; }
.watercours_l2 { fill:none;stroke:deepskyblue;stroke-width:0.005;stroke-dasharray:0.015,0.015; }
.railway { fill:none;stroke:saddlebrown;stroke-width:0.007; }
.rail_station { fill:saddlebrown;stroke:none;display:none; }
.road2 { fill:none;stroke:red;stroke-width:0.009; }
.road3 { fill:none;stroke:green;stroke-width:0.007; }
.road4 { fill:none;stroke:black;stroke-width:0.005; }

/* style for annotation in pixel - hack for small font-sizes in version 0.1 */
.locality8px { fill:black;font-size:8px; }
.locality3px { fill:darkslategray;font-size:7px; }
.locality1px { fill:cornflowerblue;font-size:7.5px; }

/* style for annotation in geographic coordinate viewBox */
.locality8 { fill:black;font-size:0.08px; }
.locality3 { fill:darkslategray;font-size:0.07px; }
.locality1 { fill:cornflowerblue;font-size:0.075px; }

/* styles for thematic mapping of power-stations*/
.type_biomass { fill:green;stroke:white;stroke-width:0.15%; }
.type_gas { fill:orange;stroke:white;stroke-width:0.15%; }
.type_hydro { fill:royalblue;stroke:white;stroke-width:0.15%; }
.type_solar { fill:yellow;stroke:white;stroke-width:0.15%; }
.type_wind { fill:maroon;stroke:white;stroke-width:0.15%; }
.type_other { fill:grey;stroke:white;stroke-width:0.15%; }

/* styles for interface */
.ttitle { font-size:18px; }
.tpara { font-size:12px; }
.tlink { fill:navy; }
.tlegend { font-size:14px; }
.canvas { fill:none;stroke:#CCC;stroke-width:1; }
