﻿body 
{
	font-family: Arial, Georgia, Serif;
	color: Black;
	font-size: 12px;	
	min-width:800px;
}

h1 
{
    margin: 30px 0px 5px 0px;
    font-family: Arial, Georgia, serif;
    color: #6c1714;
    font-size: 18px;
}

h2 {
    font-family: Arial, Georgia, serif;
    /*border-bottom: 3px solid #6c1714;*/
    color: #6c1714;
    font-size: 14px;
    float:left;
    
}

h3 {
    font-family: Arial, Georgia, serif;
    /*border-bottom: 3px solid #6c1714;*/
    color: #6c1714;
    font-size: 12px;
    float:left;    
}

/********* DIVS **********/
/********* DIVS **********/
/********* DIVS **********/
/********* DIVS **********/
/********* DIVS **********/
.divTopo
{    
    float:left;
    position:static;
    width: 90%;
	padding:5px;
	
	border-bottom: solid 1.5px #6c1714;
}

.divLogo
{    
    width: auto;
    height: 80px;
    float: left;
    position: relative;
    margin: 1px;
}

.divTitulo
{
    float:left;
    position:static;
    width: auto;
	margin-top: 0px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:0px;    
	line-height: 25px;
	padding:10px;
}

.divPrincipal
{
    float:left;
    position:static;
    height:auto;
    width: 90%;
	padding:5px;
	
	border-bottom: solid 1.5px #6c1714;
}


.divboxEsquerda 
{
	float: left;	
	margin: 0px;
	text-align: right;
	padding: 5px;
	vertical-align:middle;
	position: relative;
	line-height: 24px;
    left: 2px;
    width: auto;
    height:auto;
}

.divboxDireita {
	float:left;  
	margin: 0px;  
	text-align: left;
	padding: 5px;
	line-height: 24px;
	vertical-align:middle;  
	position:relative;
    left: 0px;
    width: auto;
}

.divCadEmail 
{
    float:left;
    position:static;
    height:auto;
    width: 90%;
	margin-top: 20px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;
	padding:5px;
	
	border: solid 1px #6c1714;
	border-radius: 2px 2px 2px 2px;
	
}

.divBoxDownload
{
    float:right;
    position:static;
    height:auto;
    width: 90%;
	margin-top: 20px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	padding:20px;
	
	border: solid 1px #6c1714;
	border-radius: 2px 2px 2px 2px;
		
    overflow:auto;
}


/********** PANELS **********/
/********** PANELS **********/
/********** PANELS **********/
/********** PANELS **********/
/********** PANELS **********/

.panelOpcoes
{
    float:left;
    height:auto;
    width:90%;
    text-align:center;
}

.panelDados
{
    float:left;
    height:auto;
    width:90%;
}

.panelDownload
{
    float:left;
    height:auto;
    width:90%;
    text-align:center;
}


/********** OBJ **********/
/********** OBJ **********/
/********** OBJ **********/
/********** OBJ **********/
/********** OBJ **********/

.imagem
{
    width: auto;
    height: 90%;
    margin: 0px;
    position: relative;
    border: 1px solid #6c1714;
}

.label
{
    height:18px;
    position:relative;
    font-family: Arial, Georgia, serif;
    font-weight:normal;
    color: #000000;
    font-size: 12px;  
    vertical-align: middle;
}

.labelMensagem
{
    position:relative;
    font-family: Arial, Georgia, serif;
    font-weight:normal;
    color: #6c1714;
    font-size: 12px;  
    vertical-align: middle;
}

.labelTitulo
{
    position:relative;
    text-align:left;
    margin: 30px 0px 5px 0px;
    font-family: Arial, Georgia, serif;
    font-weight:bolder;
    color: #6c1714;
    font-size: 24px;
}

.labelSubTitulo
{
    position:relative;
    text-align:center;
    margin: 30px 0px 5px 0px;
    font-family: Arial;
    font-weight:bolder;
    color: #6c1714;
    font-size: 18px;
}

.customButton
{
    vertical-align:middle;
	background-color:#6c1714;
    
    font-weight: bold; 
    color:White; 
    font-size: 9pt;
    
    width:100px;
    height:24px;
    cursor:pointer;
    border: 0;
    border-radius: 2px 2px 2px 2px;
    transition: all 0.3s ease 0s;
}
.customButton:hover
{
    border-bottom: 0;
    border-top: 0;
    border-right: solid 5px #C9C9B0;
    border-left: solid 5px #C9C9B0;
    border-radius: 2px 2px 2px 2px;
}

.email
{
    font-weight:600;
    font-size: 7pt;
    width:115px;
}

.customOptButtons
{
	vertical-align:middle;
	background-color:#6c1714;
    
    font-weight: bold; 
    color:White; 
    font-size: 9pt;
    line-height:10pt;
    
    width:150px;
    height:40px;
    cursor:pointer;
    border: 0;
    border-radius: 5px 5px 5px 5px;
    transition: all 0.3s ease 0s;
}

.customOptButtonEsq
{
	vertical-align:middle;
	background-color:#6c1714;
    
    font-weight: bold; 
    color:White; 
    font-size: 9pt;
    line-height:10pt;
    
    width:150px;
    height:40px;
    cursor:pointer;
    border: 0;
    border-radius: 5px 0px 0px 5px;
    transition: all 0.3s ease 0s;
}

.customOptButtonDir
{
	vertical-align:middle;
	background-color:#6c1714;
    
    font-weight: bold; 
    color:White; 
    font-size: 9pt;
    line-height:10pt;
    
    width:150px;
    height:40px;
    cursor:pointer;
    border: 0;
    border-radius: 0px 5px 5px 0px;
    transition: all 0.3s ease 0s;
    
    margin-left: -4px;
    border-left: 0.5px #561210 solid;
}

.customOptButtonCentro
{
	vertical-align:middle;
	background-color:#6c1714;
    
    font-weight: bold; 
    color:White; 
    font-size: 9pt;
    line-height:10pt;
    
    width:150px;
    height:40px;
    cursor:pointer;
    border: 0;
    border-radius: 0px 0px 0px 0px;
    transition: all 0.3s ease 0s;
    
    margin-left: -4px;
    border-left: 0.5px #561210 solid;
}

.customOptButtonSel
{
	border-bottom: solid 5px #C9C9B0;
    transition: none 0s ease-in 0s;  
}

.customOptButtons:hover,
.customOptButtonEsq:hover,
.customOptButtonDir:hover,
.customOptButtonCentro:hover
{
    border-bottom: solid 5px #C9C9B0;
}

.textBox
{
    width: 200px;
	margin-top:1.5px;
	margin-bottom:1.5px;
	vertical-align:middle;
	overflow:hidden;
	border-width: 1.5px;
    border-style:solid;
    border-color: rgb(169, 169, 169);
    border-radius: 2px 2px 2px 2px;
}

.imgButton
{
    height:32px;
    width:32px;
}

.imgButton_FadeOut
{
    opacity:0.5;
}

.gridDownload
{
    width: auto; 
    border-left-width: thin; 
    border-left-color: silver; 
    border-bottom-width: thin; 
    border-bottom-color: silver;
}

.gridDownload th
{
    width:100px; /*LARGURA DAS COLUNAS DO GRID*/
    font-size:8pt;
    font-weight:600;
}
