table.jobindex_table  {
	border-right: 1px solid #404040;
	border-bottom: 1px solid #404040;
    width: 100%;
}

table.jobindex_table > tbody > tr > td {
    padding: 1px 4px 1px 4px;
    border-top: 1px solid black;
    border-left: 1px solid black;
}

.jobindex_table th {
	color: black;
	background-color: #c8c8c8; 
    line-height: 1.2;
	padding: 1px 4px 1px 4px;
	border-top: 1px solid #404040;
	border-left: 1px solid #404040;
}


.jobindex_table_count, .jobindex_table_td_center {
	text-align: center;
}

.jobindex_table_id {
	text-align: right;
}


.jobindex_table_even {
	background-color: #e0e0e0;
} 

.jobindex_table_odd {
	 background-color: white;
}

.jobindex_table_td_status_good {
	background-color: #D0FFD0;
}

.jobindex_table_td_status_bad {
	background-color: #FFD0D0;
}

.jobindex_table_emphasize {
	font-weight: bold;
}


table tr td .jobreport_noleftborder {
	border-left: 1px solid #cccccc;
}

.jobreport_number, .jobreport_number_important {
	text-align: center;
}

.jobreport_id_number {
	text-align: right;
}

.jobreport_number_important {
}
.jobreport_date { text-align: center; }
.jobreport_blur {
	color: #808080;
	text-align: center;
}
.jobreport_alert {
	color: red;
}

.jobreport_companyuser {
	font-size: 10px;
}

.jobreport_companyuser a:link, .jobreport_companyuser a:visited {
	color: black;
}

.jobreport_companyuser ul {
	padding:0;
	margin:0;
}

.jobreport_companyuser li {
	list-style: none;
}

