* html body { overflow:auto; }

/* Margin e Padding */
body,form,h1,h2,h3,h4,h5,h6,p,li,ul,div,span,a,ol,td,dt,dd,dr { margin:0; padding:0;}

/* Tables */

table tr td {
	border:none;
}

/* Imagens */
img { border:0; }

/* Display */
.esconder { display:none; }
.off { display:none; }
.on { display:; }

/* BackGround do Site */
html, html body {
	height:100%;
}
body {
	background:#fff url(../imagens/body-bg.gif);
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-position-y: bottom;	
}

/* Formulário */
.bot-160px-on {
	border:none;
	background:url(../imagens/bot-160px-on.gif) top left no-repeat;
	font-size:11px;
	font-weight:bold;
	width:160px;
	height:25px;
	text-align:center;
	cursor:pointer;
	color:#404040;
}
.bot-160px {
	border:none;
	background:url(../imagens/bot-160px-off.gif) top left no-repeat;
	font-size:11px;
	font-weight:bold;
	width:160px;
	height:25px;
	text-align:center;
	cursor:pointer;
	color:#404040;
}
.bot-120px-dir-on {
	border:none;
	background:url(../imagens/bot-120px-dir-on.gif) top left no-repeat;
	font-size:11px;
	font-weight:bold;
	width:120px;
	height:25px;
	text-align:center;
	cursor:pointer;
	color:#004280;
}
.bot-120px-dir {
	border:none;
	background:url(../imagens/bot-120px-dir-off.gif) top left no-repeat;
	font-size:11px;
	font-weight:bold;
	width:120px;
	height:25px;
	text-align:center;
	cursor:pointer;
	color:#004280;
}
.bot-120px-esq-on {
	border:none;
	background:url(../imagens/bot-120px-esq-on.gif) top left no-repeat;
	font-size:11px;
	font-weight:bold;
	width:120px;
	height:25px;
	text-align:center;
	cursor:pointer;
	color:#808080;
}
.bot-120px-esq {
	border:none;
	background:url(../imagens/bot-120px-esq-off.gif) top left no-repeat;
	font-size:11px;
	font-weight:bold;
	width:120px;
	height:25px;
	text-align:center;
	cursor:pointer;
	color:#808080;
}
.bot-180px-on {
	border:none;
	background:url(../imagens/bot-180px-on.gif) top left no-repeat;
	font-size:11px;
	font-weight:bold;
	width:180px;
	height:25px;
	text-align:center;
	cursor:pointer;
	color:#808080;
}
.bot-180px {
	border:none;
	background:url(../imagens/bot-180px-off.gif) top left no-repeat;
	font-size:11px;
	font-weight:bold;
	width:180px;
	height:25px;
	text-align:center;
	cursor:pointer;
	color:#808080;
}
.bot-45px {
	border:none;
	background:url(../imagens/bot-45px.gif) top left no-repeat;
	font-size:10px;
	width:45px;
	height:20px;
	text-align:center;
	cursor:pointer;
	color:#404040;
}
.bot-60px {
	border:none;
	background:url(../imagens/bot-60px.gif) top left no-repeat;
	font-size:10px;
	text-transform:uppercase;
	width:60px;
	height:20px;
	text-align:center;
	cursor:pointer;
	color:#404040;
}
.bot-120px {
	border:none;
	background:url(../imagens/bot-120px.gif) top left no-repeat;
	font-size:10px;
	text-transform:uppercase;
	width:120px;
	height:20px;
	text-align:center;
	cursor:pointer;
	color:#404040;
}
.campo {
	background-color:#fff;
	color:#666;
	padding:2px;
	border:1px solid #ccc;
	border-bottom:1px solid #ededed;
	border-right:1px solid #ededed;
}
.Inativo {
	background-color:#fff;
	color:#666;
	padding:2px;
	border:1px solid #ccc;
	border-bottom:1px solid #ededed;
	border-right:1px solid #ededed;
}
.Ativo {
	background-color:#f7f7f7;
	color:#666;
	padding:2px;
	border:1px solid #999;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
}
.Obrigatorio {
	background-image:url(../imagens/campo-obrigatorio.gif);
	background-position:top right;
	background-repeat:no-repeat;
}
select.Obrigatorio {
	background-image:url(../imagens/campo-obrigatorio-select.gif);
}
div#Formulario {
	margin-bottom:20px;
	clear:both;
}
div#Formulario fieldset {
	display:block;
	border:1px solid #ccc;
	margin-bottom:15px;
	padding:10px;
}
div#Formulario fieldset legend {
	color:#666;
	font-weight:bold;
	padding:5px;
	background:#ededed;
	border:2px solid #fff;
	margin:0 0 0 -5px;
	_margin:0 0 10px -10px;
}
div#Formulario fieldset label {
	display:block;
	float:left;
	width:80px;
	color:#666;
	padding:3px 0;
	white-space:nowrap;
	margin-bottom:3px;
}
div#Formulario fieldset label input {
	display:block;
	float:left;
	width:400px;
	margin-bottom:3px;
}


