@charset "utf-8";
/* CSS Document 
Desenvolvido por: Hclick - 12/10/2012
*/

body {
    color: #667772;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    height: 100%;
	/*background-image:url(../imagens/back_agenda.jpg);
	background-repeat:no-repeat;
	background-position: center 20px;*/
}
/*faixa verde no cabecalho*/
.back_cabecalho{
	background-color:#FFFFFF;
	margin:auto 0;
	height:120px;
	/*background-image:url(../imagens/back_cabecalho.jpg);
	background-repeat:repeat-x;*/
	border-bottom: 4px solid #FFCC00;
	}
.logos_cabecalho {
  	position:relative;
  	width: 980px;
  	margin-left: auto;
  	margin-right: auto;
  	zoom: 1;
	height:120px;
}
.prefeitura{
	width:256px;
	height:96px;
	float:left;
	margin:5px 0 0 0;
	position:relative;
	}
.logo_sistema{
	width:256px;
	height:96px;
	float:right;
	margin:5px 0 0 0;
	position:relative;
	}
	
* {
    border: 0 none;
    margin: 0;
    padding: 0;
}
/*menu do cabecalho*/
.menu_cab{
	padding:8px;
	font-size:12px;
	color: #333333;
	position:relative;
  	width: 970px;
  	margin-left: auto;
  	margin-right: auto;
	text-align:right;
}
.menu_opcao{
	padding:8px;
	font-size:12px;
	color: #FFFFFF;
	position:relative;
  	margin-left: auto;
  	margin-right: auto;
	
}
.menu_opcao a{
	color: #2B479A;
	text-decoration:none;	
	padding:0 0 0 15px;
}
.menu_opcao a:hover{
	color: #00AFEF;
}
.meio_disp{
	background-color:#FFC814;
	margin:auto 0;
	height:120px;
	border-bottom: 2px solid #FFF212;
	-moz-box-shadow: 0 1px 10px #CCC;
	-webkit-box-shadow: 0 1px 10px #CCC;
	box-shadow: 0 1px 10px #CCC;
	behavior: url(ie-css3.htc);	
}
.meio_logo{
	padding:8px;
	font-size:12px;
	color: #FFFFFF;
	position:relative;
  	width: 980px;
  	margin-left: auto;
  	margin-right: auto;
}
.logado{
	padding:8px;
	font-size:12px;
	color: #667772;
	float:right;
}
/*botao_sair*/
.sair{
	padding:8px;
	font-size:12px;
	color: #667772;
	float:right;
	font-weight:bold;
}
.sair a{
	color: #667772;
	text-decoration:none;
}
.sair a:hover{
	color: #339999;
	font-weight:bold;
}
.menu_cab a{
	text-decoration:none;
	color: #FFFFFF;
	}
.menu_cab a:hover{
	color: #35B2E0;
	}
	
/*titulos do cadastro*/
h1{
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	border-bottom:dotted 1px #FFFFFF;
	margin:2px 0 2px 0;
	}
/*cabecalho login do sistema*/
h3{
	font-family: Arial, Helvetica, sans-serif;
	color:#208989;
	border-bottom:dotted 1px #339999;
	margin:2px 0 2px 0;
	}
/*Titulo "marque sua consulta online*/	
h2{
	font-family: Arial, Helvetica, sans-serif;
	color:#0071E1;
	margin:0 0 0 1px;
	border-bottom:solid 1px #0071E1; 
}

/* estilo* Busca por dentistas e médicos*/
.consulte{
	font-family: Arial, Helvetica, sans-serif;
	color:#006582;
	margin: 0 0 2px 0;
	font-weight:bold;
	}

/*titulos dos inputs de pesquisa*/
.titulos{
	font-family: Arial, Helvetica, sans-serif;
	color:#0071E1;
	font-size:12px;
	margin: 10px 0 2px 0;
	font-weight:bold;
	}
.titform{
	font-family: Arial, Helvetica, sans-serif;
	color:#339999;
	font-size:12px;
	margin: 0px 5px 2px 0;
	width:120px;
	}
.titform2{
	font-family: Arial, Helvetica, sans-serif;
	color:#339999;
	font-size:12px;
	margin: 0px 5px 2px 0;
	}
