﻿/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

/** TABELAS, LINHAS E CÉLULAS*/

.gradeTableGrade {
	text-align:left;
	vertical-align:top;
	border-style:solid;
	border-width:1px;
	border-color:#DDDDDD;
	width:100%;
}
.gradeTablePalestra {
	text-align:left;
	vertical-align:top;
	border-style:solid;
	border-width:0px;
	border-color:#DDDDDD;
	width:100%;
}
.gradeCellIntervalo {
	text-align:center;
	border-style:solid;
	border-width:2px;
	border-color:#FFFFFF;
	vertical-align:top;
    background-color:#b4edff;
}

.gradeCellPalestra {
	text-align:left;
	vertical-align:top;
	border-style:solid;
	border-width:1px;
	border-color:#DDDDDD;
	background-color:#FFFFFF;
}


/** FORMS */

.box1 {
	border: 1px solid #BBBBBB;
	padding: 1px;
	font-family:Tahoma;
	font-size: 11px;
	color: #777777;
	height:11pt;
	text-align: left;
	margin-bottom: 0px;
}

.box2 {
	border: 1px solid #BBBBBB;
	padding: 1px;
	font-family:Tahoma;
	font-size: 14px;
	text-align: left;
	vertical-align: middle;
	height:16pt;
	margin-bottom: 1px;
	color: #777777;
}

.drl1 {
	padding: 1px;
	border-color: #BBBBBB;
	border-style:solid;
	border-width: 1px;
	font-family:Tahoma;
	font-size: 11px;
	color: #979da2;
	height:14pt;
}

.drl2 {
	padding: 1px;
	border-color: #BBBBBB;
	border-style:solid;
	border-width: 1px;
	font-family:Tahoma;
	font-size: 14px;
	color: #979da2;
}
.botao1 
{
	border: 1pt solid #ff7f03;
	font-family:Tahoma;
		font-size: 10px;
		font-weight:bold;
		background-color:#c56100;
		color: #FFFFFF;
		cursor:hand;
		text-decoration: none;
		text-align:center;
	}

.radio1 {
	font-size: 11px;
	font-weight: normal;
	color: #979da2;
	font-family: Tahoma;
	line-height: 20px;
	text-align: left;
	vertical-align:top;
}

.radio2 {
	font-size: 12px;
	font-weight: bold;
	color: #777777;
	vertical-align:top;
	font-family: Trebuchet MS, Tahoma;
	padding-left: 0pt;
	line-height: 10pt;
	text-align:left;
}
.radio3 {
	font-size: 16px;
	font-weight: normal;
	color: #777777;
	vertical-align:top;
	font-family: Trebuchet MS, Tahoma;
	padding-left: 0pt;
	line-height: 10pt;
	text-align:left;
}

.radio4 {
	font-size: 14px;
	font-weight: normal;
	color: #777777;
	vertical-align:top;
	font-family: Trebuchet MS, Tahoma;
	padding-left: 0pt;
	line-height: 10pt;
	text-align:left;
}
.diaOn1 {
	font-weight: bold;
	color: #CCFF99;
	background-color: #009999;
}

.diaFimDeSemana1 {
	font-weight: bold;
	color: #003399;
	background-color: #CCCCFF; 
}

.divProcessando 
{
	background-color:#FFFFFF; 
	position:absolute; 
	text-align:center; 
	vertical-align:middle;
	
}

/** IMAGENS */
.barraColEsq {
	padding-right: 10px;
}

/** GRIDVIEWS */

/** TEXTS Cores */


.textIds {
	font-size: 1px;
	font-weight: normal;
	color: #FFFFFF;
	font-family:Trebuchet MS, Tahoma;
}

.Erro {
	font-size: 14px;
	font-weight: normal;
	color: #FF0000;
	font-family:Trebuchet MS, Tahoma;
    /*Alterei de Justify para left em 30/12/2009*/
    /*Alterei de 12 para 14 em 14/03/2010*/
}

.Erro2 {
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	font-family:Trebuchet MS, Tahoma;
    /*Criei um novo estilo para mensagens de erro pois em algumas páginas o tamanho 12 fica bem melhor*/
}

.Legenda {
	font-size: 10px;
	font-weight: normal;
	color: #979da2;
	font-family:Trebuchet MS, Tahoma;
}

.textTitFormCampo {
	font-size: 14px; font-weight: normal; color: #979da2; font-family: Trebuchet MS, Tahoma; padding-left: 0pt; line-height: 14pt; text-align:left;
}


.text1 {
	font-size: 11px;
	font-weight: bold;
	color: #4e3c31;
	font-family:Trebuchet MS, Tahoma;
}

.text2 {
	font-size: 12px;
	font-weight: normal;
	color: #979da2;
	font-family: Trebuchet MS, Tahoma;
	padding-left: 0pt;
	line-height: 14pt;
	text-align:left;
	/*Alterei de Justify paraleft em 30/12/2009*/
}

