/* Created by design.bg studios. Source code in this website is property of design.bg. */
/* ------------------ Site styles ------------------ */
@import url(../base/styles.css); 
/* ------------------ Object styles ------------------ */
body,
td,
th,
input,
textarea,
select {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size:11px;
}
body {
	padding: 10px 10px 0 0;
}
body.bg {
	background: #fff url(../../../pics/title_careers_bg.gif) no-repeat right top;
}
h2 {
	font-size:11px;
	font-weight: bold;
	float: left;
	margin-right: 10px;
}
table {
	border: 0;
	clear: both;
}
/* Filter */
.filter th,
.filter td {
	border: 0;
	width: 33%;
}
.filter select {
	width: 100%;
}
.multiple {
	height: 100px;
}
.hr {
	height: 1px;
	overflow: hidden;
	background-color: #eee;
	margin: 10px 0;
}
.hr hr {
	display: none;
}
/* Jobs */
.jobs th {
	background-color: #f0f0f0;
	border: 0;
}
.jobs td {
	border: 1px solid #efefef;
	border-width: 0 0 1px 0;
}
.jobs tr:hover td {
	background-color:#f8f8f8;
}
.jobs a {
	color: #e61105;
}
.jobs  strong a {
	display: blod !important;
}
/* Position */
.position {
}
h1 {
	color: #c00;
	margin: 0;
	padding: 0;
}
h3 {
	display: block;
	margin: 0;
	padding: 5px 10px;
	font-size: 11px;
	font-weight: bold;
	background-color: #eee;
	color: #000;
}
span.date {
	display: block;
	margin: 5px 0 10px 0;
}
.position_footer {
	border-top: 1px solid #e3e3e3;
	padding-top: 10px;
}
a.jobs_back {
	display: block;
	float: left;
	margin: 0 0 10px 0;
	color: #f00;
	font-weight: bold;
}
/* Apply form */
.apply_form {
	width :99%;
	overflow: hidden;
}
.apply_form table {
	border: 0;
	width: 80%;
	margin: 0;
}
html>body .apply_form table {
	width: 85%;
}
.apply_form td {
	border: 0;
	vertical-align: top;
}
.apply_form td.apply_form_footer {
	border-top:1px solid #E3E3E3;
	padding-top:10px;
}
.message {
	padding: 5px 5px 5px 45px;
	color: #000;
	margin: 10px 0;
}
.success {
	background: #caea89 url(../../../pics/success.gif) no-repeat 15px center;
}
.error {
	background: #fcd6d6 url(../../../pics/error.gif) no-repeat 15px center;
}