/*estilo da div prioncipal*/
.container {
  	position:relative;
  	width: 980px;
  	margin-left: auto;
  	margin-right: auto;
  	zoom: 1;
}
.logos_cabecalho {
  	position:relative;
  	width: 980px;
  	margin-left: auto;
  	margin-right: auto;
  	zoom: 1;
}
.login {
  	position:relative;
  	width: 980px;
	margin:5px 0 10px 0;
  	margin-left: auto;
  	margin-right: auto;
    border: 1px solid #CCCCCC;
	float:left;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 0 1px 7px #E2DCDC;
	-webkit-box-shadow: 0 1px 7px #E2DCDC;
	box-shadow: 0 1px 7px #E2DCDC;
	behavior: url(ie-css3.htc);
	background-color:#FF0000;
}
/*caixa principal com os cadastros e pesquisa*/
.interno {
	position:relative;
    background-color: white;
    border: 1px solid #CCCCCC;
    margin-bottom: 20px;
	margin-top: 10px;
    min-height: 20px;
    padding: 0 5px 5px 5px;
	width: 968px;
  	margin-left: auto;
  	margin-right: auto;
	float:left;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 0 1px 7px #E2DCDC;
	-webkit-box-shadow: 0 1px 7px #E2DCDC;
	box-shadow: 0 1px 7px #E2DCDC;
	behavior: url(ie-css3.htc);

}
.rodape {
width: 100%;
padding-top: 10px;
float: left;
font-size: 10px;
font-weight: normal;
background-color: #81B841;
margin: 5px 0 0 0;
}

/*.rodape {
	position:relative;
    background-color: white;
    border: 1px solid #CCCCCC;
	margin-top: 10px;
	margin-bottom: 5px;
    min-height: 20px;
    padding: 19px;	
	width: 940px;
  	margin-left: auto;
  	margin-right: auto;
	float:left;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 0 1px 7px #E2DCDC;
	-webkit-box-shadow: 0 1px 7px #E2DCDC;
	box-shadow: 0 1px 7px #E2DCDC;
	behavior: url(ie-css3.htc);
}*/

#geral_rodape {
	margin: 0 auto;
	/* border: solid 1px #ccc; */
	margin-top: 5px;
	padding: 10px 10px 10px 12px;
	height: 122px;
	text-align: left;
	background-image: url("../imagens/back_rodape_new.jpg");
	width: 969px;
  	margin-left: auto;
  	margin-right: auto;
	/*float:left;*/
}
.texto_rodape{
	font-size:11px;
	color:#666;
	text-align:center;
	}
.menu_rodape_um {
width: 200px;
float: left;
color: #FFFFFF;
position: relative;
}
.menu_rodape_um ul{
	font-size:12px;
	list-style:none;
}
.menu_rodape_um li a{
	text-decoration:none;
	color:#FFFFFF;
	list-style:none;
}
.menu_rodape_dois ul{
	font-size:12px;
	list-style:none;
}
.menu_rodape_dois li a{
	text-decoration:none;
	color:#FFFFFF;
	list-style:none;
	
}
.menu_rodape_tres ul{
	font-size:12px;
	list-style:none;
}
.menu_rodape_tres li a{
	text-decoration:none;
	color:#FFFFFF;
	list-style:none;
	
}
.menu_rodape_dois {
width: 200px;
float: left;
color: #FFFFFF;
position: relative;
}
.menu_rodape_tres {
width: 200px;
float: left;
color: #FFFFFF;
position: relative;
}
	
/*logomarca do sistema*/
.logomarca{
	width:245px;
	position:relative;
	float:left;
	margin: 5px 10px 0 0;
	}
	
/*área de login*/
.area{
	position:relative;
	padding:4px;
	float:right;
	width:720px;
	margin: 10px 0 0;
	}
	
/*estilo que envolve todo o cabecalho a partir do menu */	
.cadastre-se{
	position:relative;
	float:right;
	}
/*INPUTS - CUIDADO AO ALTERAR ESTES ESTILOS*/
input {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}

input, .uneditable-input {
    border: 1px solid #CCCCCC;
    border-radius: 3px 3px 3px 3px;
    color: #808080;
    display: inline-block;
    font-size: 13px;
    /*height: 18px;*/
    line-height: 18px;
    padding: 4px;
    width: 210px;
}
label, input {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: normal;
}
button, input {
    line-height: normal;
}
button, input, select {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
}
.buscar{
	margin:5px 0 0 0;
	}