/* Fontes do Site */
body,form,h1,h2,h3,h4,h5,h6,p,a,input,select,button,textarea,td,li,dd,dt,th {
	font-family:Tahoma, Arial, Tahoma, Times, serif;
	font-size:11px;
	text-decoration:none;
	font-style:normal;
}

.Nota { color:#808080; margin:-10px 0 10px 0; }
.Nota a { color:#808080; }
.Nota a:hover { color:#808080; text-decoration:underline; }


/* Box */
.tooltip {
	background:url(imagens/box-699px-bg.gif) top left repeat-y #f7f7f7;
	width:699px;
	display:block;
	margin:0 0 5px 0;
}
.tooltip div.T {
	background:url(imagens/box-699px-top.gif) top left no-repeat;
}
.tooltip div.I {
	background:url(imagens/box-699px-inf.gif) bottom left no-repeat;
	padding:30px;
}


.Informacao {
	display:block;
	padding:20px;
	text-align:justify;
	background:#f7f7f7;
	border:1px solid #ddd;
}
.InformacaoT {
	display:block;
	margin-bottom:5px;
	border-bottom:1px solid #ccc;
}


/* Estrutura */
/* Estrutura */
table#Topo {
	background:url(../imagens/topo-bg-esq.gif) top left repeat-x;
}
table#Topo td {
	padding:0;
}
table#Topo td.Esq {
	width:130px;
	padding-left:10px;
}
table#Topo td.Dir {
	width:620px;
	background:url(../imagens/topo-bg.gif) top left repeat-x;
	padding-right:10px;
}
table#Topo td.C {
	background:url(../imagens/topo-bg.gif) top left repeat-x;
}
table#Menu {
	background:url(../imagens/menu-bg.gif) bottom left repeat-x;
}
table#Menu tr td {
	padding:0 0 1px 0;
	border-top:2px solid #fff;
}
table#Menu table.T td {
	padding:0;
	border-top:none;
}
table#Menu a {
	display:block;
	float:left;
	border-left:2px solid #fff;
	border-right:2px solid #fff;
}
table#Menu a.DEINFRA {
	float:right;
	border-left:2px solid #fff;
	border-right:none;
}
table#Usuario {
	background:url(../imagens/usuario-bg.gif) top left repeat-x;
}
table#Usuario td {
	padding:5px;
	padding-right:0;
	color:#808080;
}
table#Usuario span {
	padding-right:7px;
	color:#404040;
	font-weight:bold;
}
table#Usuario a {
	color:#666;
}
table#Usuario a:hover {
	color:#000;
	text-decoration:underline;
}
table#Usuario ul {
	display:block;
	height:30px;
	float:right;
	padding-top:9px;
}
table#Usuario ul li {
	display:block;
	margin:0 0 0 7px;
	float:left;
	list-style:none;
}
table#Usuario ul li.F {
	border-right:5px solid #fff;
}
table#Conteudo {
	border:none;
}
table#Conteudo td {
	padding:0;
}
table#Conteudo td.Esq {
	/*padding:10px;
	width:150px; Menu */
	width:20px;
	background-color:#ededed;
}
table#Conteudo td.Dir {
	padding:10px 20px;
}
.Container {
	border:none;	
}


