﻿html, body, ul, li, h1, h2, h3, h4 {
    font-family: Verdana, Arial, sans-serif;
    font-size: 10pt;
	margin: 0px;
	padding: 0px;
	list-style: none;
    color: Navy;
}
h2
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 16pt;
    color: Navy;
    padding-bottom: 10px;
}
img {
	border: 0px;
}
a {
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

.mensagem
{
    float: left;
    color: Red;
    width: 530px;
    border-top-style: double;
    border-right-style: double;
    border-left-style: double;
    border-bottom-style: double;
    padding-right: 5px;
    padding-left: 5px;
    border-left-color: red;
    border-bottom-color: red;
    padding-bottom: 5px;
    border-top-color: red;
    padding-top: 5px;
    font-style: italic;
    background-color: #ffffcc;
    text-align: center;
    border-right-color: red;
    margin-bottom: 20px;
}

.formulario
{
    color: Gray;
    width: 600px;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
}
.formulario a {
	color: Gray;
}
.formulario a:hover {
	color: Black;
}
.formulario h2 {
    text-align: center;
    font-size: 18pt;
    padding-top: 5px;
    padding-bottom: 5px;
}
.formulario h3 {
	color: Gray;
    font-size: 10pt;
    padding-top: 5px;
    padding-bottom: 15px;
}
.formulario.label {
    float: left;
    width: 110px;
    line-height: 20px;
    padding-left: 5px;
    white-space:nowrap;
}
.formulario.botao {
    float: left;
    padding-left: 430px;
}
.pesquisa
{
    color: Orange;
    width: 800px;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
}
.pesquisa a
{
    color: #8b4513;
}
.pesquisa a:hover {
	color: Black;
}
.pesquisa h3 {
    color: #8b4513;
    font-size: 10pt;
    padding-top: 5px;
    padding-bottom: 15px;
}
.pesquisa.label {
    color: #8b4513;
    float: left;
    width: 110px;
    line-height: 20px;
    padding-left: 5px;
    white-space:nowrap;
}
.vagas
{
    color: #8b4513;
    width: 800px;
}
.vagas.funcao
{
    float: left;
    width:auto;
    font-weight:bold;
}
.vagas.descricao
{
    font-style: italic;
    width: 750px;
    text-align: left;
    padding-left: 20px;
}
.vagas.label
{
    font-size:8pt;
    float: left;
    margin-left:20px;
    width: 100px;
}
.vagas.dados
{
    font-size:8pt;
    width:600px;
}
.vagas.ilustra
{
    height: 300px;
    width: 190px;
    background-image: url(imagem/emp_ilustra2.jpg);
    float: left;
    margin-right: 5px;
}
.botao1
{
    height: 31px;
    width: 120px;
    background-image: url(imagem/botao1.jpg);
    background-attachment: fixed;
    color: aqua;
    background-repeat: no-repeat;
    margin-top: 15px;
    margin-left: 15px;
    padding-left: 40px;
    padding-top: 7px;
}
.botao1 a {
    font-weight: bold;
	color: White;
}
.botao1 a:hover {
    font-weight: bold;
	color: Yellow;
}

.tam25	{width:25px}
.tam65	{width:65px}
.tam100	{width:100px}
.tam150	{width:150px}
.tam170	{width:170px}
.tam200	{width:200px}
.tam250	{width:250px}
.tam400	{width:400px}
