﻿/* Configurações Gerais */

body {
font-family: Tahoma, Arial, Helvetica, sans-serif;
margin:0;
text-align:center;
font-size: small;

/*
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: Verdana;
    font-size: small;
*/



}


img {
	border-width: 0;
}

p 
{
 	line-height: 100%;
}


h2
{
    color: #FFFF00;
    font-size: medium;
    font-weight: bold;
    padding: 0;

}

h4
{
    color: #FFFF00;
    font-size: x-small;
}


h5
{
    font-size: medium;
    font-weight: bold;
    padding: 0;
}

/* Header */
.header {
	margin: 0 auto;
	color: #FFFF00;
}

.header h1, .header h2 {
	margin: 0;
	font-weight: bold;
	padding: 0 20px;
}

.header h1 {
	padding-top: 10px; 
	/* letter-spacing: -3px; */
	/* text-transform: uppercase; */
	/* font-size: 3em; */
	font-size: medium;
}

.header h2 {
	padding-top: 10px;
	/* letter-spacing: -1px; */
	/* text-transform: uppercase; */
	/*font-size: 16px; */
	/* font-size: 1em; */
	font-size: x-small;
}

/*Tabela Cadastro */

.cadastro h1 {
 font-size: 20px;
 font-weight: bold;
 color: #3366CC;
 background-color: #FFFFFF;
}

.cadastro table2 {
  border:0; 
}

.cadastro table1 {
  width:100%;
  border:1;

}

.cadastro label1 {
 /* bgcolor="#eeeeee"; */
 width:50px;
 
 font-size: 28px;
 color: #000000;
 font-weight: bold;
 font-family: Arial, Helvetica, sans-serif;
 width: 20;
}

.cadastro text1 {
  width:600px;
}

.cadastro h2 {
 font-size: 28px;
 color: #000000;
 font-weight: bold;
 font-family: Arial, Helvetica, sans-serif;
 width: 20;
} 

.frmDetalheTabela table 
{
    vertical-align: top;
    width: 600px; 
  
}

.ItemLabel {
background-color: #507CD1;
color: White;
text-align: right;
}

.ItemValue {
  table-layout: fixed;
  width: 400px;
  text-align: left;
}
