﻿body {
}

hr
{
	color: #482B3C; 
	height: 1px;
	}
	
.imagemcli
{
	border: 3px solid #482B3C;
	    
	}
	
/* Accordion */
.accordionHeader
{
    border: 1px solid #482B3C;
    color: white;
    background-color: #482B3C;
	font-family: 'Century Gothic', Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
    padding: 1px;
    margin-top: 5px;
    cursor: pointer;
    
}
.accordionHeader:hover
{
    background-color: #882211;
}

.accordionHeader a
{
	color: #E0E0E0;
	background: none;
	text-decoration: none;
}

.accordionHeaderSelected
{
    border: 1px solid #482B3C;
    color: #882211;
    background-color: #182B3C;
	font-family: 'Century Gothic', Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
    padding: 4px;
    margin-top: 5px;
    cursor: pointer;
    text-transform: uppercase;
}
.accordionHeaderSelected a
{
	font-family: 'Century Gothic', Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#882211; /*#0884e2;*/
	text-decoration: none;
	text-transform: uppercase;
}	
.accordionContent
{
    background-color: #182B3C;
    border: 1px dashed #482B3C;
    border-top: none;
    padding: 10px;
    padding-top: 10px;
	font-family:  'Century Gothic', Geneva, Arial, Helvetica, sans-serif;
    color: #E0E0E0;
	font-size: 12px;
	text-align: justify;
	font-weight: normal;
}
.textoLbl1 {
	font-family: 'Century Gothic', Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #E0E0E0;
}
.textoLbl2 {
	font-family: 'Century Gothic', Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	/*text-transform: uppercase;*/
	color: #882211;
}
.textoLbl3 {
	font-family: 'Century Gothic', Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #E0E0E0;
	text-decoration:none;
}
.botao
{
	color: #192b3c;
	border-top-width: 1px;
	border-left-width: 1px;
	border-left-color: rgb(108,108,133);
	border-bottom-width: 1px;
	border-bottom-color: rgb(108,108,133);
	border-top-color: rgb(108,108,133);
	border-right-width: 1px;
	border-right-color: rgb(108,108,133);
	background-color: rgb(230,230,230); 
	border-color: rgb(108,108,133); 
	border-width: 1px; 
	font-family: verdana, arial;
	font-size: 10px;
	cursor: hand;
}
.textBox {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E0E0E0;
	border: 1px solid #482B3C;
	cursor: hand;
	background:#182B3C;
	overflow:auto;
}

.textotitulo
{
	font-family: 'Century Gothic', Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color:#882211;
	text-transform: uppercase;
}

.textogeral
{
	font-family:  'Century Gothic', Geneva, Arial, Helvetica, sans-serif;
    color: #E0E0E0;
    font-size: 12px;
    text-align: justify;
}

/*Menu*/

.menu{
width: 150px; 
}


.menu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

.menu ul li{
padding-bottom: 4px; /*bottom spacing between menu items*/
}

.menu ul li a
{
font-family: 'Century Gothic', Geneva, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: normal;
color:White;
background: #482B3C;
display: block;
padding: 5px 15px;
line-height: 35px;
padding-left: 8px; /*link text is indented 8px*/
text-decoration: none;
text-transform: uppercase;
text-align:right;
}

.menu ul li a:visited{
color: #E0E0E0;
}

.menu ul li a:hover{ /*hover state CSS*/
color: #E0E0E0;
background: #882211;
/*background: #CE0000;*/
}

.link
{
	font-family: 'Century Gothic', Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color:#482B3C;
	font-style:normal;
	font-weight: normal;
	font-variant: normal;
	color:White;
	text-decoration: none;
	cursor: hand;
}
.link:hover {
	font-family: 'Century Gothic', Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;	
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	cursor: hand;
	color: #E0E0E0;
	background: #882211;
}
.linkfooter
{
	font-family: 'Century Gothic', Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color:Silver;
	text-decoration: underline;
}
.linkfooter:hover
{
	font-family: 'Century Gothic', Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration:overline;
}