.btn.info, .alert-message.info {
    background-color: #339999;
    background-image: -moz-linear-gradient(center top , #00B0B0, #339999);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	color:#FFF;
	width:100px;
}
.btn:hover{
	background-position: 0 -15px;
	text-decoration:none;
	}
input[type="button"], input[type="reset"], input[type="submit"] {
    height: auto;
	
}

input[type='radio'] {
	-webkit-box-shadow: inset 0 1px 2px white, 0 1px 2px rgba(0, 0, 0, .2);
	-webkit-appearance: none;
	-webkit-margin-start: 0;
	-webkit-margin-end: 3px;
	-webkit-transition: border 500ms;
	background: -webkit-linear-gradient(#fafafa, #dcdcdc);
	border-radius: 100%;
	border: 1px solid #a0a0a0;
	display: inline-block;
	height: 15px;
	margin-bottom: 0;
	position: relative;
	vertical-align: baseline;
	width: 15px;
}
input[type='checkbox'] {
	-webkit-box-shadow: inset 0 1px 2px white, 0 1px 2px rgba(0, 0, 0, .2);
	-webkit-appearance: none;
	-webkit-margin-start: 0;
	-webkit-margin-end: 3px;
	-webkit-transition: border 500ms;
	background: -webkit-linear-gradient(#fafafa, #dcdcdc);
	border: 1px solid #a0a0a0;
	display: inline-block;
	height: 15px;
	margin-bottom: 0;
	position: relative;
	vertical-align: baseline;
	width: 15px;
}

.texto_input{
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	padding: 0 5px 0 30px;
	}
.texto_entrar{
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	padding: 0 5px 0 30px;
	}
.texto_entrar a{
	color:#FFFFFF;
	text-decoration:none;
	}
.texto_entrar a:hover{
	color:#FFCC00;
	text-decoration:none;
	}
	
	
.texto_cad{
	font-family: Arial, Helvetica, sans-serif;
	color:#339999;
	font-size:12px;
	font-weight:bold;
	}
/*mensagem de erro do form*/
.msg_erro{
	font-family: Arial, Helvetica, sans-serif;
	color:#FF0000;
	font-size:12px;
	text-align:center;
	
	}
/*cadastro rápido*/
.texto_cad a{
	font-family: Arial, Helvetica, sans-serif;
	color:#339999;
	text-decoration:none;
	}
.texto_cad a:hover{
	font-family: Arial, Helvetica, sans-serif;
	color:#236969;
	font-size:12px;
	font-weight:bold;
	}
/*foto medico*/

.propaganda {
	position: relative;
	float: left;
	width: 310px;
	height: 185px;
	padding: 0 20px 5px 0;
	margin: 14px;
	border: 1px solid #CCCCCC;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 0 1px 10px #C3CCCC;
	-webkit-box-shadow: 0 1px 10px #C3CCCC;
	box-shadow: 0 1px 10px #C3CCCC;
	behavior: url(ie-css3.htc);
	background-image: url(../imagens/propaganda.jpg);
}
.propaganda a{
	font-weight:bold;
	color:#3087C6;
	text-decoration:none;
	font-size:12px;
	
}
.propaganda a:hover{
	font-weight:bold;
	color:#1F5781;
}
.indicador{
	position:relative;
	float:left;
	width:290px;
	height:180px;
	padding:5px 20px 5px 20px; 
	margin:14px; 
	border:1px solid #CCCCCC;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 0 1px 10px #C3CCCC;
	-webkit-box-shadow: 0 1px 10px #C3CCCC;
	box-shadow: 0 1px 10px #C3CCCC;
	behavior: url(ie-css3.htc);
}
.graf01{
	position:relative;
	float:left;
	width:290px;
	height:240px;
	padding:20px; 
	margin:14px; 
	/*background-image: url(../imagens/medical.jpg);*/
	border:1px solid #CCCCCC;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 0 1px 10px #C3CCCC;
	-webkit-box-shadow: 0 1px 10px #C3CCCC;
	box-shadow: 0 1px 10px #C3CCCC;
	behavior: url(ie-css3.htc);
}
.graf02{
	position:relative;
	float:left;
	width:290px;
	height:240px;
	padding:20px; 
	margin:14px; 
	/*background-image: url(../imagens/medical.jpg);*/
	border:1px solid #CCCCCC;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 0 1px 10px #C3CCCC;
	-webkit-box-shadow: 0 1px 10px #C3CCCC;
	box-shadow: 0 1px 10px #C3CCCC;
	behavior: url(ie-css3.htc);
}

/*formulario pesquisa*/
.caixa{
	position:relative;
	float:left;
	width:400px;
	height:270px;
	padding: 5px 20px 5px 20px;
	border:solid 1px #000;
	margin:14px;
	border:1px solid #CCCCCC;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 0 1px 10px #C3CCCC;
	-webkit-box-shadow: 0 1px 10px #C3CCCC;
	box-shadow: 0 1px 10px #C3CCCC;
	behavior: url(ie-css3.htc);
	}
.menu{
	position:relative;
	float:left;
	width:213px;
	/*height:220px;
	padding: 5px 20px 5px 20px;*/
	margin:14px;
	/*border:1px solid #CCCCCC;*/
	-moz-box-shadow: 0 1px 10px #C3CCCC;
	-webkit-box-shadow: 0 1px 10px #C3CCCC;
	box-shadow: 0 1px 10px #C3CCCC;
	behavior: url(ie-css3.htc);
	}	
/*agrupamento das caixas de cadastro*/
.caixa_cad{
	position:relative;
	float:left;
	width:870px;
	padding: 5px 20px 5px 20px;
	border:solid 1px #000;
	margin:14px;
	border:1px solid #CCCCCC;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 0 1px 10px #C3CCCC;
	-webkit-box-shadow: 0 1px 10px #C3CCCC;
	box-shadow: 0 1px 10px #C3CCCC;
	behavior: url(ie-css3.htc);
	}
/*cadastro de profissional*/
.cad_medical{
	background-color:#208989;
	position:relative;
	float:left;
	width:380px;
	height:85px;
	padding: 5px 10px 5px 10px;
	border:solid 1px #000;
	margin:14px 24px 14px 14px;
	border:1px solid #CCCCCC;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 0 1px 10px #C3CCCC;
	-webkit-box-shadow: 0 1px 10px #C3CCCC;
	box-shadow: 0 1px 10px #C3CCCC;
	behavior: url(ie-css3.htc);
	}
/*cadastro de paciente*/
.cad_paciente{
	background-color:#208989;
	position:relative;
	float:left;
	width:380px;
	height:85px;
	padding: 5px 10px 5px 10px;
	border:solid 1px #000;
	margin:14px;
	border:1px solid #CCCCCC;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 0 1px 10px #C3CCCC;
	-webkit-box-shadow: 0 1px 10px #C3CCCC;
	box-shadow: 0 1px 10px #C3CCCC;
	behavior: url(ie-css3.htc);
	}
/*slogan de cada cadastro*/
.slogan_cad{
	color:#FFF;	
	}
/*botao de cadastrar*/
.btn_cadastrar{
	text-align:right;
	color:#FFFFFF;
	margin:10px 0 0 0;
	font-weight:bold;
	}
.btn_cadastrar a{
	text-decoration:none;
	color:#FFFFFF;
	}
.btn_cadastrar a:hover{
	color: #41D3D3;
	}
/*inputs* CUIDADO AO ALTERAR ESTE ITEM*/
.select2-container .select2-choice {
    background-clip: padding-box;
    background-color: #FFFFFF;
    background-image: -moz-linear-gradient(center bottom , #EEEEEE 0%, white 50%);
    border: 1px solid #AAAAAA;
    border-radius: 4px 4px 4px 4px;
    color: #444444;
    display: block;
    /*height: 26px;*/
	width:400px;
    line-height: 26px;
    overflow: hidden;
    padding: 0 0 0 8px;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
}
.select2-container .select2-choice div b {
    background: url("select2.png") no-repeat scroll 0 1px transparent;
    display: block;
    height: 100%;
    width: 100%;
}
input[type="text"], input[type="password"] {
    background: none repeat scroll 0 0 white;
    -moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 2px;
    margin-top: 0;
	height: 20px;
}
input[type="text"], input[type="password"], select {
    border: 1px solid #CCCCCC;
}
.search-form-content input, .search-form-content select {
    border: 1px solid #CCCCCC;
    -moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
    height: 35px;
    margin: 5px 0 0 10px;
    width: 300px;
}
input, textarea {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}

/*tamanho inputs*/
.tamanho_select {
	width:700px;
	}
.tamanho_local {
	width:390px;
	}
.tamanho_reg {
	width:200px;
	}
.nome {
	width:720px;
	}
.end {
	width:544px;
	}
.cpf {
	width:200px;
	}
.livro{
	width:100px;
	}
.tipo{
	width:50px;
	}
.num{
	width:50px;	
	}
.nasc {
	width:100px;
	}
.select_form{
	height: 30px;
	width: 130px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 2px;
	color:#333;
}
.select_form1{
	height: 30px;
	width: 180px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 2px;
	color:#333;
}
.select_endereco{
	height: 30px;
	width: 210px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 2px;
	color:#333;
}
.select_form2{
	height: 30px;
	width: 150px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 2px;
	color:#333;
}
.select_form3{
	height: 30px;
	width:60px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 2px;
	color:#333;
}



/*slogan da IMAGEM*/
.facil{
	font-family: Arial, Helvetica, sans-serif;
	font-size:28px;
	color:#006582;
	padding:40px 0 0 270px;
	font-weight:bold;
	}
.rapido{
	font-family: Arial, Helvetica, sans-serif;
	font-size:28px;
	color:#006582;
	padding:5px 0 0 270px;
	font-weight:bold;
	}
.confiavel{
	font-family: Arial, Helvetica, sans-serif;
	font-size:28px;
	color:#006582;
	padding:5px 0 0 270px;
	font-weight:bold;
	}

/*ATENDIMENTO*/
.impress{
	margin:20px 0 0 0;
	}
.fundo{
	border:solid 1px #EAEAEA;
	padding:5px;
	margin:0 0 5px 0;
	background-color:#F3F3F3;
	}
.result{
	font-weight:bold;
	padding:5px;
	}
.composicao{
	padding:5px 5px 20px 5px;
	margin:10px 0 10px 0;
	}
.coluna1{
	float:left;
	margin:20px 20px 0 0;
	width:400px;
}
.coluna2{
	float:left;
	margin:20px 20px 0 0;
	width:400px;
}
.icone{
	padding:0 1px 0 0;
	}
/*ANAMNESE*/

textarea {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: normal;
	font-size: 100%;
    margin: 0;
    vertical-align: baseline;
	border: 1px solid #CCCCCC;
    border-radius: 3px 3px 3px 3px;
    color: #808080;
    display: inline-block;
    font-size: 13px;
    height: 50px;
    line-height: 18px;
    padding: 4px;
    width: 850px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}
.titform_amn{
	Padding:10px 0 5px 0;
	font-family: Arial, Helvetica, sans-serif;
	color:#339999;
	font-size:12px;
	margin: 0px 5px 2px 0;
	width:400px;
	}
input[type='checkbox'] {
	-webkit-box-shadow: inset 0 1px 2px white, 0 1px 2px rgba(0, 0, 0, .2);
	-webkit-appearance: none;
	-webkit-margin-start: 0;
	-webkit-margin-end: 3px;
	-webkit-transition: border 500ms;
	background: -webkit-linear-gradient(#fafafa, #dcdcdc);
	border: 1px solid #a0a0a0;
	display: inline-block;
	height: 15px;
	margin-bottom: 0;
	position: relative;
	vertical-align: baseline;
	width: 15px;
}
.coluna3{
	float:left;
	margin:20px 20px 0 0;
	width:240px;
}
.coluna4{
	float:left;
	margin:20px 20px 0 0;
	width:260px;
}
.coluna5{
	float:left;
	margin:20px 20px 0 0;
	width:240px;
}
.coluna6{
	float:left;
	margin:20px 20px 0 0;
	width:180px;
}
.titform_musc{
	font-family: Arial, Helvetica, sans-serif;
	color:#339999;
	font-size:12px;
	margin: 0px 5px 2px 0;
	width:150px;
	}
.titform_fisico{
	font-family: Arial, Helvetica, sans-serif;
	color:#339999;
	font-size:12px;
	margin: 0px 5px 2px 0;
	width:120px;
	}
.obs {
	width:475px;
	}
hr{
	border-bottom: 1px solid #CCCCCC;
	margin:10px;
	}
.titform_diag{
	font-family: Arial, Helvetica, sans-serif;
	color:#339999;
	font-size:12px;
	margin: 0px 5px 2px 0;
	width:190px;
	}	
.senha {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	/* text-align: right; */
	margin: 5px 0 0 0;
}
.senha a{
	color:#FFFFFF;
	text-decoration:none;
	}
.senha a:hover{
	color:#FFCC00;
	
	}
	
/*MENU PRINCIPAL*/

.titulo_menu_mds {
	background-repeat: no-repeat;
	background-image: url(../imagens/dms.png);
	height: 22px;
	width: 186px;
	margin: 0 0 0 0;
	padding: 6px 0 20px 30px;
	color: #666666;
	font-weight: normal;
	font-size: 11px;
}
#menudms {
	width: 213px;
	padding: 1px 0 0 0;
	margin: 0;
	font: 12px Verdana, sans-serif;
}
#menudms ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menudms li {
border-bottom: 2px solid #EDEDED;
margin: 0;
}
#menudms li a {
background-image: url("../imagens/ul_dms.png");
background-repeat: no-repeat;
display: block;
padding: 8px 5px 9px 30px;
color: #FFFFFF;
text-decoration: none;
font-size: 11px;
}
#menudms li a:hover {
background-image: url("../imagens/ul_dms_over.png");
}
.titulo_menu_dois {
background-repeat: no-repeat;
background-image: url(../imagens/dois.png);
height: 22px;
width: 186px;
margin: 0 0 0 0;
padding: 6px 0 20px 30px;
color: #666666;
font-weight: normal;
font-size: 11px;
}
#menudois {
	width: 213px;
	padding: 1px 0 0 0;
	margin: 0;
	font: 12px Verdana, sans-serif;
}
#menudois ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menudois li {
	border-bottom: 2px solid #EDEDED;
	margin: 0;
	list-style:none;
}
#menudois li a {
	background-image: url("../imagens/ul_dois.png");
	background-repeat: no-repeat;
	display: block;
	padding: 8px 5px 9px 30px;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
}
#menudois li a:hover {
	background-image: url("../imagens/ul_dois_over.png");	
}

