/*-----------------------------------------------------------------------------
Nome do Projeto ( Empresa )

versão               : 1.3  // Sempre que houver modificação, por favor alterar a versao da folha
autor                : Diogo Menezes
email                : diogo@sv.com.br; sv@sv.com.br;
website				 : http://www.sv.com.br/
data de criacao      : 08/06/2007
Ultima modificação   : 28/06/2007
Autor da Modificação : Diogo Menezes <diogo@sv.com.br;diogolmenezes@gmail.com>
 

!- Legenda de comentários 
-----------------------------------
 :LIXO     - Maneira ruim de contornar um problema
 :ALTERAR  - Alterar no fim do desenvolvimento do projeto
 :BUG      - Problema no código

-----------------------------------------------------------------------------*/


/* =Geral
-----------------------------------------------------------------------------*/
* {
	margin:0px;
	padding:0px;
}

img, fieldset {
	border:none;
}

fieldset.visible {
	margin-bottom:5px;
	padding:10px 5px 10px 8px;
	border:1px solid #E8E8FF;	
}

fieldset.visible legend {
	font-weight:bold;
	color:#006699;
	_margin-left:-7px; /* Hack para alinhar exatamente o conteudo do fieldset com a legend no IE */ 
}

body {
	font:11px "Trebuchet MS", Arial, Verdana;
	color:#666666;
	overflow-x:hidden; /* :LIXO - Problema de scroll horizontal no firefox  */
}

hr {
	margin:10px 0px;
	border:none;
	height:1px;
	border-bottom:1px dashed #E7E4DD;
}

h1 {
}

h2.relative {
	position:relative;
}

h5 {
	margin-bottom:10px;
	font:bold 14px "Trebuchet MS", Arial, Verdana;
	color:#0E8263;
	text-transform:uppercase;
}

h6 {
	margin-bottom:10px;
	font:bold 12px "Trebuchet MS", Arial, Verdana;
	color:#006D96;
	
}



h4 , h4 a{
	padding:13px 10px 0px 20px;
	margin-top:20px;
	margin-left:-5px;
	width:516px;
	height:49px;
	background:url(../img/titulos/bg_titulo.jpg) top left no-repeat;
	font:bold 16px "Trebuchet MS", Arial, Verdana;
	color:#990000;
}

p{
	margin-bottom:15px;
}

a:link, a:visited, a:active {
	color:#005782;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

ul.listaAzul2 {
	list-style:none;
}

ul.listaAzul2 li {
	padding-left:20px !important;	
	background:url(../img/seta_azul.gif) 0px 4px no-repeat;
}

ul.listaAzul {
	float:left;
	padding:0px 20px 0px 0px;
	_padding:0px 20px 0px 0px;
}

ul.listaVermelha {
	float:right;
	padding-right:23px;
}

ul.listaAzul li {
	list-style:none;
	padding-left:20px !important;	
	background:url(../img/seta_azul.gif) 0px 4px no-repeat;
}

ul.listaVermelha li {
	list-style:none;
	padding-left:20px !important;
	background:url(../img/seta_vermelha.gif) left center no-repeat;
}

dl.lista dt, dl.lista dd {
	padding:5px;	
}

dl.lista dt {
	padding-left:20px;
	font:bold 12px "Trebuchet MS", Arial, Verdana;
	color:#006699;
	background:url(../img/bg_titulo.jpg) left bottom no-repeat;
}

dl.lista dd {
	margin-bottom:15px;
}

p.dataLista {
	font:bold 12px "Trebuchet MS", Arial, Verdana;
	color: #990000;
	text-decoration:none;
}

input, select, textarea {
	font:11px "Trebuchet MS", Arial, Verdana;
}

textarea.trabalhe {
	width: 306px;
	margin-right:10px;
	background:#F4F4F2;
	border:1px solid #DFDFD9;
	font:11px "Trebuchet MS", Arial, Verdana;
	padding-left:3px;
}

input.trabalhe {
	width: 200px;
	margin-right:10px;
	background:#F4F4F2;
	border:1px solid #DFDFD9;
	font:11px "Trebuchet MS", Arial, Verdana;
	padding-left:3px;
}
input.ddd {
	width: 22px;
	margin-right:10px;
	background:#F4F4F2;
	border:1px solid #DFDFD9;
	font:11px "Trebuchet MS", Arial, Verdana;
	padding-left:3px;
}

ul.lista {
	margin:0px !important;
	padding:0px !important;
	list-style:none;
}

ul.lista li {
	padding-left:20px !important;
	background:url(../img/seta_vermelha.gif) 0px 9px no-repeat;
	line-height:25px;
}

/* =Estrutura
-----------------------------------------------------------------------------*/
#container {
	margin:auto;
	width:770px;
}


