body {
	font-family: sans-serif;
	color: #000000;
	background-color : #FFFFFF;
	font-size: 3.5mm;
	line-height: 4mm;
}

#content h1 {
	font-size: 1.5em;
}

#content h2 {
	font-size: 1.2em;
	margin: 1em 0 0.5em 0;
}

#content input, #content select {
	border: 1px solid #999999;
}

/* STANDARD DATA TABLE */
table.dataListing {
	border-collapse: collapse;
	margin: 0 0 1em 0;
	border-bottom: 1px solid #999999;
	font-size: 0.9em;
}

table.dataListing th {
	background-color: #00356d;
	color: #FFFFFF;
}

table.dataListing th.sort_asc, table.dataListing th.sort_desc:hover, table.dataListing th.unsort:hover {
	background: url(/images/sort_asc.png) #AAAAAA no-repeat center right;
}

table.dataListing th.sort_desc , table.dataListing th.sort_asc:hover {
	background: url(/images/sort_desc.png) #AAAAAA no-repeat center right;	
}


table.dataListing th a {
	display: block;
	padding: 0.1em 0.8em;
	background-color: transparent;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: none;
}

table.dataListing th a:hover {
/*	color: #00356d; */
	text-decoration: underline;
}

table.dataListing td {
	padding: 0.25em 0.8em;
	text-align: center;
}

table.dataListing td a {
	font-weight: bold;
	text-decoration: none;
	color: #00356d;	
}

table.dataListing td a:hover {
	color: #00356d;
}

/* CONTENT-SPECIFIC CELL STYLES */
table.dataListing .select {
	padding-left: 0.4em;
	padding-right: 0.4em;
}

table.dataListing .machine_name {
	text-align: left;
}

table.dataListing td.machine_condition, table.dataListing td.lube_condition {
	font-weight: bold;
}


table.dataListing input {
	font-size: 1em;
	font-weight: normal;
	border: 1px solid #999999;
}

/* DATA SHEET */
table.dataSheet {
	width: 95%;
	margin: 0 0 2em 0;
	border-bottom: 1px solid #999999;
}

.dataSheet input, .dataSheet select {
	border: 1px solid #999999;
}

.dataSheet caption {
	text-align: left;
	background-color: #00356d;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0;
	padding: 0.25em 0.5em;
}

.dataSheet th, .dataSheet td {
	padding: 0.1em 0.2em;
	color: #999999;
}

.dataSheet th {
	width: 12em;
	text-align: right;
	vertical-align: middle;
	font-weight: bold;
	padding: 0.25em 0.5em;
}

.dataSheet .required th {
	color: #43789f;
}


.dataSheet table {
	margin: 0;
}

.dataSheet table td {
	padding: 0.1em 0.2em
}

.dataSheet .calendarCell {
	text-align: center;
	color: #43789f;
	font-weight: bold;
}

/* CONTENT SELECTOR FORM */
form.content_selector {
	font-size: 1.1em;
	margin: 0 0 1em 0;
}

form.content_selector label {
	margin: 0 2em 0 0;
	font-weight: bold;
	color: #000000;	
}

form.content_selector select {
	border: 1px solid #999999;
}

/* EVEN / ODD */
table tr.even td {
	background-color: #FFFFFF;
}

table tr.odd td {
	background-color: #EEEEEE;
}

/* CONDITION COLORS */
.cond_norm, .cond_marg, .cond_crit {
	padding: 0;
	margin: 0;
}

.cond_norm {
	color: #009C08;
}
.cond_marg {
	color: #FF9C00;
}
.cond_crit {
	color: #F52200;
}

/* STATUS MESSAGES */
span.msgInfo, span.msgError {
	font-size: 1.2em;
	font-weight: bold;
	padding: 0.2em 0.5em;
}

span.msgInfo {
	color: #00D400;
}

span.msgError {
	color: #FE280E;
}

.button, button {
	padding: 0.1em 0.5em 0.1em 0.5em;
	color: #000000;
	font-size: 0.9em;
	font-family: sans-serif;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid;
	border-color: #EEEEEE #666666 #666666 #EEEEEE;
	background-color: #CCCCCC;
}

.button:hover, button:hover {
	color: #43789f;
	background-color: #CCCCCC;
	cursor: default;
}

.button:active, button:active {
	border-color: #666666 #EEEEEE #EEEEEE #666666 ;
	padding: 0.1em 0.4em 0.1em 0.6em;
}

.noborder {
	border: none;
}
.machcontent:link {
        color: #000000;
        font-size: 10pt;
        background-color: #ffffff;
        border: 1px outset #666666;
}
.machcontent:visited {
        color: #000000;
        font-size: 10pt;
        border: 1px outset #666666;
        background-color: #ffffff;
}
.machcontent:hover {
        text-decoration:
        overline;
        background-color: #ffffff;
        border: 1px outset #666666;
}
.machcontent:active {
        color: #000000;
        font-size: 10pt;
        border: 1px outset #666666;
        background-color: #ffffff;
}