.titulo_menu_tres {
background-repeat: no-repeat;
background-image: url(../imagens/tres.png);
height: 22px;
width: 186px;
margin: 0 0 0 0;
padding: 6px 0 20px 30px;
color: #666666;
font-weight: normal;
font-size: 11px;
}
#menutres {
	width: 213px;
	padding: 1px 0 0 0;
	margin: 0;
	font: 12px Verdana, sans-serif;
}
#menutres ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menutres li {
	border-bottom: 2px solid #EDEDED;
	margin: 0;
	list-style:none;
}
#menutres li a {
	background-image: url("../imagens/ul_tres.png");
	background-repeat: no-repeat;
	display: block;
	padding: 8px 5px 9px 30px;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
}
#menutres li a:hover {
	background-image: url("../imagens/ul_tres_over.png");	
}
.helpdesk {
background-image: url("../imagens/helpdesk.jpg");
background-repeat:no-repeat;
float: right;
height: 42px;
position: relative;
padding: 6px 0 0 35px;
width: 200px;
color: #FFFFFF;
font-size: 12px;
font-weight: normal;
}
.helpdesk a {
color: #FFFFFF;
font-weight: normal;
text-decoration: none;
}

.helpdesk a:hover {
color: #FFCC00;
font-weight: normal;
text-decoration: none;
}