/* =Topo
-----------------------------------------------------------------------------*/
#topo {
	width:770px;
	height:84px;
	background:url(../img/bg_topo.jpg) top left no-repeat;
}

#topo h1 {
	display:block;
}

#topo h1 {
	float:left;
	margin:20px 0px 0px 40px;
	_margin:20px 0px 0px 20px;
	width:150px;
	height:60px;
	overflow:hidden;
	
}


#topo h1 a{	
	display:block;	
	_padding-top:20px;
	text-indent:-9000px;
}

#topo>h1>a {	
	width:150px;
	height:60px;
}

#topo #menuPrincipal {
	padding:40px 0px 0px 232px;
}

#topo #menuPrincipal ul li {
	list-style:none;
	display:inline;	
	margin-right:15px;
}

#topo #menuPrincipal ul li a {
	font:bold 11px "Trebuchet MS", Arial, Verdana;
	color:#666666;
	text-decoration:none;
	text-transform:uppercase;
}

#topo #menuPrincipal ul li a:hover {
	color:#057CC2;
}

/* =Conteudo
-----------------------------------------------------------------------------*/
#conteudo {
	background:url(../img/bg_conteudo.jpg) top left repeat-x;
	border-bottom:1px solid #FFF;
}

#conteudo ul {
	margin:0px 0px 15px 15px;
}

#conteudo ul li {
	padding-left:5px;
}

/* =Coluna Internas
-----------------------------------------------------------------------------*/
#coluna {
	padding-bottom:20px;
	width:215px;
	float:right;
	background:none;
}	

#boxEndereco {
	width:203px;
	height:260px;
	
	}

#coluna .boxExames {
	margin-bottom:15px;
	padding:120px 10px 10px 20px;
	width:178px;
	height:90px;
	background:url(../img/bg_exames.jpg) top left no-repeat;
	
}

.boxExames label{
	font:bold 11px "Trebuchet MS", Arial, Verdana;
	color:#990000;
}

.boxExames input.campo{
	margin:10px 0px;
	padding-left:5px;
	border:none;
	background:#D7D4CD;
	font:11px "Trebuchet MS", Arial, Verdana;
	color:#660000;
}

.boxExames .bntOk{
	margin:10px 0px 10px 5px;
	border:none;
	width:20px;
	height:16px;
	background:url(../img/botoes/btn_ok.gif) top left no-repeat;
	text-indent:9000px;
}



/*Box exames Topo*/

.boxExamesTopo {
	margin:10px 12px 0 0;
	*margin:10px 12px 0 0;
	_margin:10px 0px 0 0;
	width:120px;
	float:right;
}

