div#job-details-left {
	font-weight:bold;
}
div#job-details-right {
	margin-left:10px;
}
div#job-description {
	margin-top:30px;
	clear:both;
}
input#continue-to-application {
	width:178px;
	height:30px;
	background: url(../../../assets/images/careers-continue.gif) no-repeat;
	font-size: 0.1em;
	font-size: 0;
	text-align: left;
	color: #D8D8D8;
	border: 0;
	padding: 0;
	margin: 0;
	float: left;
	cursor: pointer;
}


table.sortable
{
text-align:left;
empty-cells: show;
width: 940px;
}
td
{
padding:5px;
}
tr.rowHeading
{
 background: #e0e0e0; border: 1px solid #cccccc; border-left: none; border-right: none;
}
tr.oddTableRow
{
background: #ebebeb; 
}
tr.evenTableRow
{
 background: #ffffff; 
}
a.sortheader:hover,
a.sortheader:link,
a.sortheader:visited
{
color:#000;
}


/* CONTENTS ON PAGE SPECS */
/*#careerContent { clear: both; padding: 15px 0 0 0; }*/

	
/* DISPLAY JOB DETAILS 
#detailsTable { width: 400px; }*/
	#detailsTable td.detailsHeader { width: 30%; }
div#detailsTools { float: right; padding: 0 0 8px 0; width: 280px; background: #ffffff; border: 1px solid #cccccc; }
	div#detailsTools img { margin: 2px 6px 5px 15px;  }

/* DISPLAY APPLICATION FORM */
div.applyBoxLeft, div.applyBoxRight { w
	background: #f9f9f9;
	border: 1px solid #cccccc;
	border-top: none;
	margin-bottom:40px;
}
	div.applyBoxLeft div, div.applyBoxRight div { margin: 0 0 5px 0; padding: 3px 10px; background: #efefef; border-top: 1px solid #cccccc; border-bottom: 1px solid #cccccc; }
	div.applyBoxLeft table, div.applyBoxRight table { margin: 0 auto; width: 420px; }
	div.applyBoxLeft table td, div.applyBoxRight table td { padding: 3px; vertical-align: top; }
		td.label { text-align: right; width: 110px; }
        form#applyToJobForm {  }
	form#applyToJobForm label { font-weight: bold; }
	form#applyToJobForm input.inputBoxName, form#applyToJobForm input.inputBoxNormal { width: 285px; height: 15px; }
        form#applyToJobForm input.submitButton { width: 197px; height: 27px; background: url('images/careers_submit.gif') no-repeat; }

        form#applyToJobForm input.submitButtonDown { width: 197px; height: 27px; background: url('images/careers_submit-o.gif') no-repeat; }
	form#applyToJobForm textarea { margin: 8px 0 0 0; width: 410px; height: 170px; }
	form#applyToJobForm textarea.inputBoxArea{ width: 285px; height: 70px; }