.fale_conosco {
background-image: url("../imagens/email.jpg");
background-repeat: no-repeat;
float: right;
height: 42px;
position: relative;
padding: 5px 0 0 40px;
width: 200px;
color: #FFFFFF;
font-size: 12px;
font-weight: normal;
}
.fale_conosco a {
color: #FFFFFF;
font-weight: normal;
text-decoration: none;
}
.fale_conosco a:hover {
color: #FFCC00;
font-weight: normal;
text-decoration: none;
}

.lista_one {
background-color: #009933;
position: relative;
float: left;
width: 240px;
/* height: 85px; */
padding: 5px 10px 5px 10px;
border: solid 1px #000;
margin: 5px 14px 5px 14px;
border: 1px solid #CCCCCC;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
-moz-box-shadow: 0 1px 10px #C3CCCC;
-webkit-box-shadow: 0 1px 10px #C3CCCC;
box-shadow: 0 1px 10px #C3CCCC;
behavior: url(ie-css3.htc);
z-index: 1000;
}
.lista_two {
background-color: #0099FF;
position: relative;
float: left;
width: 240px;
/* height: 85px; */
padding: 5px 10px 5px 10px;
border: solid 1px #000;
margin: 5px 14px 5px 14px;
border: 1px solid #CCCCCC;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
-moz-box-shadow: 0 1px 10px #C3CCCC;
-webkit-box-shadow: 0 1px 10px #C3CCCC;
box-shadow: 0 1px 10px #C3CCCC;
behavior: url(ie-css3.htc);
z-index: 1000;
}
.lista_tree {
background-color: #FF9900;
position: relative;
float: left;
width: 240px;
/* height: 85px; */
padding: 5px 10px 5px 10px;
border: solid 1px #000;
margin: 5px 14px 5px 14px;
border: 1px solid #CCCCCC;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
-moz-box-shadow: 0 1px 10px #C3CCCC;
-webkit-box-shadow: 0 1px 10px #C3CCCC;
box-shadow: 0 1px 10px #C3CCCC;
behavior: url(ie-css3.htc);
z-index: 1000;
}

