html, body, form, div, span,
img, p, input, select, ul, ol,
h1, h2, h3, h4, h5, h6, a {
	padding: 0px;
	margin: 0px;
	font-family: arial, verdana, sans-serif;
}

html {
	overflow-y: scroll;
	font: 12px/14px arial, verdana, sans-serif;
	color: #444444;
}

a:link, a:visited {
	color: #bf2ab6;
	text-decoration: none;
}

.result_odd .title a:link,
.result_odd .title a:visited,
.result_even .title a:link,
.result_even .title a:visited {
	color: #444444;
}

.results .result_even:hover,
.results .result_odd:hover {
	padding: 5px 8px;
	border: 2px solid #e37035;
	cursor: pointer;
}

a:hover {
	color: #bf2ab6;
	text-decoration: underline;
}

.container {
	width: 962px;
	height: auto;
	margin: 15px auto 0px;
}

.container > .right > div {
	border: 1px solid #aaaaaa;
	margin-bottom: 1px;
	background: #eaeaea;
	width: 318px;
}

.container > .static {
	border: 1px solid #aaaaaa;
	background: #eaeaea;
}

.container .left,
.container .right {
	float: left;
}

.container > .left {
	width: 638px;
	margin-right: 1px;
	border: 1px solid #aaaaaa;
	min-height: 450px;
	background: #eaeaea;
}

.container > .left > .static,
.container > .left > .backoffice {
	width: 638px;
}

.stretcher {
	clear: both;
}

.titlebar_end_left {
	float: left;
	margin: 0px 10px 0px 0px;
}

.titlebar_end_right {
	float: right;
	margin: 0px 0px 0px 10px;
}

.titlebar_end_left,
.titlebar_end_right {
	width: 1px;
	height: 27px;
	background: #000000 url(/images/interface/titlebar_end.png) repeat-x top center;
}

.titlebar {
	height: 27px;
	padding: 0px;
	background: #000000 url(/images/interface/titlebar.png) repeat-x top center;
	color: #ffffff;
	font: bold 12px/17px arial, verdana, sans-serif;
}

.titlebar h2 {
	font: bold 12px/17px arial, verdana, sans-serif;
	margin: 0px;
}

.titlebar .left {
	float: left;
	padding: 5px 0px;
}

.titlebar .right {
	float: right;
	padding: 5px 0px;
}

h3 {
	font: bold 12px/16px arial, verdana, sans-serif;
	margin: 10px 20px;
}

.alertsbutton {
	width: 240px;
	height: 60px;
	margin: 10px auto;
	padding: 20px 5px 10px 60px;
	background: url(/images/interface/textalerts.png) no-repeat center center;
	cursor: pointer;
}

.alertsbutton strong {
	color: #EB7F31;
	font-weight: bold;
}

.alertsbutton p {
	margin-top: 5px;
}

.jobcontent {
	/*background: #ffffff;*/
	min-height: 450px;
}

.jobdetails {
	padding: 20px;
	background: #fafafa;
}

.jobcontent p {
	margin-bottom: 20px;
	text-align: justify;
}

.jobcontent h3 {
	margin: 10px 0px;
}

.jobfilters {
	width: 319px;
}

.jobfilters table {
	width: 250px;
	margin: 10px 15px;
}

.jobfilters .contactrow td,
.jobfilters .contactrow th {
	padding-top: 20px;
}

.jobfilters table th {
	text-align: left;
	vertical-align: top;
}

.jobfilters p {
	margin: 20px;
}

.jobfilters .submit,
.jobcontent p input.submit {
	width: 180px;
	height: 18px;
	margin: 0;
	padding:0 0 3px 1px;
	border: none;
	font: bold 12px/16px arial,verdana,sans-serif;
	background:#EB7F31 url(/images/interface/respondnowbutton.png) no-repeat scroll center center;
	color: #ffffff;
}

.category {
	float: left;
	width: 200px;
	height: 150px;
}

.checkOption {
	float: left;
	width: 200px;
}

.checkOption input {
	clear: left;
	float: left;
}

.checkOption label {
	margin-left: 10px;
}

.checkOption .line {
	clear: both;
}

.radio_holder{
	clear:both;

}

input[type="radio"] {
	float: left;
	margin-right: 10px;
}

.results .center a:link,
.results .center a:visited {
	color: #444444;
}

.alerts .unverified {
	border: 1px solid #aaaaaa;
	margin-bottom: 20px;
	padding: 10px;
}

.alerts .unverified {
	margin: 20px;
}

.alerts .scrollBox {
	height: 100px;
}

.alerts .overview .date {
	width: 150px;
}

.alerts .overview .active {
	width: 75px;
}

.alerts .overview .type {
	width: 150px;
}


.alerts a {
	color: #444444;
}

.alerts input[type="submit"] {
	width: 60px;
	height: 18px;
	padding: 0px 0px 3px 1px;
	margin: 1px 0px 0px 5px;
	border: none;
	background: #eb7f31 url(/images/interface/searchbutton.png) no-repeat center center;
	color: #ffffff;
	font: bold 12px/16px arial, verdana, sans-serif;
}

.jobdetails ul {
	list-style: square inside;
}

.caption {
	text-align: center;
}

.jobcontent table {
	margin-top: 15px;
}

.jobcontent table th {
	text-align: left;
	padding: 2px 15px;
}

.jobcontent table td {
	width: 400px;
	text-align: left;
	padding-left: 15px;
}

.jobcontent table td input[type="text"] {
	width: 300px;
}

.jobcontent textarea {
	width: 600px;
	height: 300px;
	margin: 15px;
}

.jobcontent input[type="submit"] {
	width: 120px;
	height: 18px;
	padding: 0px 0px 3px 1px;
	margin: 1px 0px 0px 0px;
	border: none;
	background: #eb7f31 url(/images/interface/newadbutton.png) no-repeat center center;
	color: #ffffff;
	font: bold 12px/16px arial, verdana, sans-serif;
}

.jobcontent .submitline {
	margin: 0px 15px 15px;
}
