/*
Copyright (C) 2009 Michael Kirkland

This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA

Contact:  svg_graph@michaelkirkland.org
Website:  http://michaelkirkland.org/svg_graph
*/

.svg_background
{
  fill: #FFFFFF;
}

.graph_background
{
  fill: #F0F0F0;
}

.guideline
{
  fill: none;
  stroke: #666666;
  stroke-width: 1px;
}

.ytick_label
{
  font-size: small;
}

.mouseover
{
  opacity: 0;
}

.plot0
{
  fill: none;
  stroke: #0000ff;
  stroke-width: 1px;
}

.dot0
{
  fill: #0000ff;
  opacity: 0.2
}

.fill0
{
  fill: #0000ff;
}

.plot1
{
  fill: none;
  stroke: #00ff00;
  stroke-width: 1px;
}

.dot1
{
  fill: #00ff00;
  opacity: 0.2
}

.fill1
{
  fill: #00ff00;
}

.plot2
{
  fill: none;
  stroke: #00ffff;
  stroke-width: 1px;
}

.dot2
{
  fill: #00ffff;
  opacity: 0.2
}

.fill2
{
  fill: #00ffff;
}

.plot3
{
  fill: none;
  stroke: #ff0000;
  stroke-width: 1px;
}

.dot3
{
  fill: #ff0000;
  opacity: 0.2
}

.fill3
{
  fill: #ff0000;
}

.plot4
{
  fill: none;
  stroke: #ff00ff;
  stroke-width: 1px;
}

.dot4
{
  fill: #ff00ff;
  opacity: 0.2
}

.fill4
{
  fill: #ff00ff;
}

.plot5
{
  fill: none;
  stroke: #ffff00;
  stroke-width: 1px;
}

.dot5
{
  fill: #ffff00;
  opacity: 0.2
}

.fill5
{
  fill: #ffff00;
}

.plot6
{
  fill: none;
  stroke: #cc6666;
  stroke-width: 1px;
}

.dot6
{
  fill: #cc6666;
  opacity: 0.2
}

.fill6
{
  fill: #cc6666;
}

.plot7
{
  fill: none;
  stroke: #663399;
  stroke-width: 1px;
}

.dot7
{
  fill: #663399;
  opacity: 0.2
}

.fill7
{
  fill: #663399;
}

.plot8
{
  fill: none;
  stroke: #339900;
  stroke-width: 1px;
}

.dot8
{
  fill: #339900;
  opacity: 0.2
}

.fill8
{
  fill: #339900;
}

.plot9
{
  fill: none;
  stroke: #9966ff;
  stroke-width: 1px;
}

.dot9
{
  fill: #9966ff;
  opacity: 0.2
}

.fill9
{
  fill: #9966ff;
}

.plot10
{
  fill: none;
  stroke: #000000;
  stroke-width: 1px;
}

.dot10
{
  fill: #000000;
  opacity: 0.2
}

.fill10
{
  fill: #000000;
}

#graph
{
  border: 1px solid black;
}
