@CHARSET "ISO-8859-1";

body
{
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: .700em;
}

#cabecalho
{
    height: 46px;
    background-image: url(../imagens/cabecalho-sistema.jpg);
	background-repeat: no-repeat;
}

#repeticaoCabecalho
{
    height: 46px;
    background-image: url(../imagens/fatia-cabecalho.jpg);
}

#cabecalhoGoverno
{
    position: absolute;
    top: 0px;
    right: 0px;
    height: 46px;
}

#rodape
{
    height: 28px;
    font-size: 80%;
    text-align: center;
    background-image: url(../imagens/rodape.jpg);
}

#rodape p
{
	padding-top: 8px;
}

#dadosFuncionario
{
	position: absolute;
	top: 10px;
	left: 420px;
}

#barraMenu
{
	width: 100%;
	float: left;
	border-bottom: 1px solid #ADA380;
	background-color: #EAE5CE;
}

#barraMenu ul
{
	margin: 0 0 0 10px;
	padding-left: 0;
}

#barraMenu ul a
{
	padding: 1px 6px;
	text-decoration: none;
}

#barraMenu li
{
	float: left;
	list-style-type: none;
	background-color: #EAE5CE;
	border-right: 1px solid #ADA380;
}

#barraMenu li:first-child
{
	border-left: 1px solid #ADA380;
}

#barraMenu li:hover
{
	background-color: #F4F2E5;
}	

#barraMenu a
{
	color: black;
	display: block;
}

#barraMenu a:hover
{
	color: black;
}

#barraMenu .sair
{
	width: 24px;
	margin-left: auto;
	margin-right: 10px;
}

#barraMenu #altura
{
	padding: 1px 6px;
	float: left;
	background-color: #EAE5CE;
	cursor: default;
}

#titulo
{
	color: white;
	background-color: #3D6959;
	border-bottom: 1px solid #3D6959;
	font-size: 135%;
	font-weight: bold;
	padding-left: 10px;
}

#bordaConteudo
{
	margin: 5px 10px;
}

h5
{
	font-size: 100%; /* Firefox */
}

.campo
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 100%;
}

.botao
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 100%;
	border: 1px solid;
}

.erro
{
	font-weight: bold;
	color: red;	
}

.centralizado
{	
	text-align: center;
}