/* CSS Document */

#central {
}

#titulosecao h2 {
	background: url(/img/titulo_vagas.jpg) no-repeat;
}


#vagas {
	margin-left: 5px;
}


/* Cidades */
#cidades {
	display: block;
	width: 100%;
	padding: 5px;
	background-color: #f7f7f7;
}

#cidades p {
	background: url(/img/vagas_titulocidades.gif) no-repeat;
	width: 194px;
	height: 18px;
	display: block;
}

#cidades p span {
	display: none;
}

#cidades ul {
	list-style-type: none;
	padding: 0;
	margin-left: 10px;
}

#cidades li {
	background: url(/img/vagas_bulletcidade.gif) 0 6px no-repeat;
	height: 17px;
	padding: 0 0 0 8px;
	margin: 2px 0 0 0;
	line-height: 13px !important;
}

#cidades li a {
	margin: 0;
	padding: 0;
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #316088;
	text-decoration: none;
}



/* Relacao */

h3.cidade {
	font: bold 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #316998;
	margin: 20px 0 10px 0;
}

.itemvaga {
	background: #f3f3f3 url(/img/vagas_fundoitem.gif) repeat-y;
	width: 99%;
	clear: both;
	padding: 5px 0 0 15px;
	margin-bottom: 20px;
}

.itemvaga h3, .itemvaga p, .itemvaga li {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif !important;
	line-height: 13px !important;
}

.itemvaga h3 {
	font-size:  13px;
	font-weight: bold;
	color:#003059;
	margin-bottom: 5px;
}

.itemvaga .segmento {
	font-size:  12px;
	font-style: italic !important;
	color: #3a3a3a;
}

.itemvaga .detalhes {
	list-style-type: none;
	padding: 0;
	margin: 9px 0 9px 7px;
}

.itemvaga .detalhes li {
	font-size:  12px;
	color: #3a3a3a;
	background: url(/img/vagas_bulletdetalhes.gif) 0 5px no-repeat;
	padding-left: 6px;
	margin: 0;
}

.itemvaga .fase {
	font-size:  12px;
	color: #3a3a3a;
}

.itemvaga .fase b {
	font-style: italic !important;
}

.itemvaga .acoes {
	clear: both;
	display: block;
	height: 30px;
	width: 100%;
	padding-top: 2px;
}

.itemvaga .acoes a {
	display: block;
	height: 23px;
}

.itemvaga .acoes a span {
	display: none;
}

.itemvaga .acoes span {
	display: block;
	float: left;
}

.itemvaga .acoes .candidatar {
	background: url(/img/vagas_btncandidatar.gif) 0 0 no-repeat;
	width: 147px;
}

.itemvaga .acoes .candidatar a {
	width: 147px;
}

.itemvaga .acoes .indicar {
	background: url(/img/vagas_btnindicar.gif) 0 0 no-repeat;
	width: 114px;
	margin-left: 15px;
}

.itemvaga .acoes .indicar a {
	width: 114px;
}







