table.joblist {
	border: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	width: 100%;
}

table.joblist th.job {
	width: 50%;
	padding: 2px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #7f7f7f;
	text-align: left;
	background: #ebebeb;
	color: #de5900;
}

table.joblist th.region {
	width: 30%;
	padding: 2px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #7f7f7f;
	text-align: left;
	background: #ebebeb;
	color: #de5900;
}

table.joblist th.date {
	width: 20%;
	padding: 2px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #7f7f7f;
	text-align: left;
	background: #ebebeb;
	color: #de5900;
	
}

table.joblist tr.even td {
	padding: 2px;
	padding-top: 3px;
	padding-bottom: 3px;
}

table.joblist tr.odd td {
	padding: 2px;
	padding-top: 3px;
	padding-bottom: 3px;
	background: #ebebeb;
}

div.cpanel h1 a.jobs-back {
	position: absolute;
	text-transform: none;
	right: 10px;
	top: 2px;
	padding-left: 18px;
	color: #de5900;
	background: url(p_ccjobs/t_default/s_default/img/orange_arrow.gif) no-repeat 0px center;
	text-decoration: none;
	
}

div.cpanel h1 a.jobs-back:hover {
	text-decoration: underline;
	color: #de5900;
}

div.boxlist {
	padding: 0px;
	margin: 0px;
	
}

ul.boxlist {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	
}

li.boxlistitem {
	padding: 0px;
	margin: 0px;
	padding-left: 20px;
	padding-bottom: 5px;
	background: url(p_ccjobs/t_default/s_default/img/box_list_type.gif) no-repeat;
}

ul.boxlist li a {
	font-size: 12px;;
	text-decoration: none;
	color: #585858;
}

ul.boxlist li a:hover {
	text-decoration: underline;
}

