/*
 * javatator - Multi-database admin tool.
 *
 * Copyright (C) 2001  Jason Davies.
 *     If you want to help or want to report any bugs, please email me:
 *     jason@javaphilia.com
 *
 * Copyright (C) 2019, 2022  AO Industries, Inc.
 *     support@aoindustries.com
 *     7262 Bull Pen Cir
 *     Mobile, AL 36695
 *
 * This program is free software; you can redistribute it and/or
 * modify it under the terms of the GNU General Public License
 * as published by the Free Software Foundation; either version 2
 * of the License, or (at your option) any later version.
 *
 * This program 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 General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program; if not, write to the Free Software
 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 */
A {color:green;}
BODY {
  background-color:#ffffff;
  font-family:arial,sans-serif;
  color:#6f6f6f;
}
CODE {font-family:monospace;}
INPUT {font-family:monospace;}
PRE {font-family:monospace;}
TD {
  font-family:arial,sans-serif;
  background-color:#ebffed;
  color:#6f6f6f;
}
TEXTAREA {font-family:monospace;}
TH {
  font-family:arial,sans-serif;
  font-weight: bold;
  background-color:#ebffed;
  color:#6f6f6f;
}

.ALTBG {background-color:#ecf8ff;}
.ALTBODY {
  background-color:#ecf8ff;
  font-family:arial,sans-serif;
  color:#6f6f6f;
}
.ALTBORDER {background-color:#b4d0dc;}
.DEFAULTBG {background-color:#ffffff;}
.ERROR {
  font-family:arial,sans-serif;
  font-weight:bold;
  color:red;
}
.HEADER {
  text-align:center;
  font-size:large;
}
.NORMBORDER {background-color:#a8dda0;}
.TABLELINK {color:#333399;}
