/* Print special CSS 
Author: Robert Higdon */

.job, .jobcurrent {
	display: block;
	width: 430px;
	padding: 7px 6px 7px 5px;
	}
.jobcurrent {
	background-color: #FFEECF;
	border-top: 1px dashed #000;
	border-bottom: 1px dashed #000; 
	padding: 6px 6px 6px 5px;
	}
.job a, .jobcurrent a {
	color: #990000;
	margin: 0;
	font-size: 0.95em;
	font-weight: bold;
	}
.job a:hover, .jobcurrent a:hover { color: #000; }
.job img, .jobcurrent img { 
	float: left;
	margin: 0px 4px;
	}
#thumbs {
	margin: 1em auto 0 auto;
	text-align: center;
	}
.thumb img {
	background-color: #FFF;
	padding: 5px 14px;
	margin: 0px 4px;
	}
.thumb a:hover img, .thumb a:active img, a.border img { 
	padding: 4px 14px;
	border-top: 1px dashed #000;
	border-bottom: 1px dashed #000;
	background-color: #FFEECF;
	}
