/** 
* ---------------------------------------------------------------
* EkJobs.ca :: Print Styles
* ---------------------------------------------------------------
* @version $Id: $
* @copyright Copyright (c) 2008 EkJobs.ca (http://ekjobs.ca)
* @author Lee Tengum <lee@ekjobs.ca> 
* ---------------------------------------------------------------
*/
body {
	background: #fff;
	font: 13px/150% 'Trebuchet MS', Verdana, Arial, sans-serif; 
	color: #000;
	margin: 10px 20px 0 70px;
}
div#topbar, div#options_bar, div#footer, .screen {
	display: none;
}
p#job_spec_print {
	line-height: 18px;
}
div#print_footer {
	border-top: 1px solid;
	margin-top: 30px;
	padding: 10px 0;
	font-size: 11px;
	line-height: 140%;
}
a {
	color: #000;
}
.dark {
	font-weight: bold;
}
label.single {
	width: 120px;
	float: left;
	font-weight: bold;
}

h1 {
	background-color: transparent;
	font: normal 26px Georgia, Times, 'Times New Roman', serif;
	color: #000;
	letter-spacing: -1px;	
	margin: 30px 0 10px 0;
}
div#print_header {
	display: block;
 	color: #000;
	background-color: transparent;
	font: normal 22px Georgia, Times, 'Times New Roman', serif;
	margin: 0 0 20px 0;
	padding-bottom: 5px;
	border-bottom: 1px solid ;
}
div#print_header span {
	font-size: 14px;
}
div#print_header p {
	margin: 8px 0 12px 0;
	font: 11px/140% 'Trebuchet MS', Verdana, Arial, sans-serif; 
}
div#login {
	display:none;
}
