@CHARSET "ISO-8859-1";

th, td { padding: 0 }
th, td { margin: 0 }

@font-face {
	font-family: century gothic;
	src: url('gothic_0.TTF');
}

.footerTable {
    border-top: 2px solid #746A5F;
    padding: 10px;
    text-align: center;
}

.headerTable {
    border-bottom: 2px solid #746A5F;
    padding: 10px;
    text-align: center;
    font-weight: bold;
}

.bodyIndex{
	background-size: cover;
	background-image: url("icones/fundo.png");
	background-repeat: no-repeat;
	width: 100%;
	min-height: 100%;
	margin: -5px;
    padding: 0;
}

html,
body {
   margin:0;
   padding:0;
   height:100%;
}

.body{
	background-size: cover;
	background-image: url("icones/fundoclaro.png");
	background-repeat: no-repeat;
	width: 100%;
	min-height: 700px;
	margin: -5px;
    padding: 0;
}

.rodape{
	width:100%;
}

.informacaoOperacao{
	background-color: #FAE795;
	text-align: center;
	vertical-align: middle;
	width: 70%;
	height: 30px;
	font-family: century gothic;
	align: center;
}

.panelCaption{
	width: 20%;
	font-weight: bold;
}

.tituloPagina{
	font-size: 15px;
	font-family: century gothic;
	font-weight: bold;
	text-align: left;
	color: #088A08;
}

.tabelaCorpo{
	width: 100%;
	font-size: 11px;
}

.caixaIcones{
	position: inherit;
	margin-top: -44px;	
}

.caixaTextos{
	position: inherit;
	margin-top: -35px;	
}

.tabMenu{
	font-size: 13px;
	font-family: century gothic;
	font-weight: bold;
}

.textoCabecalho{
	font-weight: bold;
}

.textoLink{
	color: #984B0C;
	text-decoration: none;
}
	
.textoLink:hover {
	color: #603009; 
}

.textoLinkInativo{
	color: #8A8A8A;
	text-decoration: none;
}

a:link{
	text-decoration: none;
	color: white;
	font-family: century gothic;
	font-weight: bold;
	font-size: 13px;
}
	
a:hover {
	color: #603009; 
}

.barraLateral{
	background-image: url("icones/barra-lateral.png");
}

.fundo{
	background-color: yellow;
}

.panelcentral{
	width:250px;
	align:center;
	font-size: small;
	position: center;
}

.panelFormulario{
	width:80%;
	align:center;
	font-size: small;
	position: center;
	margin: 4ex;
}

.textolink{
	font-size: 10px;
	color: black;
}

.mensagens{
	font-size: 10px;
}

.dialog{
	font-size: small;
}

.botaoPrincipal {
  background-image: url("icones/botao.png");
  background-size: 100%;
  color: white;
  border: none;
}

.botaoGuia {
  background-image: url("icones/fundo_botao_guia.png");
  background-repeat: no-repeat;
  background-size: 100%;
  color: white;
  border: none;
  font-size: 13px;
  font-family: century gothic;
  font-weight: bold;
  height: 32px;
  line-height: 30px;
  margin-top: -5px;
}

.botaoPrincipal:hover {
  background-image: url("icones/botaohover.png");
  background-size: 100%;
  color: white;
  border: none;
}

.textCabecalhoPaciente{
	font-size: 16px;
	font-family: century gothic;
	color: #464646;
}

.subFormulario{
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #259678;
	font-size: 13px;
	font-weight: bold;
	color: #259678;
	text-align: left;
	height: 25px;
}

.linhaFormulario{
	border-bottom-width: 0px;
	border-top-width: 2px;
	border-color: #FC940D;
}

.rodapeTabela {
	border-top-style: solid;
	border-top-width: 2px;
	border-top-color: #259678;
	height: 40px;
	vertical-align: middle;
	text-align: center;
}

.botaoFormulario{
	border-top-style: solid;
	border-top-width: 2px;
	border-top-color: white;
	font-size: 13px;
	text-align: center;
}

.tabelaComum{
	font-size: 13px;
	width: 85%;
}

.botaoLink{
	background: #aec6f1;
}
	
.botaoLink:hover {
	background: #d7ebfe; 
}
