/*

Matt's MySQL Panel - administer MySQL databases remotely
Copyright (C) 2001 Matt Wilson <matt@mattsscripts.co.uk

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.

*/

body {
	background-color: #ffffff;
}
td, th, a, input, select, textarea {
	font-family: sans-serif;
	font-size: 12px;
	color: black;
}
.td_sm {
	font-size: 10px;
}
.td_nav {
	background-color: #74ce50;
}
th {
	font-weight: bold;
	text-decoration: underline;
}
table {
	background-color: #f9f8ab;
}
a {
	text-decoration: underline;
}
.a_nav {
	font-size: 10px;
	color: black;
	text-decoration: none;
}
.a_nav:hover {
	text-decoration: underline;
}
.a_sb {
	font-size: 10px;
}
img {
	border: 0px;
}
h4 {
	font-size: 14px;
	text-decoration: underline;
	font-weight: bold;
}
/* this is for the main table of each page */
.tmain {
	border-width: thin;
	border-style: solid;
}

