/*
  $Id: theme.css,v 1.0 7/14/2004 $

  JobManager, Custome Job Manager for Johnson Systems Inc.
  http://www.difdat.com

  Copyright (c) 2003 Digital-Focus Design and Technology

  Released under the GNU General Public License
*/

body {
	margin: 0px;
	background-color: #cccccc;
}
table {
	font-family: verdana;
}

button {
	font: 8px verdana;
}

input {
	font-size: 10px;
	font-family: Verdana;
}

a {
	text-decoration: none;
	color: #000000;
}
ahover {
	text-decoration: none;
	color: red;
}

table.mainPage {
	width: 760px;
	text-align: center;
	margin: auto;
	border-left: 1px #000000 solid;
	border-right: 1px #000000 solid;
	border-bottom: 1px #000000 solid;
	background-color: #ffffff;
}

td.topNav {
	border-bottom: 1px #000000 solid;
	font-size: 12px; 
	color: #ffffff;
	font-weight: bold;
	background-color: #000000;
	padding-left: 10px;
	padding-top: 2px;
}

a.topNav {
	text-decoration: none;
	color: #ffffff;
}
a.topNav:hover {
	text-decoration: none;
	color: red;
}

table.loginPage {
	width: 400px;
	text-align: center;
	margin: auto;
	border-top: 1px #000000 solid;
	border-left: 1px #000000 solid;
	border-right: 1px #000000 solid;
	border-bottom: 1px #000000 solid;
	background-color: #ffffff;
}