body {
	text-align: center;
	color: #000;
	background-color: #FEF7D4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
h1, h2, h3 {
	color: #0A6E2E; 
}
a
{
	color: #00AA00;
}
a:visited{
	color: #00AA00;
}

a img {
	border: none;
}

table.users{
	margin: 0px auto;
	border-collapse: collapse;
}

.users td, .users th{
	padding: 10px;
	text-align: center;
	border-bottom: 1px solid #BBBBBB;
}

table.form{
	margin: 0px auto;
	border-collapse: collapse;
}

.form td{
	padding: 10px;
	text-align: left;
	border-bottom: 1px solid #BBBBBB;
}

table{
	border-collapse: collapse;
	font-size: 13px;
}

.textbox{
	min-width: 30em;
}

.password{
	min-width: 15em;
}

textarea{
	min-width: 30em;
	min-height: 10em;
}

.length{
	width: 3em;
	margin-left: 10px;
}

.lengthsep{
	margin: 5px;
	font-weight: bold;
	text-transform: uppercase;
	margin-left: 20px;
}

td.submit{
	text-align: center;
}

.data{
	margin: 0px auto;
	text-align: center;
	overflow: scroll;
}
.data td, .data th{
	padding: 5px;
	border: 1px solid #666;
	white-space: nowrap;
}

.data td{
	margin: 0;
	
}

.cat{
	text-align: left;
}

.cat h3{
	font-size: 20px;
	font-weight: bold;
	margin: 5px 5px;
	border: none;
}

.loginform{
	margin: 0px auto;
}

.loginform td {
	border: none;
	text-align: left;
	padding: 10px;
}

.logout{
	font-size: 10px;
	margin-left: 5px;
}

.nav ul{
	list-style: none;
	margin-bottom: 25px;
}

.nav ul li{
	display: inline;
	margin: auto 15px;
}


/* Fields */
td { width: auto; }
.field-id { min-width: 50px; }
.field-desc { min-width: 200px; }
.field-number { min-width: 100px; }
.field-name { min-width: 150px; }
.field-location { min-width: 200px; }
.field-ownership { min-width: 100px; }
.field-condition { min-width: 200px; }
.field-maint { min-width: 50px; }
.field-fit { min-width: 50px; }
.field-length { min-width: 50px; }
.field-oiled { min-width: 50px; }
.field-brake { min-width: 50px; }
.field-inspection { min-width: 50px; }
.field-asbestos { min-width: 50px; }
.field-asbestosloc { min-width: 50px; text-align: center; }
.field-restrictions { min-width: 50px; text-align: center; }
.field-notes { min-width: 500px; text-align: left; }
.field-notes div { width: 500px; height: auto; white-space: normal; }
.field-asbestosloc div {width: 350px; height: auto; white-space: normal; text-align: left; }
.field-restrictions div { width: 350px; height: auto; white-space: normal; text-align: left; }

.even { background-color: #ede6c6;}
.alt { background-color: #e7fad1;}
.alt td.even { background-color: #d4e5bf;}

.validation{
	color: red;
}

.red{
	font-weight: bold;
	color: #FF0000;
}

p.error{
	font-weight: bold;
	color: #FF0000;
}

p.success{
	font-weight: bold;
}

.notification{
	text-align: center;
	font-weight: bold;
	color: #660000;
}

p.validation{
	margin-top: 50px;
	margin-bottom: 10px;
}

ul.validation{
	margin-bottom: 30px;
}

.newuser{
	margin-top: 100px;
}

/* Header */
.header {
	margin-top: 20px;
	margin-bottom: 20px;
}

.header img{
	vertical-align: middle;
}


/* Footer */
.footer-hr{
	width: 50%;
	margin-top: 50px;
}

.footer{
	width: 50%;
	margin: 0px auto;
	text-align: center;
	font-size: 11px;
}

.railwaycontact{
	float: left;
	width: 50%;
	text-align: left;
}

.webmastercontact{
	width: 100%;
	text-align: center;
}

.help
{
	position: absolute;
	right: 10px;
	top: 5px;
}


/* Other */
.note {
	max-width: 800px;
	text-align: center;
	font-weight: bold;
	margin: 5px auto;
	margin-bottom: 15px;
}

.left {
	text-align: left;
}

.sort-active { font-weight: bold; text-decoration: underline; }

img.attachment { vertical-align: text-bottom; }
img.doc-icon {
	 vertical-align: text-bottom; 
	 margin-right: 5px;
}
