@charset "iso-8859-1";
/* CSS Document */

#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}
  
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  width:710px;
  height:500px;
  display:none;
  z-index:9999;
}

#boxes #dialog {
  width:710px; 
  height:500px;
}

.close{
	position:relative;
	top:0;
	left:0;
	display:block; 
	text-align:right;
	width:746px; 
	height:20px;
	padding:2px;
	background-image:url(../../img/topo_modal.png);
	color:#FFF;
	text-decoration:none;
}

.conteudo_modal{
	position:relative;
	top:0;
	left:0;
  	background-color:#ebeae8;
	background-image:none;
	width:710px; 
	height:460px;
	padding:5px;
}

.conteudo_modal h5{
	color:#422400;
	padding:0 0 5px 0;
}

.conteudo_modal h6{
	color:#39352a;
}

.conteudo_modal p{
	font-size:12px;
	color:#0F0F0F;
}

.conteudo_modal a{
	text-decoration:none;
	color:#8ab436;
	font-weight:bold;
}

.conteudo_modal a:hover{
	text-decoration:underline;
}

.selecionar{
	position:relative;
	border:0;
	margin-top:0;
	top:0;
}

.botoes_fotos{
	border:#567b0e 1px solid;
	display:inline;
	padding:2px 4px 2px 4px;
	margin:0 2px 5px 2px;
	color:#567b0e;
	width:12px;
	font-size:11px;
	text-align:center;
	cursor:pointer;
}

.botoes_fotos:hover{
	background-color:#567b0e;
	border:#fff 1px solid;
	color:#fff;
}

.botoes_fotos a:hover{
	text-decoration:none;
}

.job{
	position:absolute; 
	top:15px; 
	height:385px; 
	overflow:auto; 
	width:740px;
}

.jobDetails{
	position:absolute; 
	width:740px; 
	height:30px; 
	top:390px;
}

.jobButtons{
	width:740px; 
	margin:10px 0 0 0;
}

#foto{
	border:#8ab436 solid 1px;
/*	width:500px;
*/
}

#legenda{
	font-size:10px;
	height:10px;
}