/*###################################################
#Copyright (C) 2001 Stuart Wigley (stuartwigley@yahoo.co.uk) 
#
#general.css 18/04/2001   
#
#This file is part of workbench.
#
#workbench 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.
#
#workbench 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 workbench; if not, write to the Free Software
#Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
#####################################################/

/*this section contains all positional ids*/
#top50left100 {
	top: 50px;
	left: 100px;
	position: absolute;
	}
/*this section contains all formatting classes*/	
.center {
	text-align: center;
	}
.table1 {
	width: 100%;
	}
.table2 {
	width: 500px;
	}
.table3 {
	width: 600px;
	margin: 20;
	}
.table4 {
	width: 250px;
	margin: 10;
	border: thin solid #cccccc;
	}
.navbar {
	width: 100px;
	background-color: #9999cc;
	}
.rowtitle {
	background-color: #cccccc;
	}
.title {
	background-color: #9999cc;
	}
.tiny {
	margin: 0 0 0 0;
	font-family: Verdana;
	font-size: 60%;
	color: #aaaaaa;
	}
/*this section contains all formatting elements*/
form {
	margin: 0;
	}
input, textarea, select, option {
	font-family: Verdana;
	font-size: 100%;
	color: #000066;
	background-color: #dddddd;
	border: 1px solid #aaaaaa;
	scrollbar-3dlight-color: #eeeeee;
	scrollbar-arrow-color: #aaaaaa;
	scrollbar-base-color: #cccccc;
	scrollbar-darkshadow-color: #bbbbbb;
	scrollbar-face-color: #dddddd;
	scrollbar-highlight-color: #eeeeee;
	scrollbar-shadow-color: #cccccc;
	scrollbar-track-color: #cccccc;
	}
table {
	border-spacing: 0;
	}
td {
	font-family: Verdana;
	font-size: 70%;
	vertical-align: top;
	padding: 0px;
	}
td.stats{
	vertical-align: bottom;
	}
td.mid{
	vertical-align: middle;
	}
p {
	text-align: justify;
	margin: 5 0 0 0;
	}
p.white {
	text-align: justify;
	margin: 0 0 0 0;
	color: #ffffff;
	}
p.whiteRight {
	text-align: right;
	margin: 0 10 0 0;
	color: #ffffff;
	}
.white {
	color: #ffffff;
	}
.warning {
	color: #ff0000;
	background-color: #cccccc;
	}
h3 {
	font-family: Arial;
	font-weight: 400;
	color: #ffffff;
	font-size: 125%;
	margin: 0;
	text-align: center;
	}
h1 {
	font-weight: 700;
	font-family: Verdana;
	color: #000066;
	font-size: 250%;
	margin: 10;
	}
h5 {
	font-weight: 700;
	font-family: Verdana;
	color: #000066;
	font-size: 100%;
	margin: 0;
	}
h6 {
	font-weight: 400;
	color: #000066;
	font-size: 100%;
	margin: 0;
	}
a:link{
	color: #000099;
	text-decoration: none;
	}
a:visited{
	color: #000099;
	text-decoration: none;
	}
a:active{
	color: #0000ff;
	text-decoration: none;
	}
a:hover{
	color: #000099;
	text-decoration: none;
	}
a.nav:link{
	color: #000099;
	text-decoration: none;
	}
a.nav:visited{
	color: #000099;
	text-decoration: none;
	}
a.nav:active{
	color: #ffffff;
	text-decoration: none;
	}
a.nav:hover{
	color: #ffffff;
	text-decoration: none;
	}
ul {
	margin-top: 0;
	margin-bottom: 0;
	}
.cName {
	font-family: Arial;
	font-weight: 400;
	color: #ffffff;
	font-size: 200%;
	margin: 0 0 0 0;
	text-align: left;
	}
