html{
	margin-left:2;
	margin-top:2;
	background-color:#ffffff;
	font-family: arial;
    background-color: transparent;
}

pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

#index{
	background-image: url(../img/bg2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.ui-widget-overlay {
   position: fixed;
}
.ui-autocomplete-category {
   font-weight: bold;
   line-height: 1.0;
}
.ui-autocomplete { 
   max-height: 200px; 
   overflow-y: auto; 
   overflow-x: hidden;
   padding-right: 20px;
}
.ui-autocomplete-loading { 
	background-color:white;
	background-image: url(../img/ui-anim_basic_16x16.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#autenticacao1{
	width: 450px;
	height: 320px;
	margin:0 auto;
	padding:0 auto;
}

#autenticacao2{
	width: 450px;
	height: 150px;
	margin-top: 10px;
	background-image:url(../img/bg_autentica.png);
	padding-top: 28px;
}

.divAtencao{
	background-color:yellow;
	color:black;
	border:2px solid black;
	font-weight: bold;
	font-size: 10px;
	padding: 10px;
	text-align:center;
}

.divAtencao2{
	background-color:lime;
	color:black;
	border:2px solid gray;
	font-weight: bold;
	font-size: 10px;
	padding: 10px;
	text-align:center;
}

.divVisita{
	width: 144px;
	height: 189px;
	background-image: url(../img/bg_visita.png);
	background-position: center;
	background-repeat: no-repeat;
	cursor:pointer;
	padding: 2px;
	font-size: 10px;
}

.divFilterScrollWrapperHead{
  height:40px;
  padding:0px;
  position: fixed;
  z-index: 999;
}

.divFilterScrollWrapperHead td{
  padding:0px;
}

.divFilterScrollWrapper{
  display:none;
  float:left;
  width:118px;
  overflow-x:hidden;
  padding:0px;
  position:relative;
  top:2px;
  border:1px solid silver;
  background-color: white;
}

.divFilterScrollWrapper td{
  padding:0px;
}

.tab_filter{
	width: 30px;
	font-size:10px;
	color:#333;
	background-image:url(../img/tab_filter.png);
	background-repeat: no-repeat;
	text-decoration:none;
	font-weight:bold;
	text-align:center;
	cursor:pointer;
	vertical-align: top;
}


.divChatScrollWrapperHead{
  height:150px;
  position: fixed;
  z-index: 998;
}

.divChatScrollWrapperHead td{
  padding:0px;
}

.divChatScrollWrapper{
  display:none;
  float:left;
  height:144px;
  width:118px;
  overflow-x:hidden;
  overflow-y:scroll;
  padding:0px;
  position:relative;
  top:2px;
  border:1px solid silver;
  background-color: white;
}

.divChatScrollWrapper td{
  padding:0px;
}

.tab_chat{
	width: 30px;
	font-size:10px;
	color:#333;
	background-image:url(../img/tab_chat.gif);
	background-repeat: no-repeat;
	text-decoration:none;
	font-weight:bold;
	text-align:center;
	cursor:pointer;
}


.icone {
	cursor:pointer;
}

.grupoCampos{
	border: 1 solid; 
	color: black;
}

.thumb{
	position:relative;
	left:0;
	top:0;
	margin:5px;
	width:110px;
	border: 1 px solid gray;
}

.thumb img{
	position:relative;
	left:0px;
	border:none;
	z-index:100;	
}

.botao {
	-moz-box-shadow:inset 0px 1px 0px 0px #99ccff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #99ccff;
	box-shadow:inset 0px 1px 0px 0px #99ccff;
	background-color:#1d73b4;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #1d73b4;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:11px;
	font-weight:bold;
	padding:4px 15px;
	text-decoration:none;
	text-shadow:1px 1px 0px #336699;
}

.botao:hover {
	background-color:#3399ff;
	cursor:pointer;
}

.botao:active {
	position:relative;
	top:1px;
}

.botao2 {
	-moz-box-shadow:inset 0px 1px 0px 0px #027ffb;
	-webkit-box-shadow:inset 0px 1px 0px 0px #027ffb;
	box-shadow:inset 0px 1px 0px 0px #027ffb;
	background-color:#0066cc;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #0066cc;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:10px;
	padding:0px 6px;
	text-decoration:none;
	text-shadow:1px 1px 0px #027ffb;
}

.botao2:hover {
	background-color:##0000cc;
	cursor:pointer;
}

.botao2:active {
	position:relative;
	top:1px;
}

.botao3 {
	-moz-box-shadow:inset 0px 1px 0px 0px #d7d7d7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #d7d7d7;
	box-shadow:inset 0px 1px 0px 0px #d7d7d7;
	background-color:##d7d7d7;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dddddd;
	display:inline-block;
	color:#333;
	font-family:arial;
	font-size:10px;
	padding:3px 7px;
	text-decoration:none;
}

.botao3:hover {
	background-color:#333;
	color: white;
	cursor:pointer;
}

.botao3:active {
	position:relative;
	top:1px;
}

.hr { 
  height: 100%;
  border-right: 3px solid lightblue;
  width: 3px;
  width: 0px;
}


/* texto padrão do site */

.texto_padrao{
	color:#333333;
	font-size:10px;
}

.filtro_combo{
	border: solid 1px #cdd4cd;
	background-image: url(../img/fundo_input.png);
	background-repeat:no-repeat;
	background-position: left top;
	padding-left:0px;
	font-size:10px;
	width:100%;
}

.filtro_texto{
	border: solid 1px #cdd4cd;
	background-image: url(../img/fundo_input.png);
	background-repeat:no-repeat;
	background-position: left top;
	padding-left:0px;
	font-size:10px;
	width:100%;
}

/* texto do form padrao do site */
.form_txt{
	border: solid 1px #cdd4cd;
	background-image: url(../img/fundo_input.png);
	background-repeat:no-repeat;
	background-position: left top;
	padding-left:5px;
	font-size:10px;
}

.form_txt_data{
	border: solid 1px #cdd4cd;
	background-image: url(../img/fundo_input.png);
	background-repeat:no-repeat;
	background-position: left top;
	padding-left:5px;
	font-size:10px;
}

/* texto do form padrao do site */
.form_txt_valor{
	color:#333333;
	background-color:FFFFFF;
	font-size:10px;
	text-align:right;
	border-bottom-color:#333333;
	border-top-color:#333333;
	border-left-color:#333333;
	border-right-color:#333333;
	border-width: 1px;
}

/* text field do form padrao do site */
.form_label_grd{
	color:#000;
	font-size:11px;
	font-weight: bold;
}

/* text field do form padrao do site */
.form_label{
	color:#000;
	font-size:10px;
}

/* text field do form padrao do site */
.form_label_alert{
	background:tomato;
	font-size:10px;
}

.form_label textarea{
	font-size: 12px;
}

.form_label tr{
	height: 20px;
}

.form_label2{
	color:#000;
	font-size:10px;
}


/* text field do form padrao do site PEQUENO*/
.form_label_peq{
	color:#333333;
	font-size:9px;
}

.form_label_redborder { 
	border-color: tomato;
}

.hidden{
	display:none;
}

.show{
	display:block;
}

/* orelha do form */
.tab_ativo{
	font-size:10px;
	color:#333;
	background-image:url(../img/tab_ativo2.gif);
	background-repeat: no-repeat;
	text-decoration:none;
	font-weight:bold;
	text-align:center;
	cursor:pointer;
}

.tab_inativo{
	font-size:10px;
	color:#333;
	background-image:url(../img/tab_inativo2.gif);
	background-repeat: no-repeat;
	text-decoration:none;
	font-weight:bold;
	text-align:center;
	cursor:not-allowed;
}
/* titulo de cada sessão*/

.titulo{
	color:#333333;
	font-size:10px;
	font-weight:bold;
}

.titulo_opcao{
	color:#0000ff;
	font-size:10px;
	font-weight:bold;
}
.sub_titulo_opcao{
	color:#333333;
	font-size:10px;
	font-weight:bold;
}

/* paginacao */

.pag_corrente{
    width: 16px;
    min-width: 16px;
    height: 24px;
	text-align:center;
	border:2px solid #3399ff;
	background-image:url(../img/bg_pag.png);
	font-size: 11px; 
	text-decoration:none;
	cursor:pointer;
}
	
.pag_mais{
	width: 16px;
    min-width: 16px;
	height: 24px;
	text-align:center;
	border:2px solid #d7d7d7; 
	background-image:url(../img/bg_pag.png);
	color: #000;
	font-size: 11px; 
	text-decoration:none;
	cursor:pointer;
}

.pag_mais:hover{
	text-decoration:none;
}

.pag_off{
    width: 16px;
    min-width: 16px;
	height: 24px;
	text-align:center;
	border:2px solid #d7d7d7; 
	color: #999;
	font-size: 11px; 
	text-decoration:none;
	cursor:none;
}


	
/* titulo da tabela */
.tabela_fundo
{
	font-size:10px;
	background-image:url(../img/fundo_topo_tabela.png);
	background-repeat:repeat-x;
	background-position:left bottom;
	color:#333333;
	font-weight:bold;
}

.tabela_cabecalho
{
	font-size:10px;
	background-color:#bfc9d9;
	background-repeat:repeat-x;
	background-position:left bottom;
	color:#333;
	font-weight:bold;
}

.tabela_rodape
{
	font-size:10px;
	background-image:url(../img/fundo_topo_tabela.png);
	background-repeat:repeat-x;
	background-position:left bottom;
	color:#d7d7d7;
	font-weight:bold;
}

.tabela_rodape_com_paginacao
{
	font-size:10px;
	background-color:#d7d7d7;
	background-repeat:repeat-x;
	background-position:left bottom;
	color:#333;
	font-weight:bold;
}

.tabela_rodape_com_botoes
{
	font-size:10px;
	background-color:#d7d7d7;
	background-repeat:repeat-x;
	background-position:left bottom;
	color:#333;
	font-weight:bold;
	white-space: nowrap;
}

.tabela_rodape_link{
	font-size:10px;
	color:#333;
	text-decoration:none;
	height:20px;
}

.tabela_rodape_link:hover{
	text-decoration:none;
}

.tabela_rodape_link img{
	padding: 0px;
	border: none;
}

.ellipsis {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	position: absolute;
	width: 98%;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
} 

.tabela_texto_par
{
	zoom: 1; /*to trigger hasLayout*/
	font-size:10px;
	color:#333;
	background-color: #e6e6e6;
	height:20px;
	text-decoration:none;
	cursor:pointer;
	vertical-align: top;
	position: relative;
}

.tabela_texto_impar
{
	zoom: 1; /*to trigger hasLayout*/
	font-size:10px;
	color:#333;
	background-color:#f3f3f3;
	height:20px;
	cursor:pointer;
	text-decoration:none;
	vertical-align: top;
	position: relative;
}

.tabela_texto_par td
{
	position: relative;
}

.tabela_texto_impar td
{
	position: relative;
}

.tabela_texto_par:hover
{
	background-color: #bed1f1;
}

.tabela_texto_impar:hover
{
	background-color: #bed1f1;
}

.chat_texto
{
	zoom: 1; /*to trigger hasLayout*/
	font-size:10px;
	color:#333;
	background-color:#f3f3f3;
	height:30px;
	cursor:pointer;
	text-decoration:none;
	vertical-align: top;
	position: relative;
}

.chat_texto td
{
	position: relative;
}

.chat_texto:hover
{
	background-color: #bed1f1;
}

.tabela_bgcolor
{
	background-color:#e6e6e6;
}

.txt_fieldset{
	font-family: verdana; 
	font-weight: bold; 
	font-size: 10px; 
	/*color: #990000;*/
	color: #ff0000;
}

.fieldset_obs_evento{
	border-color: #888888;
}

.fieldset_obs_evento_none{
	border: 1 solid; 
}

.campo_fieldset {
	border: 1 solid; 
	color: #333;
}


#loading { 
	display:none; 
	position:absolute; 
    z-index:100;
	left:0; 
	top:0; 
	width:100%;
	height:100%; 
	background-image: url(../img/transparent_1x1.png);
	background-repeat:repeat;
	filter:alpha(opacity=20); 
    -moz-opacity: 0.2; 
    opacity: 0.2; 
} 

