/*	eKLIPS SVG Map Document Style Sheet	*/

text			{ font-size: 400pt }

.neatlines		{ stroke: black; fill:none; stroke-width: 10 }
.clipline		{ stroke: black; fill:none; stroke-width: 10 }

#westgridlines		{ stroke: aqua; stroke-width: 10 }
#eastgridlines		{ stroke: aqua; stroke-width: 10 }
#westgridnumbers	{ font-size: 400; fill:aqua; alignment-baseline:middle; text-anchor:middle; }
#eastgridnumbers	{ font-size: 400; fill:aqua; alignment-baseline:middle; text-anchor:middle; }

.mindistancelimit	{ fill: none; stroke: red; stroke-width: 10; }
.maxdistancelimit	{ fill: none; stroke: red; stroke-width: 10; }

.pilotdeclaredgoals	{ fill: yellow; stroke: red; stroke-width: 10; }
.pilotdeclaredgoal	{ fill: red; stroke: yellow; stroke-width: 10; }

.markerred		{ fill: red; stroke: red; stroke-width: 10; }
.markerblack		{ fill: black; stroke: black; stroke-width: 10; }
.markerlightblue	{ fill: lightblue; stroke: black; stroke-width: 10; }
.markerorange		{ fill: orange; stroke: black; stroke-width: 10; }
.markerpink		{ fill: pink; stroke: black; stroke-width: 10; }
.markerpurple		{ fill: purple; stroke: black; stroke-width: 10; }
.markerwhite		{ fill: white; stroke: black; stroke-width: 10; }
.markeryellow		{ fill: yellow; stroke: black; stroke-width: 10; }

.markerredyes		{ fill: red; stroke: green; stroke-width: 10; }
.markerblackyes		{ fill: black; stroke: green; stroke-width: 10; }
.markerlightblueyes	{ fill: lightblue; stroke: green; stroke-width: 10; }
.markerorangeyes	{ fill: orange; green: black; stroke-width: 10; }
.markerpinkyes		{ fill: pink; stroke: green; stroke-width: 10; }
.markerpurpleyes	{ fill: purple; stroke: green; stroke-width: 10; }
.markerwhiteyes		{ fill: white; stroke: green; stroke-width: 10; }
.markeryellowyes	{ fill: yellow; stroke: green; stroke-width: 10; }

.markerredno		{ fill: red; stroke: red; stroke-width: 10; }
.markerblackno		{ fill: black; stroke: red; stroke-width: 10; }
.markerlightblueno	{ fill: lightblue; stroke: red; stroke-width: 10; }
.markerorangeno		{ fill: orange; stroke: red; stroke-width: 10; }
.markerpinkno		{ fill: pink; stroke: red; stroke-width: 10; }
.markerpurpleno		{ fill: purple; stroke: red; stroke-width: 10; }
.markerwhiteno		{ fill: white; stroke: red; stroke-width: 10; }
.markeryellowno		{ fill: yellow; stroke: red; stroke-width: 10; }

.flightline0		{ fill: none; stroke: blue; stroke-width: 20;  }
.flightline1		{ fill: none; stroke: fuchsia; stroke-width: 20;  }
.flightline2		{ fill: none; stroke: gray; stroke-width: 20;  }
.flightline3		{ fill: none; stroke: green; stroke-width: 20;  }
.flightline4		{ fill: none; stroke: lime; stroke-width: 20;  }
.flightline5		{ fill: none; stroke: maroon; stroke-width: 20;  }
.flightline6		{ fill: none; stroke: navy; stroke-width: 20;  }
.flightline7		{ fill: none; stroke: olive; stroke-width: 20;  }
.flightline8		{ fill: none; stroke: purple; stroke-width: 20;  }
.flightline9		{ fill: none; stroke: teal; stroke-width: 20;  }

.text0			{ font-size:300; fill:blue; alignment-baseline:middle; text-anchor:end; }
.text1			{ font-size:300; fill:fuchsia; alignment-baseline:middle; text-anchor:end; }
.text2			{ font-size:300; fill:gray; alignment-baseline:middle; text-anchor:end; }
.text3			{ font-size:300; fill:green; alignment-baseline:middle; text-anchor:end; }
.text4			{ font-size:300; fill:lime; alignment-baseline:middle; text-anchor:end; }
.text5			{ font-size:300; fill:maroon; alignment-baseline:middle; text-anchor:end; }
.text6			{ font-size:300; fill:navy; alignment-baseline:middle; text-anchor:end; }
.text7			{ font-size:300; fill:olive; alignment-baseline:middle; text-anchor:end; }
.text8			{ font-size:300; fill:purple; alignment-baseline:middle; text-anchor:end; }
.text9			{ font-size:300; fill:teal; alignment-baseline:middle; text-anchor:end; }

.pzyellow		{ fill: yellow; stroke: black; stroke-width: 20; }
.pzred			{ fill: red; stroke: black; stroke-width: 20; }
.pzblue			{ fill: lightblue; stroke: black; stroke-width: 20; }
.pzsensitivearea	{ fill: pink; stroke: black; stroke-width: 20; }
.pzoutofbounds		{ fill: yellow; stroke: black; stroke-width: 20; }
.pznotincompetitionarea	{ fill: black; stroke: black; stroke-width: 20; }
.pzredroad		{ fill: none; stroke: red; stroke-width: 200; }
.pzpowerline		{ fill: none; stroke: blue; stroke-width: 200; }

.clp			{ font-size: 500; fill:black; }
.pzname			{ font-size: 500; fill:black; alignment-baseline:middle; text-anchor:middle; }

.rtlline		{ fill: none; stroke: green; stroke-width: 40;  }