.text3 {
	font-size: 12px;
	font-weight: bold;
	color: #777777;
	font-family: Trebuchet MS, Tahoma;
	padding-left: 0pt;
	line-height: 14pt;
	text-align:left;
	/** Alterei o tamanho de 11 para 12 (17/12/2009) **/
	/** Alterei o alinhamento de Justify para Left (17/12/2009) **/
}

.text4 {
	font-size: 10px;
	font-weight: normal;
	color: #999999;
	font-family:Trebuchet MS, Tahoma;
	line-height: 10pt;
	text-align:center;
}

.text6 {
	font-size: 12px;
	font-weight: normal;
	color: #808080;
	font-family: Trebuchet MS, Tahoma;
	line-height: 17px;
	text-align:left;
	/** Alterei o tamanho de 11 para 12 (17/12/2009) **/
	
}


.text6B {
	font-size: 12px;
	font-weight: normal;
	color: #979da2;
	font-family: Trebuchet MS, Tahoma;
	line-height: 18px;
	text-align:left;
}

.text6C {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	font-family: Trebuchet MS, Tahoma;
	line-height: 18px;
	text-align:left;
}

.text7 {
	font-size: 17px;
	font-weight: bold;
	color: #979da2;
	font-family: Trebuchet MS, Tahoma;
	line-height: 17px;
	text-align: left;
	padding-top: 10px;
}

.text8 {
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	font-family: Trebuchet MS, Tahoma;
	line-height: 11pt;
	text-align: right;
	padding-right: 0pt;
}

.text9 {
	font-size: 16px;
	font-weight: bold;
	color: #979da2;
	font-family: Trebuchet MS, Tahoma;
	line-height: 16pt;
	text-align: left;
	padding-left: 0pt;
}

.text9B {
	font-size: 28px;
	font-weight: bold;
	color: #979da2;
	font-family: Trebuchet MS, Tahoma;
	line-height: 20pt;
	text-align: left;
	padding-left: 0pt;
}

.text11 {
	font-size: 17px;
	font-weight: bold;
	color: #5c757c;
	font-family: Trebuchet MS, Tahoma;
	line-height: 17pt;
	text-align: left;
	padding-top: 10pt;
}

.text12 {
	font-size: 10px;
	font-weight: normal;
	color: #999999;
	font-family:Trebuchet MS, Tahoma;
	text-align:left;
}

/** Criado incialmente para o projeto itcMeeting **/
.text12B {	
	font-size: 14px;
	font-weight: normal;
	color: #5b5b5b;
	font-family: Trebuchet MS, Tahoma;
	padding-left: 0pt;
	line-height: 16pt;
	text-align: right;
}