table#Inferior {
	border:none;
	border-top:1px solid #ddd;
	margin-top:20px;
}
table#Inferior td {
	padding:5px 2px 2px 2px;
	color:#404040;
}
#Container {
	display:block;
	padding:5px;
}










div#Titulo {
	background:url(../imagens/titulo-bg.gif) top left repeat-x;
	width:100%;
	display:block;
}
div#Titulo span.E {
	background:url(../imagens/titulo-esq.gif) top left no-repeat;
	display:block;
}
div#Titulo span.D {
	color:#000;
	font-size:12px;
	font-weight:bold;
	background:url(../imagens/titulo-dir.gif) top right no-repeat;
	display:block;
	padding:8px;
	height:19px;
}
table.Container tr td.Secao {
	color:#136f00;
	font-size:18px;
	font-weight:bold;
	padding-bottom:10px;
}
table.Container td.Conteudo td.Titulo {
	color:#136f00;
	font-size:12px;
	font-weight:bold;
}
table.Container td.Conteudo span.Titulo {
	color:#136f00;
	font-size:12px;
	font-weight:bold;
}
table.Container td.Conteudo {
	color:#666;
	line-height:18px;
	text-align:justify;
}
table.Container td.Conteudo a {
	color:#404040;
}
table.Container td.Conteudo a:hover {
	color:#136f00;
	text-decoration:underline;
}
dl.Links {
	width:80%;
}
dl.Links dt {
	display:block;
	color:#136f00;
	font-weight:bold;
	line-height:normal;
}
td.Conteudo dl.Links dt a {
	color:#136f00;
	display:block;
	font-weight:bold;
	text-decoration:none;
	border-bottom:1px solid #ddd;
	padding:0 0 2px 0;
}
td.Conteudo dl.Links dt a:hover {
	padding-left:2px;
	text-decoration:none;
	border-bottom:1px solid #aaa;
}
td.Conteudo dl.Links dt span {
	color:#136f00;
	display:block;
	font-weight:bold;
	text-decoration:none;
	border-bottom:1px solid #ddd;
	padding:0 0 2px 0;
}

dl.Links dd {
	display:block;
	padding:2px 0 15px 7px;
	line-height:normal;
}
#HomeVoltar {
	padding:5px 0 0 0;
	margin-top:10px;
	text-align:right;
	border-top:1px solid #ddd;
}
#HomeVoltar span {
	padding:0 2px;
	color:#136f00;
}
#HomeVoltar a {
	font-weight:bold;
	font-size:12px;
	color:#333;
}
#HomeVoltar a:hover {
	color:#136f00;
}




td.Conteudo table.tabela {
	width:100%;
}
td.Conteudo table.tabela tr th {
	border:1px solid #808080;
	border-top:none;
	border-left:none;
	padding:3px;
	background-color:#f7f7f7;
}
td.Conteudo table.tabela tr td {
	border:1px solid #ccc;
	border-top:none;
	border-left:none;
	padding:3px;
}
td.Conteudo table.tabela th {
	color:#000;
}

.Conteudo2 {
	color:#f7f7f7;
}
.Conteudo2 a {
	color:#fff;
}
.Conteudo2 a:hover {
	color:#fff;
	text-decoration:underline;
}

.Servicos td {
	color:#666;
}
.Servicos td a {
	color:#404040;
}
.Servicos td strong {
	color:#136f00;
}
.Servicos td a:hover {
	text-decoration:none;
}

.lista li {
	list-style:disc inside;
}
