body{
	font-size: 11pt;
	font-family: "Times New Roman", Verdana, Arial, sans-serif;
}
p{
	margin: 0;
}
ul{
	margin: 5px 0 0 0;
	list-style-type: square;
}
h1.job_view_title{
	font-size: 18pt;
	color: #003f6e;
	margin: 0;
}
h2.job_view_subtitle{
	font-size: 14pt;
	color: #003f6e;
	margin: 10px 0 0 0;
}
.apply_info{
	padding: 0 0 15px 0;
	border-top: 1px solid #cccccc;
	margin-top: 30px;
}
.apply_info p{
	margin: 15px 0 0 0;
}
.apply_info a{
	font-family: Verdana, Arial, sans-serif;
	color: #003f6e;
	font-weight: bolder;
	text-decoration: underline;
}
.job_info{
	width: 200px;
	float: right;
	background-color: #eeeeee;
	border: 1px solid #cccccc;
	border-top-width: 0;
	margin: 0 0 8px 12px;
}
.job_info_title{
	width: 180px;
	padding: 3px 10px;
	color: #666666;
	font-weight: bolder;
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	background-color: #DADFE3;
}
.job_info_value{

	padding: 5px 10px;
	min-height: 20px;
}
.job_view_logo{
	margin: 0 20px 25px 0;
}
.jobs_list{
	width: 100%;
	height: 1.6em;
	margin-bottom: 15px;
	padding-bottom: 8px;
	border-bottom: 1px solid #cccccc;
}

.apply_bluezone{
	padding: 25px 0 15px 0;

}
.oferta_custom{
	width: 800px;
	min-height: 500px;
	position: absolute;
	z-index: 100;
	top: 100px;
	left: 50%;
	margin: 0 40px 0 -400px;
	background-color: #ffffff;
}
.job_view_pages{
	float: left;
	font-weight: bolder;
	color: #000000;
	padding: 4px 5px 0 5px;
}
.job_view_prev_arrow{
	display: block;
	float: left;

	width: 28px;
	height: 25px;
	margin: 0 0 0 5px;
	font-weight: bolder;
	background: transparent url('/images/bdi_site/nav_prev_small.png') no-repeat 0 0;
}
.job_view_start_arrow{
	display: block;
	float: left;

	width: 45px;
	height: 25px;
	margin: 0;
	font-weight: bolder;
	background: transparent url('/images/bdi_site/nav_start_small.png') no-repeat 0 0;
}
.job_view_next_arrow{
	display: block;
	float: left;

	width: 28px;
	height: 25px;
	margin: 0 5px 0 0;
	font-weight: bolder;
	background: transparent url('/images/bdi_site/nav_next_small.png') no-repeat 0 0;
}
.job_view_end_arrow{
	display: block;
	float: left;

	width: 45px;
	height: 25px;
	margin: 0;
	font-weight: bolder;
	background: transparent url('/images/bdi_site/nav_end_small.png') no-repeat 0 0;
}
.job_view_half_line{
	width: 45%;
}