.textTitInformacao		{ font-size: 14px; font-weight: normal; color: #5f5f5f; font-family: Trebuchet MS, Tahoma; padding-left: 0pt; line-height: 16pt; text-align: right;}
.textValorInformacao	{ font-size: 14px; font-weight: normal; color: #111111; font-family: Trebuchet MS, Tahoma; padding-left: 0pt; line-height: 16pt; text-align: right; }
.textDescricaoInformacao{ font-size: 14px; font-weight: normal; color: #999999; font-family: Trebuchet MS, Tahoma; padding-left: 0pt; line-height: 16pt; text-align: right; }

.text13 {
	font-size: 6px;
	font-weight: normal;
	color: #FFFFFF;
	font-family:Trebuchet MS, Tahoma;
	text-align:left;
}

.text14 {
    font-size: 11px;
    font-weight: normal;
    color: #ff8500;
    font-family: Trebuchet MS, Tahoma;
    cursor: help;
    text-decoration: none;
}
.text14B {
    font-size: 11px;
    font-weight: normal;
    color: #ff8500;
    font-family: Trebuchet MS, Tahoma;
    cursor: Hand;
    text-decoration: none;
}

.text15 {
	font-size: 11px;
	font-weight: normal;
	color: #ff0000;
	font-family: Trebuchet MS, Tahoma;
	cursor:help;
}

/** Criado incialmente para o projeto itcMeeting onde é .text15 **/
.text15B {	
	font-size: 16px;
	font-weight: normal;
	color: #4c4c4c;
	font-family: Trebuchet MS, Tahoma;
	padding-left: 0pt;
	line-height: 16pt;
	text-align: left;
}

.text16 {	
	font-size: 11px;
	font-weight: normal;
	color: #898989;
	font-family: Trebuchet MS, Tahoma;
	padding-left: 0pt;
	line-height: 13pt;
	text-align: left;
}

.text17 {	
	font-size: 14px;
	font-weight: normal;
	color: #5c757c;
	font-family: Trebuchet MS, Tahoma;
	padding-left: 0pt;
	line-height: 15pt;
	text-align: left;
}



/** TEXTS Preto */

.text5 {	
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	font-family: Trebuchet MS, Tahoma;
}

.barcodeEan13 {	
	font-size: 45px;
	font-weight: bold;
	color: #000000;
	font-family: Ean-13, Arial;
	letter-spacing:2px;
	float:right;
}

.textCracha1 {	
	font-size: 16px;
	font-weight: bold;
	line-height: 12pt;
	text-align: left;
	color: #000000;
	font-family: Arial Narrow;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;}

.textCracha2 {	
	font-size: 14px;
	font-weight: normal;
	line-height: 12pt;
	text-align: left;
	color: #000000;
	font-family: Arial;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
}

.textCracha3 {	
	font-size: 12px;
	font-weight: normal;
	line-height: 12pt;
	text-align: left;
	color: #000000;
	font-family: Arial;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
}

.textCracha4 {	
	font-size: 12px;
	font-weight: normal;
	line-height: 12pt;
	text-align: left;
	color: #000000;
	font-family: Arial;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
}
.textCertificado1 {	
	font-size: 24px;
	font-weight: bold;
	line-height: 20pt;
	text-align: left;
	color: #000000;
	font-family:  Trebuchet MS, Tahoma;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
}

.textCertificado2 {	
	font-size: 20px;
	font-weight: bold;
	line-height: 20pt;
	text-align: left;
	color: #000000;
	font-family:  Trebuchet MS, Tahoma;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
}

/** TEXTS Branco */

.text10 {	
	font-size: 10px;
	font-weight:normal;
	color: #FFFFFF;
	font-family: Trebuchet MS, Tahoma;
}


/** LINKS */

.link1:link    
{
	COLOR: #990908; 
	TEXT-DECORATION: none; 
	font-size: 11px; 
	font-weight: bold; 
	font-family:Trebuchet MS, Tahoma; 
	line-height:normal;
	}

.link1:visited 
{ 
	COLOR: #990908; 
	TEXT-DECORATION: none; 
	font-size: 11px; 
	font-weight: bold; 
	font-family:Trebuchet MS, Tahoma; 
	line-height:normal;
	}

.link1:hover   
{ 
	COLOR: #999999;
	TEXT-DECORATION: underline; 
	font-size: 11px; 
	font-weight: bold; 
	font-family:Trebuchet MS, Tahoma; 
	line-height:normal;
	}


.Laranja:link    { COLOR: #ff8500; TEXT-DECORATION: underline; font-size: 11px; font-weight: normal; font-family:Trebuchet MS, Tahoma; line-height:normal;}
.Laranja:visited { COLOR: #ff8500; TEXT-DECORATION: underline; font-size: 11px; font-weight: normal; font-family:Trebuchet MS, Tahoma; line-height:normal;}
.Laranja:hover   { COLOR: #a77136; TEXT-DECORATION: underline; font-size: 11px; font-weight: normal; font-family:Trebuchet MS, Tahoma; line-height:normal;}

.Laranja2:link    { COLOR: #ff8500; TEXT-DECORATION: none; font-size: 11px; font-weight: normal; font-family: Trebuchet MS, Tahoma; line-height:normal;}
.Laranja2:visited { COLOR: #ff8500; TEXT-DECORATION: none; font-size: 11px; font-weight: normal; font-family: Trebuchet MS, Tahoma; line-height:normal;}
.Laranja2:hover   { COLOR: #a77136; TEXT-DECORATION: none; font-size: 11px; font-weight: normal; font-family: Trebuchet MS, Tahoma; line-height:normal;}

.Laranja3:link    { COLOR: #ff8500; TEXT-DECORATION: none; font-size: 14px; font-weight: normal; font-family: Trebuchet MS, Tahoma; line-height:normal;}
.Laranja3:visited { COLOR: #ff8500; TEXT-DECORATION: none; font-size: 14px; font-weight: normal; font-family: Trebuchet MS, Tahoma; line-height:normal;}
.Laranja3:hover   { COLOR: #a77136; TEXT-DECORATION: none; font-size: 14px; font-weight: normal; font-family: Trebuchet MS, Tahoma; line-height:normal;}

.Cinza:link    { COLOR: #4e3c31; TEXT-DECORATION: none; font-size: 14px; font-weight: normal; font-family: Trebuchet MS, Tahoma; line-height:normal;}
.Cinza:visited { COLOR: #4e3c31; TEXT-DECORATION: none; font-size: 14px; font-weight: normal; font-family: Trebuchet MS, Tahoma; line-height:normal;}
.Cinza:hover   { COLOR: #a77136; TEXT-DECORATION: none; font-size: 14px; font-weight: normal; font-family: Trebuchet MS, Tahoma; line-height:normal;}

.Branco:link    { COLOR: #FFFFFF; TEXT-DECORATION: none; font-size: 10px; font-weight: normal; font-family:Trebuchet MS, Tahoma; line-height:normal;}
.Branco:visited { COLOR: #FFFFFF; TEXT-DECORATION: none; font-size: 10px; font-weight: normal; font-family:Trebuchet MS, Tahoma; line-height:normal;}
.Branco:hover   { COLOR: #FFFFFF; TEXT-DECORATION: underline; font-size: 10px; font-weight: normal; font-family:Trebuchet MS, Tahoma; line-height:normal;}


/** BACKGROUNDS */

.bg1 {
	background: url(images/homepage02.jpg) no-repeat left top;
}


/** MISC */


