@import "scms_base.css";

.jobmon{
}


/** Common Job Table Style **/
.job_table {
	font-size: 12px;
}

.job_table_head {
	font-size: 12px;
	background-color: #5AA65A;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	padding: 3px;
}

#job_table_green {
	color: #068823;
}

/** Job Monitoring **/
.job_queue_name {
	background-color: #CDEBC5;
	font-size: smaller;
	padding-right: 5px;
}

.machine_box {
	width: 10px;
	height: 20px;
	border: 0px;
}

.machine_box_white {
	width: 10px;
	height: 20px;
	border: 0px;
	background-color: #FFFFFF;
}

.machine_box_white_ten {
	width: 10px;
	height: 20px;
	background-color: #FFFFFF;
}

/* New Queue List Style */
.q_table {
	width: 100%;
}

.q_cell {
	vertical-align: top;
	text-align: center;
	font-size: 12px;
}

.q_cluster_name {
	background-color: #CDEBC5;
	text-align: center;
	font-size: 12px;
}

#bold {
	font-weight: bold;
	width: 100%;
}

.q_cluster_blank {
    text-align: center;
	background-color: #EEEEEE;
	font-size: 12px;
}

.q_table_grey {
	background-color: #DDDDDD;
	width: 50%;
	padding-left: 5px;
	font-size: 12px;
}

.q_table_grey2 {
	background-color: #EEEEEE;
	width: 50%;
	text-align: center;
	font-size: 12px;
}

/* New Job List style */
.j_table_head {
	background-color: #CDEBC5;
	font-size: 12px;
}

.sorted {
	color: #068823;
	background-color: #DDDDDD;
	vertical-align: top;
	font-size: 12px;
	padding-left: 3px;
}

.unsort {
	color: #000000;
	background-color: #EEEEEE;
	vertical-align: top;
	font-size: 12px;
	padding-left: 3px;
}

.cname {
	background-color: #CCCCCC;
	font-size: 12px;
	font-weight: bold;
	padding-left: 3px;
}