#loadingimage {
	font-weight:bold;
	color:#000000;
    filter:alpha(opacity=100); 
    -moz-opacity: 1.0; 
    opacity: 1.0; 
    z-index:101;
}

.tabela_home table {
	height: 95px;
	width: 72px;
	background-image: url(../img/bg_home_atalho.png);
	vertical-align: middle;
	text-align:center;
	cursor:pointer;
	color:#333;
	font-family:arial;
	font-size:8px;
	font-weight:bold;
	padding:5px;
	text-decoration:none;
}

.tabela_home td {
	width: 100%;
	vertical-align: middle;
	text-align:center;
}

.tabela_home_contrato table {
	height: 95px;
	width: 72px;
	background-image: url(../img/bg_home_atalho_contrato.png);
	vertical-align: middle;
	text-align:center;
	cursor:pointer;
	color:#333;
	font-family:arial;
	font-size:8px;
	font-weight:bold;
	padding:5px;
	text-decoration:none;
}

.tabela_home_contrato td {
	width: 100%;
	vertical-align: middle;
	text-align:center;
}


    .notificacao {
       width:400px;
	   font-family: Verdana, Arial, Helvetica, sans-serif;
	   font-size: 10px;
	   color: #333;
	   border: 1px solid;
	   border-color: #999;
	   background-color: #ededed;
	   -moz-border-radius: 8px;
	   -webkit-border-radius: 8px;
	   -khtml-border-radius: 8px;
	   border-radius: 8px;
	   cursor:pointer;
       vertical-align:top;
       min-height:40px;
    }
    .notificacao table {
	   width: 100%;
    }
    .notificacaoNova {
       width:400px;
	   font-family: Verdana, Arial, Helvetica, sans-serif;
	   font-size: 10px;
	   color: #333;
	   border: 2px solid;
	   border-color: #444;
	   background-color: #ededed;
	   -moz-border-radius: 8px;
	   -webkit-border-radius: 8px;
	   -khtml-border-radius: 8px;
	   border-radius: 8px;
	   cursor:pointer;
       vertical-align:top;
       min-height:40px;
    }
    .notificacaoNova table {
	   width: 100%;
    }
	.notificacaoOpCnt {
	  padding:0px;
	  position:relative;
	  width:98%;
	}
    .notificacaoOp {
	  z-index:50;
	  position:absolute;
	  padding:0px;
	  margin:5px;
	  cursor:pointer;
    }
    .notificacao_cabecalho {
       width:400px;
	   font-family: Verdana, Arial, Helvetica, sans-serif;
	   font-size: 16px;
	   color: #333;
	   border: 1px solid;
	   border-color: #999;
	   background-color: #cccccc;
	   -moz-border-radius: 8px;
	   -webkit-border-radius: 8px;
	   -khtml-border-radius: 8px;
	   border-radius: 8px;
	   cursor:pointer;
       vertical-align:middle;
       height:50px;
    }
    .notificacao table:hover {
	   background-color: #ffe4e4;
	   -moz-border-radius: 8px;
	   -webkit-border-radius: 8px;
	   -khtml-border-radius: 8px;
	   border-radius: 8px;
    }

.contato_tabela {
	border: 1px solid black;
	border-radius: 8px;
	padding: 6px;
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
	font-size:10px;
	padding: 2px;
}

.contato_tdTitle {
	height:22px;
	border-radius: 4px;
	background-color:#999;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	font-size:10px;	
}

.contato_frm {
	display: inline-table;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
	border: 1px solid;
	border-color: #999;
	background-color: #ededed;
	padding: 3px 2px 2px 4px;
	height: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-align: left;
}

.divListagemWrapper{
  float:left;
  height:550px;
  width:99%;
  overflow-x:hidden;
  overflow-y:scroll;
  padding:2px;
}

.divListagemTexto {
  display: block;
  overflow-x:hidden;
  overflow-y:auto;
  width: 98%;
  /*max-height: 50px;*/
  padding:2px;
}
