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: #e31936;
	color: #FFFFFF;
        text-align: left;
}

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

table.dataListing th.sort_desc , table.dataListing th.sort_asc:hover {
	background: url(/images/sort_desc.png) #D88207 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: #FFEACB; */
	text-decoration: underline;
}

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

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

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

/* 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 SHEET1 */
table.dataSheet1 {
        width: 95%;
        margin: 0 0 0 0;
        border-bottom: 1px solid #999999;
}

.dataSheet1 th {
        text-align: center;
        vertical-align: middle;
        font-weight: bold;
        padding: 0.1em 0.25em;
        color: #999999;
}
.dataSheet1 td {
        text-align: center;
        vertical-align: middle;
        padding: 0.1em 0.25em;
}

.dataSheet1 table {
        margin: 0;
        empty-cells: show;
        border: 1;
}

/* 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: #e31936;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0;
	padding: 0.25em 0.5em;
}

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

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

.dataSheet .required th {
	color: #FF0000;
}


.dataSheet table {
	margin: 0;
}

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

.dataSheet .calendarCell {
	text-align: center;
	color: #e31936;
	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: #FF0000;
}

.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: #FF0000;
	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: #e31936;
        font-size: 10pt;
        background-color: #ffffff;
        border: 1px outset #666666;
}
.machcontent:visited {
        color: #e31936;
        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: #e31936;
        font-size: 10pt;
        border: 1px outset #666666;
        background-color: #ffffff;
}

.dataTables_wrapper {
        position: relative;
        clear: both;
        zoom: 1; /* Feeling sorry for IE */
}
.dataTables_processing {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 250px;
        height: 30px;
        margin-left: -125px;
        margin-top: -15px;
        padding: 14px 0 2px 0;
        border: 1px solid #ddd;
        text-align: center;
        color: #999;
        font-size: 14px;
        background-color: white;
}

.dataTables_info {
        width: 60%;
        float: left;
}

.dataTables_paginate {
        float: right;
        text-align: right;
}

/* Pagination nested */
.paginate_disabled_previous, .paginate_enabled_previous,
.paginate_disabled_next, .paginate_enabled_next {
        height: 19px;
        float: left;
        cursor: pointer;
        *cursor: hand;
        color: #111 !important;
}
.paginate_disabled_previous:hover, .paginate_enabled_previous:hover,
.paginate_disabled_next:hover, .paginate_enabled_next:hover {
        text-decoration: none !important;
}
.paginate_disabled_previous:active, .paginate_enabled_previous:active,
.paginate_disabled_next:active, .paginate_enabled_next:active {
        outline: none;
}
.paginate_disabled_previous,
.paginate_disabled_next {
        color: #666 !important;
}
.paginate_disabled_previous, .paginate_enabled_previous {
        padding-left: 23px;
}
.paginate_disabled_next, .paginate_enabled_next {
        padding-right: 23px;
        margin-left: 10px;
}
.paginate_disabled_previous {
        background: url('/images/back_disabled.png') no-repeat top left;
}

.paginate_enabled_previous {
        background: url('/images/back_enabled.png') no-repeat top left;
}
.paginate_enabled_previous:hover {
        background: url('/images/back_enabled_hover.png') no-repeat top left;
}

.paginate_disabled_next {
        background: url('/images/forward_disabled.png') no-repeat top right;
}

.paginate_enabled_next {
        background: url('/images/forward_enabled.png') no-repeat top right;
}
.paginate_enabled_next:hover {
        background: url('/images/forward_enabled_hover.png') no-repeat top right;
}
.check-with-label:checked + .label-for-check {
  color: #A00000;
}
table.checkbox_group {
        border: none;
        margin: 0.5em;
}

table.checkbox_group td {
        vertical-align: middle;
        padding: 0.1em;
}

/* table Print_Labels - machine list */
/*  the first does not exist */
table.itemlist td:nth-child(1) {
	width:2%;
/*        color: #993233; */
}

table.itemlist td:nth-child(2) {
	width:2%;
/*        color: #26406C;  */
}

table.itemlist td:nth-child(3) {
	width:10%;
}

table.itemlist td:nth-child(4) {
	width:10%;
}

table.itemlist td:nth-child(5) {
	width:10%;
}

table.itemlist td:nth-child(6) {
	width:10%;
}

table.itemlist td:nth-child(7) {
	width:10%;
}

table.itemlist td:nth-child(8) {
	width:10%;
}

table.itemlist td:nth-child(9) {
	width:6%;
}

table.itemlist td:nth-child(10) {
	width:6%;
}

table.itemlist td:nth-child(11) {
	width:9%;
}

table.itemlist td:nth-child(12) {
	width:9%;
}


/* Titles from Print_Labels */
/* the first one does not exist  (1) */

table.itemlist_t td:nth-child(1) {
	width:2%;
/*        background-color: #FF5E17;  */
}

table.itemlist_t td:nth-child(2) {
	width:7%; 
/*        background-color: #FF5E17; */
}

table.itemlist_t td:nth-child(3) {
	width:9%;
/*        background-color: #FF5E17;  */
}

table.itemlist_t td:nth-child(4) {
	width:10%;
/*        background-color: #FF5E17;  */
}

table.itemlist_t td:nth-child(5) {
	width:9%;
}

table.itemlist_t td:nth-child(6) {
	width:9%;
}

table.itemlist_t td:nth-child(7) {
	width:9%;
}

table.itemlist_t td:nth-child(8) {
	width:9%;
}

table.itemlist_t td:nth-child(9) {
	width:6%;
}

table.itemlist_t td:nth-child(10) {
	width:6%;
}

table.itemlist_t td:nth-child(11) {
	width:9%;
}

