﻿body  {
	font-family: Verdana, Geneva, sans-serif;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
}

#container { 
	width: 99%;  
	margin: 0 auto; 
	border: 1px solid #F2F2F2;
	text-align: left;
	background: url(../../../Imagens/FundoGeral.gif) repeat-y;
} 

#cabecalho {
	padding: 0px;
	background-color: #09C;
    background-image: url(../../../Imagens/FundoInternet.gif);
	background-repeat: repeat-x;
	height: 80px;
} 

#cabecalho #banner {
	padding: 90px 0px 0px 0px;
    background-image: url(../../../Imagens/banner.png);
	background-repeat: no-repeat;
}

#cabecalho h1 {
	margin: 0;
	padding: 10px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-style: italic;
	font-weight: bolder;
	color: #FFF;
}
#conteudoPrincipal { 
	margin: 0 20px 0 16em;
	min-height: 300px; 
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
} 
.exemplo {
    margin-left: 10px;
    color: #FF0000;
    font-size: 10px;
}

#rodape  
{
    clear:both;
	background:#fff url(../../../Imagens/bg_rdp.gif) repeat-x;
	padding:10px 0 10px 0;
	width:100%;
	text-align:center
} 

#pesquisar {
    vertical-align: middle;
    margin-left: 177px;
    margin-top: 4px;
}

#aviso {
    font-family: "Verdana", "Geneva", sans-serif;
    font-size: 0.8em;   
}

#conteudoPrincipal h1 {
	color: #006666;
    font: italic 700 1.3em "Georgia", "Times New Roman", "Times", serif;
    margin: 10px 0px;
    text-shadow: 3px 3px 3px #CCCCCC;
}

input, textarea, .botao, button {
    -moz-border-radius:4px 4px 4px 4px;
    -moz-box-shadow:1px 1px 3px #E0E0E0;
    background:url("../../../Imagens/bg_input_text.png") repeat-x scroll left top white; 
    border:1px solid #C0BBB4;
    line-height:1.5em;
    padding:3px;
    vertical-align:middle;
}

input:hover, textarea:hover, .botao:hover, button:hover {
    background:url("../../../Imagens/bg_input_text_hover.png") repeat-x scroll left top white;
    border:1px solid #99CC00;
}

.download:hover{ 
    background: url("../../../Imagens/download.gif") 100% 50% no-repeat transparent;
    padding: 2px 20px 2px 0px;
}

.msg {
    font-size: 0.9em;
    font-weight: 700;
    display: block;
    padding-bottom: 10px;
    padding-top: 10px;
}

#novaConsulta {
    display: block;
    margin-top: 10px;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset 
{
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #CCC;
    -moz-border-radius:10px 10px 10px 10px;
    -webkit-border-radius:10px 10px 10px 10px;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset p input[type="file"], fieldset p input.ie6file
{
	width: 350px;
    border: 1px solid #e8eef4;
}

fieldset label 
{
    width: 170px;
    display:inline-block;
}

fieldset label.radio
{
    width: auto;
}

fieldset label span.obrigatorio
{
    color: #ff0000;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
font-weight:600;
padding:2px 4px 8px;
text-shadow:3px 3px 3px #CCCCCC;
}

input[type="text"], input.ie6text
{
    width: 200px;
    border: 1px solid #CCC;
}

input[type="password"], input.ie6password
{
    width: 300px;
    border: 1px solid #CCC;
}

input
{
    _width: 300px;
    _border: 1px solid #CCC;
    -moz-border-radius:4px 4px 4px 4px;
	-moz-box-shadow:1px 1px 3px #E0E0E0;
	-webkit-border-radius:4px 4px 4px 4px;
	-webkit-box-shadow:1px 1px 3px #E0E0E0;
}

input.ie6radio
{
    width: auto;
    border: 0;
}

fieldset p select
{
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}

fieldset p , input[type="submit"], input[type="button"], input.ie6submit, input.ie6button
{
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}

/* TABLE
----------------------------------------------------------*/

table 
{
  border: solid 1px #e8eef4;
  border-collapse: collapse;
  font: 11px Verdana, Arial, Helvetica, sans-serif;
}

table td 
{
  padding: 5px;
  border: solid 1px #e8eef4;
  font: 11px Verdana, Arial, Helvetica, sans-serif;
}

table th
{
  padding: 3px 2px;
  text-align: left;
  background-color: #e8eef4; 
  border: solid 1px #e8eef4;   
  font: 10px Verdana, Arial, Helvetica, sans-serif;
  font-weight: 700;
  
}

table input[type="text"], table input.ie6text
{
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	width:210px;
}


div.mensagemAviso, div.mensagemSucesso, div.mensagemErro, div.mensagemInfo {
  border: 2px solid #ddd;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: auto;
  margin-right: auto;
  padding: 0.4em 0.4em 0.4em 0.4em;
  text-align: left;
  font-size: 0.9em;
}

div.mensagemErro {
  background-color: #fbe3e4;
  color: #d12f19;
  border-color: #fbc2c4;
}
div.mensagemAviso {
  background-color: #fff6bf;
  color: #817134;
  border-color: #ffd324;
}
div.mensagemSucesso {
  background-color: #e6efc2;
  color: #529214;
  border-color: #c6d880;
}

tbody tr td 
{
	font: 1.06em Verdana, Arial, Helvetica, sans-serif;
}

 a	{
	color: #607099;
	text-decoration:none;
}

a:visited, a:active{
	color: #607099;
	text-decoration:none;
	}
	
a:hover {
	color: #ddcead;
	text-decoration: none;
	}

legend {
    color:#607099;
    font-style:italic;
}

input, textarea, .botao, button {
-moz-border-radius:4px 4px 4px 4px;
-moz-box-shadow:1px 1px 3px #E0E0E0;
background:url("../../../Imagens/bg_input_text.png") repeat-x scroll left top white; 
border:1px solid #C0BBB4;
line-height:1.5em;
padding:3px;
vertical-align:middle;
}

input:hover, textarea:hover, .botao:hover, button:hover {
background:url("../../../Imagens/bg_input_text_hover.png") repeat-x scroll left top white;
border:1px solid #99CC00;
}

.negrito {
    font-weight: 700;
}

#grid, #grid td {
    border: white;
    border-collapse: separate;
    table-layout: fixed;
}

.dataHora {
    display: block;
    padding-bottom: 15px;
    font-size: 0.8em;
    font-weight: bold;
}

#BtGeraCerticao0    {
    width: 47px;
}

.error {
    padding-left: 10px;
}

.calendario img {
    vertical-align: middle;
    padding-left: 2px;
    padding-right: 2px;
}

.calendario input {
    width: 90px;
}

.atencao {
    border: 1px solid #8B0000;
}

.atencao legend{
    color: #8B0000;
    font-family: "verdana";
    font-size: 12px;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    line-height: normal;
}   

ul li{
    margin-bottom: 5px;
    margin: 0px 0px 0px 10px;
    padding: 2px 0px 10px 10px;
}

.imagem {
    border-style: none;
}

img {
    border-style: none;
}

.botaoImpedido {
    background: #E9E9E9;
    cursor: not-allowed;
    pointer-events: none;
    color: gray;
}

.botaoComum, a.botaoComum {
    padding: 6px 5px;
    border-radius: 4px;
}