@charset "iso-8859-1";
/* Reset CSS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: Verdana,Geneva,sans-serif;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* CSS Document */
/** elements **/
a:link {
	color: #03F;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #03F;
}
a:hover {
	text-decoration: none;
	color: #000f96;
}
a:active {
	text-decoration: none;
	color: #03F;
}
td, th {
	font-family: inherit;
	font-size: 14px;
        vertical-align: middle;
}
th {
    font-weight: bold;
}
body, html{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;	
}
h2 {
	font-size: 17px;
        font-weight: bold;
        text-align: center;
}
h3 {
	font-size: 17px;
}

/** Classes **/
.fundo {
	background-image: url(../imagens/Fundo_tela.jpg);
	text-align:left;
	vertical-align: middle;			 
}

.divPrincipal {
	margin: 10px;
	text-align:left;
	vertical-align:middle;	
	height:100%;	 
}

.login-info {
	border: 0;
	width: 100%;
}
.login-info td {
	vertical-align: middle;
}

/** CSS do Menu : considere que a maior parte dos estilos está no superfish.css **/
.menu {
	font-size:11px;
	font-weight:bold;
	text-decoration: none;
	margin-top: 2px;
}

.menu p{
	clear:left;
}	

.menu #current { /* para destacar o (sub)menu escolhido pelo usuário */
	background: gray;
	color:#FFFFFF;
}

.esperar {	
	width:100%;
	text-align: center;
	z-index:200;
	position:absolute;
}

.corpo {
	background-color: #FFF;
	border: thin solid #000;
	margin-bottom: -10px;
	margin-top: -11px;
	padding-top: 11px;
        display: block;
}
.corpo .tab-form-consulta {
	margin: 0 auto;
	border-collapse: collapse;
}
.tab-form-consulta td {
	padding: 20px 0;
	text-align: center;
}

.tab-include {
    margin: 0 auto;
}
.tab-crud {
    border: thin solid #333333;
    margin: 10px auto;
}
.tab-crud td {
    border: thin solid #333333;
}
.linhaA {
    background-color: lightgray;
}
.linhaB {
    background-color: ghostwhite;
}

#divAviso {
    z-index: 10;
}

.aviso {
    background-color: #aa1717;
    font-size: 14px;
    color:#FFF;
    font-weight:bold;
    width: 98%;
    text-align: center;
    margin: 0 3px;
    position: absolute;
}

.avisoSucesso {
    background-color: #0C0;
    font-size: 14px;
    color:#FFF;
    font-weight:bold;
    width:98%;
    text-align: center;
    margin: 0 3px;
    position: absolute;
}

#divAviso table {
    margin: 0 auto;
    padding-bottom: 0.5em;
}

.center {
    margin: 0 auto;
    text-align: center;
}

.br{ /*Espaço entre os div's*/
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.rodape{	
	margin: 0 10px;
	background:#DDDDDD;
	font-size: 10px;
	text-align: center;
	vertical-align:bottom;		     
}

#tab1{
	padding:0;
	margin:0;
	_width:125px;
	margin-left:-4px;
}
#tab2 {
	_width:125px;
	margin-left:-4px;
}
#tab_1{
	position:relative;
	left:619px;
	width:124px;
	height:auto;
}
#tab_2{
	position:relative;
	left:742px;
	width:126px;
	height:auto;
	margin-left:2px;
}

#tab_1 img, #tab_2 img{
	width:124px;
}

.centralizar {
    margin: 0 auto;
    width: 100%;
}