.boxExamesTopo a {font-size:10px; color:#636261; text-decoration:none; text-align:right; float:right;}

.boxExamesTopo label{
	font:bold 11px "Trebuchet MS", Arial, Verdana;
	color:#990000;
	margin:0 0 0 15px;
	
}
.boxExamesTopo label a {color:#990000; font:bold 11px "Trebuchet MS", Arial, Verdana; margin:0 25px 0 0; *margin:0 15px 0 0; }

.boxExamesTopo input.campo
{
	float:left;
	*float:none;
	margin:0px 10px 0px 0px;
	padding-left:10px;
	border:none;
	background:#D7D4CD;
	font:11px "Trebuchet MS", Arial, Verdana;
	color:#660000;
	width:110px;
}

.boxExamesTopo .bntOk
{
	float:right;
	margin:3px 10px 0px 0px;
	*margin:3px 0px 0px 0px;
	border:none;
	width:20px;
	height:16px;
	background:url(../img/botoes/btn_ok.gif) top left no-repeat;
	text-indent:9000px;
}



/* =Meio
-----------------------------------------------------------------------------*/
#meio {
	float:left;
	width:540px;	
	padding-bottom:20px;
	padding-left:5px;

}

#meio p {
	text-align:justify;
}

#meio h2 {
	margin:10px 0px;
	padding:0px 0px 3px 20px;
	font:bold 16px "Trebuchet MS", Arial, Verdana;
	color:#006699;
	background:url(../img/bg_titulo.jpg) left bottom no-repeat;
}

#meio h3 {
	margin:10px 0px;
	font:bold 14px "Trebuchet MS", Arial, Verdana;
	color:#0E8263;	
	/*border-bottom:1px dotted #CACAC6;*/
}

/* Controle de Agendamento 
-----------------------------------------------------------------------------*/
#ControleAgendamento {
	border:1px solid #E4E4E2;
	margin-bottom:20px;
}

#ControleAgendamento h1 {
	font:11px "Trebuchet MS", Arial, Verdana;
	color:#0F699E;
	border-bottom:1px solid #E4E4E2;
	background:#F4F4F2;
	padding:5px;
}

#ControleAgendamento #coluna_1{
	float:left;
	width:240px;
	border-right:1px solid #E4E4E2;	
}

#ControleAgendamento #coluna_1 fieldset {
	margin:0px;
	padding:10px;
}

#ControleAgendamento #coluna_2 {
	float:right;
	width:297px;
}

#ControleAgendamento dl {
	padding:10px;
}

#ControleAgendamento dl dt {
	width:70px;
	display:inline;
	font:bold 11px "Trebuchet MS", Arial, Verdana;
	color:#A82626;
	padding-left:10px !important;
	background:url(/img/seta_azul_2.gif) 0px 5px no-repeat;
}

#ControleAgendamento dl dd {
	display:inline;
	line-height:25px;
}

/* Observacoes
-----------------------------------------------------------------------------*/
div.observacoes {
	margin:15px 0px;
}

div.observacoes h6 {
	margin-bottom:15px;
	padding-bottom:2px;
	font:bold 14px "Trebuchet MS", Arial, Verdana;
	color:#990000;
	border-bottom:1px dashed #CACAC6;
}

div.observacoes p {
	background:url(../img/seta_azul.gif) 0px 5px no-repeat;
	padding-left:20px;
}

/* =Rodape
-----------------------------------------------------------------------------*/
#rodape {
	width:770px;
	height:30px;
	clear:both;
	background:url(../img/bg_rodape.jpg) top left repeat-x;
}

#rodape address {
	text-align:center;
	font:normal 11px "Trebuchet MS", Arial, Verdana;
	color:#333333;
	line-height:30px;
}

#rodape address a {
	color:#003366;
	text-decoration:none;
}

#rodape address a:hover {
	text-decoration:underline;
}

/* =Tabelas e Grids
-----------------------------------------------------------------------------*/
table.dg_Grid {
	width:100% !important;
	border:none;
}

table.dg_Grid td {
	padding:2px 7px;
	border:1px solid #DFDFD9;
	background:#FDFDFD;
}

table.dg_Grid tr.dg_Header td {
	background:#E7E3DA;
	font:bold 12px "Trebuchet MS", Arial, Verdana;
	color:#026F96;
}

