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;
}

table.jobindex_table.jix_clean_table {
    margin: 10px 0 20px;
    border: 1px solid #404040;
}

table.jobindex_table.jix_clean_table > thead > tr > th,
table.jobindex_table.jix_clean_table > tbody > tr > td,
table.jobindex_table.jix_clean_table > tfoot > tr > th {
    border: 0;
    padding: 5px 4px;
}


/* jix_table begin */

table.jix_table {
    border: 1px solid #dadada;
    border-radius: 5px;
    border-spacing: 0;
    width: 100%;
    margin: 10px 0;
    font-size: 13px;
    border-collapse: initial;
}

table.jix_table > tbody > tr > td,
table.jix_table > tfoot > tr > th {
    border-top: 1px solid #e0e0e0;
}

table.jix_table thead th:first-child {
    border-top-left-radius: 5px;
}

table.jix_table thead th:last-child {
    border-top-right-radius: 5px;
}

table.jix_table tfoot th:first-child {
    border-bottom-left-radius: 5px;
}

table.jix_table tfoot th:last-child {
    border-bottom-right-radius: 5px;
}

table.jix_table th,
table.jix_table td {
    text-align: center;
    vertical-align: middle;
    padding: 5px;
    line-height: 1.3;
}

table.jix_table th {
    background-color: #f4f4f4;
    color: #7a7a7a;
    min-height: 30px;
}

table.jix_table tr.even td {
    background-color: #f4fbfe;
}

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

table.jix_table tr.even td.jix_warn,
table.jix_table tr.odd td.jix_warn {
    background-color: #ffe0e0;
}

table.jix_table  td span.jix_warn {
    font-weight: bold;
}

table.jix_table small, table.jix_mypage_table small {
    font-size: 10px;
}

table.jix_table th.jix_text,
table.jix_table td.jix_text {
    text-align: left;
}

table.jix_table th.jix_number,
table.jix_table td.jix_number {
    text-align: right;
}

table.jix_table td.jix_selected {
    font-weight: bold;
}
