/*############################################################################/
//##                                                                        ##/
//##  GasTracker version 1.0.0                                              ##/
//##  (c) 2004-2005 AustinSmoke Scripts                                     ##/
//##  distributed by kevinludlow.com                                        ##/
//##                                                                        ##/
//##  This software comes with no warranties or guarantees.  It is          ##/
//##  free software and can be modified and/or changed as necessary         ##/
//##  under the terms of the GNU/GPL public license.                        ##/
//##                                                                        ##/
//##  This software may not be sold or redistributed for profit.            ##/
//##                                                                        ##/
//##  FILE: style.css                                                       ##/
//##  CREATED BY: Kevin Ludlow                                              ##/
//##                                                                        ##/
//###########################################################################*/


body
{
  font-family: Verdana, Geneva, Helvetica, serif;
  font-size: 10px;
  color: #666;
  background: #ffffff;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
}

td
{
  font-size: 10px;
}

a
{
  color: #039;
  font-weight: bold;
  text-decoration: none;
}

a:link
{
  color: #039;
  font-weight: bold;
  text-decoration: none;
}

a:active
{
  color: #a00;
  font-weight: bold;
  text-decoration: none;
}

a:hover
{
  color: #a00;
  font-weight: bold;
  text-decoration: underline;
}

input, textarea, select 
{
  background: #fff;
  color: #000;
  border: 1px solid #ccc;
  margin: 2px 0;
}

input:focus 
{ 
  border: 1px solid #888; 
}

.downbutton
{
  background: #eee;
  color: #222;
  border: 1px outset #ccc;
  padding: .1em .5em;
}
.downbutton:hover
{
  background: #ccb;
}