.lista_four {
background-color: #FF0000;
position: relative;
float: left;
width: 240px;
/* height: 85px; */
padding: 5px 10px 5px 10px;
border: solid 1px #000;
margin: 5px 14px 5px 14px;
border: 1px solid #CCCCCC;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
-moz-box-shadow: 0 1px 10px #C3CCCC;
-webkit-box-shadow: 0 1px 10px #C3CCCC;
box-shadow: 0 1px 10px #C3CCCC;
behavior: url(ie-css3.htc);
z-index: 1000;
}

.item {
color: #FFFFFF;
float: left;
padding: 2px 0 2px 20px;
width: 90px;
background-image: url(../imagens/accept_green.png);
background-repeat: no-repeat;
font-size: 14px;
}
.descr {
color: #FFFFFF;
float: left;
padding: 2px 2px 2px 20px;
width: 280px;
background-repeat: no-repeat;
text-align: justify;
font-size: 12px;
}
.number {
color: #FFF;
width: 50px;
padding: 2px 2px 2px 70px;
float: left;
font-weight: bold;
font-size: 14px;
background-image: url(../imagens/arrow.png);
background-repeat: no-repeat;
background-position: 15px;
}
.texto_rodape {
	font-size: 11px;
	color: #006600;
	text-align: center;
	margin: 5px 0 0 0;
	width: 100%;
	padding: 5px 0 5px 0;
	float:left;
	background-color:#B5D68B;
}
/*NOVA MENSAGEM DE ERRO*/
.mensagemOK {
    background-color: #DAF3CE;
    background-image: url("../imagens/ico_ok.png");
}
.mensagemAlerta {
    background-color: #DAF3CE;
    background-image: url("../imagens/ico_alerta.png");
}