table.dg_Grid tr.dg_AlternatingItem td {
	background:#F4F4F2;
}

/* =Home
-----------------------------------------------------------------------------*/
body.home #coluna1{
	float:left;
	width:217px;
}

body.home #coluna1 img{
	margin:7px 0px 0px 10px;
}

body.home #coluna2{
	float:right;
	width:197px;
	
	margin-bottom:10px;
	padding:7px 5px 0px 8px;
	background:url(../img/bg_coluna_2.jpg) 0px 20px repeat-y;
	
}

body.home #coluna2 .box{
	height:150px;
	padding:15px 5px 45px 5px;
	background:#F3F3F1;
}



body.home #meio {
	float:left;
	width:340px;
	padding:15px 0px 20px 0px;
}

body.home #meio p {
	padding-left:10px;
}

body.home #meio p.medicos {
	width:200px;
	margin-bottom:18px;
}

body.home #meio h2{
	clear:both;
	margin:0px 0px 10px 0px;
	padding:0px;
	width:338px;
	height:44px;
	text-indent:-9000px;
	overflow:hidden;
}

body.home #meio h2.clientes{
	background:url(../img/titulos/tit_clientes.jpg) top left no-repeat;
}

body.home #meio h2.medicos{
	background:url(../img/titulos/tit_medicos.jpg) top left no-repeat;
}

body.home #coluna2 h3.exames , #coluna h3.exames {
	clear:both;
	margin-bottom:10px;
	width:197px;
	height:92px;
	text-indent:-9000px;
	overflow:hidden;
	background:url(../img/titulos/tit_exames_esp.jpg) top left no-repeat;
}

body.home #coluna1 #boxEndereco{
	width:217px;
	height:400px;
	border:none;
	margin-left:2px;
	margin-top:-7px;
}



/* =Tabelas e Grids
-----------------------------------------------------------------------------*/
table.dados1 {
	width:100% !important;
	border:none;
}

table.dados1 td {
	padding:4px 7px;
	border:1px solid #DFDFD9;
	background:#FDFDFD;
}

table.dados1 tr.header td {
	background:#E7E3DA;
	font:bold 12px "Trebuchet MS", Arial, Verdana;
	color:#026F96;
}

table.dados1 tr.alternate td {
	background:#F4F4F2;
}



/* =Formulários
-----------------------------------------------------------------------------*/

/* Formulario de pesquisa em linha */
fieldset.formularioPesquisaLinha{
	margin:10px 0px;
}

fieldset.formularioPesquisaLinha label{
	font-weight:bold;
}

fieldset.formularioPesquisaLinha .campo {
	margin-right:10px;
	background:#F4F4F2;
	border:1px solid #DFDFD9;
	font:11px "Trebuchet MS", Arial, Verdana;
	padding-left:3px;
}

fieldset.formularioPesquisaLinha .botao {
	vertical-align:top;
}

/* formularioPadrao */
fieldset.formularioPadrao {
	margin:10px 0px;
}

fieldset.formularioPadrao label {
	font-weight:bold;
	float:left;
	width:115px;
}

fieldset.formularioPadrao label.proximidade1 {
	width:60px;
}

fieldset.formularioPadrao label.proximidade2 {
	width:170px;
}

fieldset.formularioPadrao label.proximidade3 {
	width:80px;
}

fieldset.formularioPadrao label.checkbox {
	float:none;
	width:auto;
	font-weight:normal;
}

fieldset.formularioPadrao .campo {
	background:#F4F4F2;
	border:1px solid #DFDFD9;
	font:11px "Trebuchet MS", Arial, Verdana;
	padding-left:3px;	
}
fieldset.formularioPadrao select.campo {
	min-width:100px;
}

fieldset.formularioPadrao .botao {
	vertical-align:top;
}

fieldset.formularioPadrao .botao2 {
	vertical-align:top;
	margin-left:115px;
}


