table{
	width:100%;
	border-collapse:collapse;
	line-height:1.4em;
}
th{
	height:30px;
	text-indent:-9999px;
	background:rgb(159,35,25);
}
th.t1{
	background:url(/_images/hr.job-posting.th-1.png) rgb(159,35,25) no-repeat 0px 0px;
	width:204px;
	border-left:1px solid rgb(159,35,25);
}
th.t2{
	background:url(/_images/hr.job-posting.th-2.png) rgb(159,35,25) no-repeat 0px 0px;
	width:288px;
	border-left:1px solid white;
	border-right:1px solid white;
}
th.t3{
	background:url(/_images/hr.job-posting.th-3.png) rgb(159,35,25) no-repeat 0px 0px;
	width:163px;
	border-right:1px solid rgb(159,35,25);
}
td{
	padding:10px;
	font-size:1.3em;
	border:1px solid rgb(186,186,186);
	cursor:pointer;
}
td a{
	color:rgb(51,51,51);
}
td.t1{
	font-weight:bold;
}
.sortRecords, .addRecord {
	display: none;

}