.mensagemErro {
    background-color: #F7D9D9;
    background-image: url("../imagens/ico_erro.png");
}

.mensagemOK, .mensagemErro, .mensagemAlerta, .mensagemAviso {
    background-position: left center;
    background-repeat: no-repeat;
    border-radius: 15px 0 0 15px;
    clear: both;
    color: #666666;
    font-size: 12px;
    font-weight: bold;
    margin: 20px 0 20px 0;
    overflow: hidden;
    padding: 10px 0 12px 40px;
}
.navegadores {
	/* border: 1px solid #C8DDC8; */
	background-image: url("../imagens/navegadores.jpg");
	background-repeat: no-repeat;
	position: relative;
	float: left;
	width: 700px;
	height: 77px;
	padding: 4px 0 0 0px;
	font-weight: normal;
	font-size: 11px;
	margin: 5px 0 0;
}
.recomend {
	padding: 10px 0 0 20px;
	width: 250px;
	float: left;
	position: relative;
}

.sup {
	padding: 10px 0 0 20px;
	width: 240px;
	float: left;
	position: relative;
	}
/* bsit-br */

/*tabela titulo*/
.rich-table-subheadercell {
    border-right: 1px solid #C4C0C9;
    color: #333;
    font-family: Arial,Verdana,sans-serif;
    font-size: 11px;
    padding: 4px;
    text-align: center;
    white-space: nowrap;
    text-transform: uppercase;
}
.rich-table-cell {
    /*background-color: #F9F9F9;*/
    border-bottom: 1px solid #C4C0C9;
    border-right: 1px solid #C4C0C9;
    color: #000000;
    font-family: Arial,Verdana,sans-serif;
    font-size: 11px;
    padding: 4px;
}

