﻿@charset "utf-8";
/* CSS Document */

/* Controla o estilo das Scroll Bars da parte de conteudo. */

::-webkit-scrollbar-track{
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
    background-color: none;
}

::-webkit-scrollbar{
    width: 5px;
    /*background-color: #F5F5F5;*/
}

::-webkit-scrollbar-thumb{
    background-color: #358f9b;
}

/* Controla o tipo de letra, tamanho, cor, alinhamento e cor de fundo da parte de conteudo. */

body{
	
	font-family:"Arial";
	font-size:14px;
	color:#022C6A;
	text-align: justify;
 	/*background-image:url(http://microsites/verao/imagens/FundoMainFrame.png);*/
	width:550px;
	height:500px;
	background-repeat:no-repeat;
	background-position:top;
	background-Applies to:all elements;
	background-attachment:fixed;

	}


/* Estilo usado nas datas. */

.Data{
	color:#022C6A;
	font-weight: bold;
	}

/* Estilo usado nos texto de referência / assunto */

.TextoReferencia{
	font-family: Arial;
	font-size:14px;
	color:#022C6A;
	text-align: justify;
	}

/* Estilo usado em todos os textos de chamada de atenção - Geralmente o texto Vermelho. */

.Atencao{
	font-family: Arial;
	font-size:14px;
	color:#BF1407;
	text-align: justify;
	}

/* Estilo usado nos títulos ou do artigo ou da categoria na parte de conteudo */

.Titulos{
	font-family:"Arial";
	font-size:16px;
	color:#358f9b;
	font-weight:bold;
	text-align: left;
	/*text-transform:uppercase;*/
	}

/*Controla as tabelas */

table{
	width:90%;
	padding:0;
	border:none;
	align:center;
	}
	
/*Controla as tabelas da div de baixo na entrada da pagina */

#teste table{
	width:590px;
	height:240px;
	}
	
/* As proximas entradas controlam os links e os seus vários estados. */

a {                        /* Cor do link no estado normal */
	color: #022C6A;
	font-size:12px;
	font-weight:bold;
}
a:link {
	text-decoration: none; 
}
a:visited {                /* Cor do link no estado de marcado como visitado */
	text-decoration: none;
	color: #022C6A;
}
a:hover {                  /* Cor do link no estado ao passar com o rato por cima */
	text-decoration: underline;
	color: #022C6A;
}
a:active {                 /* Cor do link no estado quando está a ser visto */
	text-decoration: none;
	color: #022C6A;
}

/* As proximas entradas controlam os links  da Div Voltar e os seus vários estados. */

#Voltar a {                        /* Cor do link no estado normal */
	color: #022C6A;
	font-size:14px;
}
#Voltar a:link {
	text-decoration: none; 
}
#Voltar a:visited {                /* Cor do link no estado de marcado como visitado */
	text-decoration: none; 
	color: #022C6A;
}
#Voltar a:hover {                  /* Cor do link no estado ao passar com o rato por cima */
	text-decoration: underline;
	color: #022C6A;
}
#Voltar a:active {                 /* Cor do link no estado quando está a ser visto */
	text-decoration: none;
	color: #022C6A;
}

/* Controla o estilos das réguas horizontais usadas para dividir os resultados. */

hr{
	color:#7A7A7A;
	width:100%;
	height:1px;
	noshadow:noshadow;
	
	align:left;
	}

img{
	border:none;
	}
	
/******************************************************************************/
/********************************  FORM STUFF  ********************************/
/******************************************************************************/

.box{
	background-color: rgba(53,143,155,0.1);
	height:65px;
	margin-bottom:10px;
	margin-top:10px;
	padding:5px;
	display:table;
}

.vcenter{
	display:table-cell;
	line-height:32px;
	vertical-align:middle;
}

.bloco{
	display:block;
}

.linha{
	display:inline;
}

.esquerda{
	float:left;
	clear:both;
}

.direita{
	float:right;
	
}

.Width85{
	width:84%;
	clear:both;
}

.fullWidth{
	width:99%;
}

.threeQuarterWidth{
	width:74%;
	clear:both;
}

.halfWidth{
	width:49%;
}

.quarterWidth{
	width:24%;
}

.eightWidth{
	width:12%;
}

.labelBox{
	height:20px;
	padding:5px;
	min-width:100px;
	font-size:14px;
	margin-top:10px;
	font-weight:bold;
}

.labelRadioBox{
	height:20px;
	padding:5px;
	font-size:14px;
	margin-top:10px;
	line-height:15px;
	vertical-align:middle;
	display:table-cell;
}

.textBox{
	height:30px;
	padding:5px;
	min-width:100px;
	font-size:16px;
	background-color:#FFF;
}

.textBox1{
	height:30px;
	padding:5px;
	min-width:100px;
	font-size:16px;
	background-color:#FFF;
	margin:0 auto;
}

.areaBox{
	height:60px;
	padding:5px;
	min-width:100px;
	font-size:16px;
	background-color:#FFF;
}

.selectBox{
	height:30px;
	padding:5px;
	min-width:100px;
	font-size:14px;
	background-color:#FFF;
	text-transform:capitalize;
}

.multipleBox{
	height:200px;
	padding:5px;
	min-width:100px;
	font-size:14px;
	background-color:#FFF;
	text-transform:capitalize;
}

.buttonBox{
	height:30px;
	padding:5px;
	min-width:100px;
	font-size:16px;
}

.chkBox{
	height:20px;
	width:20px;
}

.radioBox{
	height:20px;
	width:20px;
}

.sbmBox{
	margin:0 auto;
	text-align:center;
	height:30px;
	min-width:100px;
	font-size:16px;
	margin-top:10px;
}

.MyFieldset1{
	border:none;
	background: -webkit-linear-gradient(top, #FCFAE1, #FFF 50%);
	background: -moz-linear-gradient(top, #FCFAE1, #FFF 50%);
}

.MyFieldset2{
	border-width:1px;
	border-style:solid;
	border-image: linear-gradient(to bottom, #358f9b, rgba(255, 255, 255, 0)) 1 1 0%;
	margin-top:30px;
}

#LoginHolder{
	text-align:center;
}

#RegistrationHolder{
	text-align:left;
}
