﻿
.emprego_form {
	width: 70%;
/*	background: #FFFFFF;
*/	padding-right: 6px;
}

.detalhe_emprego {
	float: left; 
	padding: 0px 5px 0px 10px; 
}

.btn_emprego {
	float: right; 
	margin-top: 5px;
}

/* tools_oportunidades */
.tools_oport {
	float: left;
	width: 55%;
/*	color: #62b00c;
*/	font: normal 10px Arial;
	line-height: 15px;
}

	.tools_oport a{
/*		background: url(/Portal.Regional/img/list_icon.gif) left 4px no-repeat;
		color: #62b00c;
*/		font: normal 10px Arial;
		line-height: 15px;
		margin: 0px 10px 0px 3px;
		padding-left: 8px;
		text-decoration: none;
	}
	
	.tools_oport a:hover{
/*		background: url(/Portal.Regional/img/list_icon.gif) left 4px no-repeat;
		color: #62b00c;
*/		font: normal 10px Arial;
		line-height: 15px;
		margin: 0px 10px 0px 3px;
		padding-left: 8px;
		text-decoration: underline;
	}

.tools_oport_btns {
	float: right; 
	width: 45%; 
	line-height: 12px; 
	text-align: right;
}

	.tools_oport_btns_sep {
		width: 8px;
		float: right;
	}

/** gestao **/
.header_oportunidades {
	float: left; 
	width: 150px; 
	padding: 6px 5px 6px 12px;
	font: bold 12px Arial; 
/*	color: #fff; 
	background: #0072bf; 
	border-right: 1px solid #FFF;
*/}

.header_oportunidade {
	float: left; 
	width: 219px; 
	padding: 6px 5px 6px 12px;
	font: bold 12px Arial; 
/*	color: #fff; 
	background: #0072bf; 
	border-right: 1px solid #FFF;
*/}

.header_area {
	float: left; 
	width: 63px; 
	padding: 6px 5px 6px 12px; 
	font: bold 12px Arial; 
/*	color: #fff;
	background: #0072bf; 
	border-right: 1px solid #FFF;
*/}

.header_tipo {
	float: left;
	width: 51px; 
	padding: 6px 5px 6px 12px; 
	font: bold 12px Arial; 
/*	color: #fff;
	background: #0072bf; 
	border-right: 1px solid #FFF;
*/}

.header_pub {
	float: left;
	width: 74px; 
	padding: 6px 5px 6px 3px; 
	font: bold 12px Arial; 
/*	color: #fff;
	background: #0072bf; 
	border-right: 1px solid #FFF;
*/	text-align: center;
}

.header_expirar {
	float: left;
	width: 74px; 
	padding: 6px 5px 6px 3px; 
	font: bold 12px Arial; 
/*	color: #fff;
	background: #0072bf; 
	border-right: 1px solid #FFF;
*/	text-align: center;
}

.header_remover {
	float: left; 
	width: 47px; 
	padding: 6px 0px 6px 0px;
	font: bold 12px Arial; 
/*	background: #0072bf;
	text-align: center;
*/}

.emprego_line {
	float: left; 
	width: 100%;
/*	border-bottom: 1px solid #c4c4c1; 
*/	padding: 2px 0px 2px 0px;
}

.content_oportunidades {
	float: left; 
	width: 167px; 
	padding-top: 6px; 
	padding-bottom: 6px; 
/*	border-right: 1px solid #FFF;
*/}

.content_oportunidade {
	float: left; 
	width: 236px; 
	padding-top: 6px; 
	padding-bottom: 6px; 
/*	border-right: 1px solid #FFF;
*/}

	.emprego{
		font: normal 11px Arial;
		line-height: 12px;
/*		color: #474747;
*/	}
	
		ul.emprego {
			list-style: none;
			margin: 0px;
			padding-left: 10px;
		}
		
			li.emprego_aprovado {
				list-style-image: none;
/*				background: url(/Portal.Regional/img/list_icon.gif) left 4px no-repeat;
*/				margin: 2px 0px 2px 0px;
				padding-left: 8px;
			}
			
				.emprego_aprovado a{ 
					font: normal 11px Arial;
/*					color: #62b00c;
*/					text-decoration: none;
				}
			
				.emprego_aprovado a:hover{ 
					font: normal 11px Arial;
/*					color: #62b00c;
*/					text-decoration: underline;
				}
			
			li.emprego_pendente {
				list-style-image: none;
/*				background: url(/Portal.Regional/img/list_icon2.gif) left 4px no-repeat;
*/				margin: 2px 0px 2px 0px;
				padding-left: 8px;
			}
			
				.emprego_pendente a{ 
					font: normal 11px Arial;
/*					color: #848484;
*/					text-decoration: none;
				}
			
				.emprego_pendente a:hover{ 
					font: normal 11px Arial;
/*					color: #848484;
*/					text-decoration: underline;
				}
	

.content_area {
	float: left; 
	width: 63px; 
	padding: 6px 5px 6px 12px; 
	font: normal 10px Arial;
/*	border-right: 1px solid #FFF;
	color: #474747;
*/}

.content_tipo {
	float: left;
	width: 51px; 
	padding: 6px 5px 6px 12px; 
	font: normal 10px Arial;
/*	border-right: 1px solid #FFF;
	color: #848484;
*/}

.content_pub {
	float: left;
	width: 74px; 
	padding: 6px 5px 6px 3px; 
	font: normal 10px Arial;
/*	border-right: 1px solid #FFF;
	color: #848484;
*/	text-align: center;
}

.content_expirar {
	float: left;
	width: 74px; 
	padding: 6px 5px 6px 3px; 
	font: normal 10px Arial;
/*	border-right: 1px solid #FFF;
	color: #848484;
*/	text-align: center;
}

	.expirar {
/*		color: #ff5c23;
*/	}

.content_remover {
	float: left; 
	width: 47px; 
	height: 10px; 
	padding: 6px 0px 6px 0px;
	vertical-align: text-top;
}


/** Resultados **/
.resultados_emprego {
	float: left; 
	width: 100%; 
	padding: 0px 0px 2px 0px;
	margin: 2px 0px 2px 0px;
}

	.emprego_tipo {
		float: left; 
		width: 60px; 
		padding: 6px 0px 0px 3px;
		font: bold 12px Arial; 
		text-transform: uppercase;
/*		color: #0072bf; 
*/		line-height: normal;
	}
	
	.emprego_info{
		float: left; 
		width: 467px;
	}