/*pesquisa*/
.rich-dtascroller-table {
    background-color: #FFFFFF;
    border:none;
}

.rich-datascr-button, .rich-datascr-ctrls-separator {
    background-color: #F1EEE9;
    border-color: #C4C0B9;
    font-family: Arial,Verdana,sans-serif;
    font-size: 11px;
    border-style: solid;
    cursor: pointer;
    text-align: center;
    width: 25px;
}
.rich-datascr-button-dsbld {
    color: #333333;
}

/*vagas de emprego*/
.rich-table {
width:705px;
}
.rich-table-headercell {
        padding: 4px 4px 4px 4px;
        color: #000000;
        text-align: left;
        font-weight: bold;
        font-family: Verdana, Arial, Helvetica, Sans-serif;
        background-color: #FFCC00;
}

.rich-table-subheader {
        background-image:none;
        background-color: #81B841;
        color:#FFFFFF;
        
}

.rich-table-subheadercell {
        padding: 4px 4px 4px 4px;
        text-align: center;
        font-size: 11px;
        color: #FFFFFF;
        font-family: Verdana, Arial, Helvetica, Sans-serif;
}

.rich-table-footer {
        background-color: #8E9FC4;
}

.rich-table-footer-continue {
        background-color: #8E9FC4;
}

.rich-table-footercell {
        padding: 4px 4px 4px 4px;
        color: #000000;
        text-align: left;
        font-weight: bold;
        font-size: 11px;
        font-family: Verdana, Arial, Helvetica, Sans-serif;
}

.rich-table-subfooter {
        background-color: #F1F1F1;
}

.rich-table-subfootercell {
        padding: 4px 4px 4px 4px;
        text-align: left;
        font-size: 11px;
        color: #000000;
        font-family: Verdana, Arial, Helvetica, Sans-serif;
}

.rich-subtable-header {
        background-color: #ECF4FE;
}

.rich-subtable-headercell {
        background-color: #EEEEEE;
        padding: 4px 4px 4px 4px;
        text-align: center;
        font-size: 11px;
        color: #000000;
        font-family: Verdana, Arial, Helvetica, Sans-serif;
}

.rich-subtable-footer {
        background-color: #F1F1F1;
}

.rich-subtable-footercell {
        border-right: 1px solid #8E9FC4;
        border-bottom: 1px solid #8E9FC4;
        padding: 4px 4px 4px 4px;
        text-align: left;
}



/*.rich-table{
background-color:#666666;
}

.rich-table:hover{
background-color:#333333;
}
.rich-table-cell:hover{
background-color:#333333;
}
*/

.rich-dtascroller-table  {
background-color:transparent;
}
.rich-datascr-button, .rich-datascr-ctrls-separator {
background-image: none;
background-color:#81B841;
border-color:#EDEDED;
font-family:Arial,Verdana,sans-serif;
font-size:11px;
}

.rich-dtascroller-table {
background-color:#FFFFFF;
}

.rich-dtascroller-table {
border:none;

}
.rich-datascr-button-dsbld  {
color:#FFFFFF;
}
.mds{
	float:left;
	margin: 0 0 0 15px;
	width:700px;
}
.mds_one{
	float:left;
	margin: 0 9px 2px 0;
}
.mds_two{
	float:left;
	margin: 0 17px 2px 0;
}