/***********************************/
/*                                 */
/*            Job Board           */
/*                                 */
/***********************************/

/*job list*/
table.job-table{
	margin:0 ;/*12*/
	background-image: url(../images/bg_trans_white.png);
	background-repeat: repeat;
	color: #c2c2c2;
}

table.job-table th{
	padding-left: 6px;
}

table.job-table td{
	padding-right: 6px;
}

#left_col table.job-table p{
	background: none;
	background-color: #20344b;
}

#left_col table.job-table ul{
	margin: 0;
	background-color: #20344b;
	font-size: 13px;
	color: #fff;
}

/*job apply*/
#left_col .job-apply-table{
	padding: 6px 0 0 6px;
	background-image: url(../images/bg_trans_white.png);
	background-repeat: repeat;
	color: #fff;
	text-align: left;	
}

#left_col .job-apply-table td{
	padding: 4px 0 4px 0;	
}

h3.job_app{
	margin: 16px 0 0 0;
	color: #fff;
	border-bottom: 2px solid #ccc;
}

td.submit{
	border: none;
	text-align: center;
}

/*td.submit tr{
	text-align: left;
}*/

div.jobman-message{
	color: #fff;
}



