﻿/* CSS Reset */
html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, dl, dt, dd, ol, ul, li, fieldset, form, label, legend
{
   font-family: Arial, Helvetica, sans-serif, Impact;
   margin: 0;
   padding: 0;
   border: 0;
}


.titulo
{
	font-family: Frutiger, Helvetica, Tahoma, Arial;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}

.titulo_reserva
{
	font-family: Arial, Verdana, "Times New Roman";
	font-size: 16px;
	color: #1B7FAE;
	font-weight: bold;
}

.texto_esquerda
{
	font-family: Frutiger, Helvetica, Tahoma, Arial;
	font-size: 12px;
	color: #000000;
	text-align: left;
}

.texto
{
	font-family: Frutiger, Helvetica, Tahoma, Arial;
	font-size: 12px;
	color: #000000;
}

.texto2
{
	font-family: Frutiger, Helvetica, Tahoma, Arial;
	font-size: 12px;
	color: #000000;
}

.texto_preto
{
	font-family: Frutiger, Helvetica, Tahoma, Arial;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}

.texto_azul
{
	font-family: Frutiger, Helvetica, Tahoma, Arial;
	font-size: 11px;
	color: #3333FF;
	font-weight: bold;
}

.texto_verde
{
	font-family: Frutiger, Helvetica, Tahoma, Arial;
	font-size: 11px;
	color: #33CC33;
	font-weight: bold;
}

.texto_vermelho
{
	font-family: Frutiger, Helvetica, Tahoma, Arial;
	font-size: 11px;
	color: #FF3333;
	font-weight: bold;
}

.texto_branco_pequeno
{
   font-family: Arial, Tahoma, Helvetica;
   font-size: 11px;
   color: #FFFFFF;
}

.rodape_preto_negrito
{
	font-family: Frutiger, Helvetica, Tahoma, Arial;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
}

.rodape_preto
{
	font-family: Frutiger, Helvetica, Tahoma, Arial;
	font-size: 10px;
	color: #000000;
}

.tabela_tempo
{
	visibility:hidden;
}

.tdRadio
{
	  padding-top:2;
}

.tdResposta
{
	  padding-top:0;
}

.tdCorpoPergunta
{
	border-bottom: solid 1px #000000;
}

.tdAjuda
{
	border: solid 1px #000000;
	background-color: #E5E5E5; 
}

.tdTitulo
{
	font-family: arial;
	font-size: 20px;
	font-weight: BOLD;
	/*BACKGROUND-color: #6A9E35; /*#E0BB19;*/
	color: #FFFFFF;
}

.Placement
{ 
	margin: 0px;
}

table.login 
{
	background-color: #CEE6B6;
}

A
{
    font-size: 11px;
    color: #3333FF;
    font-family: Frutiger,Helvetica,Tahoma,Arial;
    font-weight: bold;	
    text-decoration: none;
}

A:hover
{
    color: #AAAAAA;
}

A.ajuda
{
	font-family: Frutiger, Helvetica, Tahoma, Arial;
	font-size: 10px;
	font-weight: bold;
   color: #3333FF;
   text-decoration: none;
}

A.ajuda:hover
{
   color: #000000;
}

.Botao
{
	background-color:#FFFFFF; 
   color: #000000;
   font-family: Frutiger, Helvetica, Tahoma, Arial;
   font-weight: bold;	
}


/****************************/
/* CONFIGURACAO POR EMPRESA */
/****************************/
.placement_titulo
{
	font-family: arial;
	font-size: 16px;
	font-weight: BOLD;
	color: #FFFFFF;
}

.placement_tituloIKWA
{
	font-family: arial;
	font-size: 16px;
	font-weight: BOLD;
	color: #333399;
}

.tdTituloPergunta
{
	border-bottom: solid 1px #FFFFFF;
	background-color: #85C442; /*#E3D42B; */
}

.tdTituloPerguntaIKWA
{
	border-bottom: solid 1px #FFFFFF;
	background-color: #ECECFF; /*#E3D42B; */
}

.tdFlashImagemPergunta
{
	background-color: #9CC35A;/*#B48B3B; */
}

.tdFlashImagemPerguntaIKWA
{
	background-color: #F3F3FF;/*#B48B3B; */
}

a.link_branco_pequeno:link,a.link_branco_pequeno:visited,a.link_branco_pequeno:active
{

   font-family: Arial, Tahoma, Helvetica;
   font-size: 11px;
   font-weight: normal;
   color: #FFFFFF;
   text-decoration: none;
}

a.link_branco_pequeno:hover
{
   color: #000000;
   background-color: #FFFFFF;
   text-decoration: none;
}

a.link_preto_pequeno:link,a.link_preto_pequeno:visited,a.link_preto_pequeno:active
{
   font-family: Arial, Tahoma, Helvetica;
   font-size: 12px;
   font-weight: normal;
   color: #000000;
   text-decoration: none;
}

a.link_preto_pequeno:hover
{
   color: #000000;
   background-color: #FFFFFF;
   text-decoration: none;
}

a.link_verde_negrito:link,a.link_verde_negrito:visited,a.link_verde_negrito:active
{
   font-family: Arial, Tahoma, Helvetica;
   font-size: 12px;
   font-weight: normal;
   color: #87C081;
   text-decoration: none;
   font-weight:bold;
}

a.link_verde_negrito:hover
{
   color: #87C081;
   background-color: #FFFFFF;
   text-decoration: none;
}