/* Imagem de topo INTERNA 
-----------------------------------------------------------------------------*/
.topo_cdpi       { background:url(../img/topos/cdpi.jpg) top left no-repeat; width:770px; height:147px; }
.topo_unidades   { background:url(../img/topos/unidades.jpg) top left no-repeat; width:770px; height:147px; }
.topo_exames     { background:url(../img/topos/exames.jpg) top left no-repeat; width:770px; height:147px; }
.topo_clientes   { background:url(../img/topos/clientes.jpg) top left no-repeat; width:770px; height:147px; }
.topo_medicos    { background:url(../img/topos/medicos.jpg) top left no-repeat; width:770px; height:147px; }
.topo_atividades { background:url(../img/topos/atividades.jpg) top left no-repeat; width:770px; height:147px; }
.bt_voltar {background:url(../img/botoes/voltar_peq.gif); text-indent:-5000px; width:64px; height:24px; margin:0 0 0 10px;}
.bt_voltar a { width:80px; height:24px; display:block; cursor:pointer;}

/* =Classes Gerais
-----------------------------------------------------------------------------*/
.center {
	text-align:center;
}

.fLeft {
	float:left;
}


.imgRight {
	float:right;
	border:7px solid #EFEFEF;
	margin:3px 0px 5px 5px;
}

.imgLeft 
{
	float: left;
	border:7px solid #EFEFEF;
	margin:3px 5px 5px 0px;
}

.imgUnidades 
{
	border:7px solid #EFEFEF;
	margin:3px 5px 5px 0px;
}
.fRight {
	float:right;
}

.required {
	color:#CC3300;
	font-weight:normal;
}

.block {
	display:block;
}

.mLeft{
	margin-left:20px;
}

.mRight {
	margin-right:35px;
}

.mNone {
	margin:0px !important;
}

.left {
	text-align:left;
}

.right {
	text-align:right;
}

.clear {
	clear:both;
}

.none {
	display:none;
}

.tel {
	color:#537D84;
}

.gray {
	color:#333333;
}

.blue {
	color:#006D96;
}

.vinho {
	color:#990000;
}

.bold {
	font-weight:bold;
}

.msgErro {
	text-align:center;
	color:#FF0000;
}

.msgSucesso {
	text-align:center;
	color:#009900;
}

.accesskey {
	text-decoration:underline !important;
}

.atencao {
	color:#990000;
	font-weight:bold;
}

.buscaAvancada {
	display:block;
	text-indent:-999px;
	overflow:hidden;
	width:112px;
	height:37px;
	background:url(../img/botoes/busca_avancada.gif) no-repeat;
}

.destaque {
	padding:10px;
	color:#006699;
}

p.mapa {}
p.mapa a img {border: 0 none;}

p.voltar {
	position: relative;
	margin-bottom:50px;
}

p.voltar a {
	position:absolute;
	right:0px;
	display:block;
	width:64px;
	height:25px;
	background:url(../img/botoes/voltar_peq.gif) no-repeat;
	text-indent:-9000px;
	overflow:hidden;
}

.agendarExame {
	position:absolute;
	top:3px;
	right:0px;
}

ul.alfabeto {
	margin:0px  !important;
	padding:0px !important;
}

ul.alfabeto li{
	display:inline;	
	text-transform:uppercase;
	font-weight:bold;
}

.style1 
{
	color:#ff0000;
}


/* pop up jornada */


.titulo_jornada{
	padding:13px 10px 0px 20px;
	margin-top:20px;
	margin-left:-5px;
	width:740px;
	height:49px;
	background:url(../img/titulos/bg_titulo2.jpg) top left no-repeat;
	font:bold 16px "Trebuchet MS", Arial, Verdana;
	color:#990000;
}

#galeria {width:520px;}
#galeria p {text-align:left;}
#galeria img {border:4px solid #e5e5e5; margin:0px;}
#galeria a {margin:0px;}
