/* Optimation print stylesheet */

body {
	background: white;
	font-size: 80%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
/* ---------- content ---------- */	
	
/* headers */
	
h2 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0;
	padding: 12px 0 8px 0;
	line-height: 1;
	color: #d96400;
	}	
		
h2 a:link, 
h2 a:visited {
	color: #d96400;
	}	
		
h3 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0;
	padding: 12px 0 8px 0;
	line-height: 1;
	color: #404040;
	}
			
h3 a:link, 
h3 a:visited {
	color: #404040;
	}	
	
h4 {
	font-size: 1.0em;
	font-weight: bold;
	margin: 0;
	padding: 12px 0 8px 0;
	line-height: 1;
	color: #d96400;
	text-transform: uppercase;
	}
	
h4 a:link, 
h4 a:visited {
	color: #d96400;
	}	
	
/* paragraphs */

p {
	font-size: 1.1em;
	font-weight: normal;
	margin: 0;
	padding: 0 0 10px 0;
	line-height: 1.3;
	}
	
p.intro {
	font-size: 1.1em;
	font-weight: normal;
	margin: 0;
	padding: 0 0 10px 0;
	line-height: 1.4;
	color: #00529b;
	}	
			
	
/* links */

a:link, 
a:visited {
	color: #00529b;
	text-decoration: none;
	}
	
p.intro a:link, 
p.intro a:visited, 
p.intro a:hover {
	color: #00a0e2;
	}	
		
	
/* table */		

table {
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	margin: 0 0 30px 0;
	font-size: 1.0em;
	width: 100%;
	}
	
table caption {
	display: none;
	}	
	
table th {
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	padding: 7px 12px;
	text-align: left;
	vertical-align: top;
	font-size: 1.4em;
	font-weight: normal;
	color: #00529b;
	}	
	
table th span.sortingColumn {
	display: none;
	}
	
table td {
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	padding: 9px 12px;
	text-align: left;
	vertical-align: top;
	font-size: 1.1em;
	font-weight: normal;
	}	
	
table td.line {
	display: none;
	}

.detailsJobDescription table, 
.detailsJobDescription table th, 
.detailsJobDescription table td {
	border: none;
	padding: 0;
	}

.detailsJobDescription td p {
	clear: both;
	padding: 0;
	font-size: 100%;
	}

.detailsJobDescription table td p b {
	font-weight: normal;
	}	
	
.actionButtons .button, 
input.submitButton {
	display: none;
	}
	
td.topRowBorder .actionButtons .button {
	display: block;
	}	
	
/* form */

	
div#application div.row div.field {
	float: left;
	padding: 5px 0 0 5px;
	width: 160px;
	}

div#application div.row div.required {
	font-size: 1.1em;
	}

div#application div.row div.required span {
	color: #D96400;
	}

div#application div.row div.icon {
	float: left;
	padding: 5px 3px 0 0;
	text-align: right;
	width: 20px;
	}

div#application div.row div.input {
	float: left;
	padding: 2px 0;
	width: 370px;
	}
	
div#application div.row div input, 
div#application div.row div textarea {
	float: left;
	width: 362px;
	border: 1px solid #e5e5e5;
	margin: 0 0 4px 0;
	padding: 4px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #fafafa;
	}
	
div#application div.row div input.short {
	width: 50px;
	margin: 0 4px 4px 0;
	}
	
div#application div.row div input.standard {
	width: 308px;
	}		
		
/* ---------- clearing divs ---------- */			
	
.clear { /* simple clearing div with no height */
	clear: both;
	font-size: 0.1px;
	border: none;
	margin: 0; 
	padding: 0;
	background: transparent;
	}		
	