/*
 * CSS geral do site
 */

/*- Geral -*/
*{
	border: 0px;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
html{
	background-image: url("../_img/fundo.gif");
	background-repeat: repeat;
	width: 100%;
	height: 100%;
}
a{
	color: #007C99;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;	
}
p {
	color: #404040;
	font-size: 11px;
}
table{
	border-collapse: collapse;
}
td{
	color: #404040;
}
li {
	list-style-type: none;
	text-decoration: none;
	color: #404040;
}
#principal{
	margin: auto;
	width: 780px;
	height: 100%;
	background-color: #FFFFFF;	
}
.fundoBranco{
	background-color: #FFFFFF;
}
.padLeft{
	padding-left: 15px;
}
.padRight{
	padding-right: 15px;	
}
.floatRight{
	float: right;
}
.floatLeft{
	float: left;
}
.clear{
	clear: both;
}
/*------------------------------*/

/*- Listas -*/
.listaHeader{
	float: left;
	display: inline;
	height: 15px;	
	padding: 0px 3px 0px 5px;
}
.listaMenuT{
	float: left;
	display: inline;
	height: 38px;
	font-size: 1px;
	margin-top: 2px;
	*margin-top: 0px;	
}
.intLista {
	margin: 17px 23px 17px 20px;
	width: 260px;
}	
.intLista li {	
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 11px;
	color: #404040;
	background: URL("../_img/bulletInterna.gif") no-repeat left top;
	padding: 0 0 0 15px; 
}
.ListaNumerada li{
	list-style-position: outside;
	list-style-type: decimal;
	padding: 0 0 0 0px;
	margin: 10px 27px;
	border-bottom: 1px solid #eeeeee;
}
.ListaPonto li
{
	list-style-position: outside;
	list-style-type: disc;
	padding: 0 0 0 0px;
	margin: 10px 25px;
	border-bottom: 1px solid #eeeeee;
}
.ListaPontoNo li
{
	list-style-position: outside;
	list-style: none;
	margin: 10px 25px;
	border-bottom: 1px solid #eeeeee;
	color: #000000;
}
.bordaHeaderR{
	width: 1px;
	height: 8px;
	line-height: 8px;
	font-size: 8px;
	padding-right: 5px;
	border-right: 1px #007C99 solid;	
}
.bordaHeaderLajR{	
	width: 1px;
	height: 8px;
	line-height: 8px;
	font-size: 8px;
	padding-right: 5px;
	border-right: 1px #E37222 solid;
}
.menuLListaOl {
	width: 210px;
	margin: 0px 0px 0px 13px;
	padding: 0px;
	background-color: #D2E0C0;
}
.menuLLista {
	padding: 11px 0px 0px 19px;
}
.menuLListaOver {
	padding: 11px 10px 0px 0px;
	text-align: right;
	background-color: #E37222;
}
.menuLListaInt {
	background: #BFD8BD url("../_img/bulletMenu.gif") no-repeat;
	background-position: 20px 8px;
	padding: 4px 0px 6px 29px;
	_padding-bottom: 2px;
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;
	color: #404040;
}
.menuLListaInt a{
	color: #404040;
	text-decoration: none;
}
.menuLListaInt a:hover{
	color: #404040;
	text-decoration: none;
}
.menuLListaIntOver {
	text-align: right;
	background: #E37222 url("../_img/bulletMenuOver.gif") no-repeat;
	background-position: 190px 8px;
	padding: 4px 29px 6px 0px;
	_padding-bottom: 2px;
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;	
}
.menuLListaIntOver a{
	color: #FFFFFF;
	text-decoration: none;
}
.menuLListaIntOver a:hover{
	color: #FFFFFF;
	text-decoration: none;
}
.menuLListaI{
	padding: 11px 0px 0px 19px;
	background: #D2E0C0 url("../_img/imgSombraComeco.gif") no-repeat center top;
}
.menuLListaIOver{
	padding: 11px 10px 0px 0px;
	background: #E37222 url("../_img/imgSombraComecoOver.gif") no-repeat center top;
	text-align: right;
}
.menuLListaF{
	background: #D2E0C0 url("../_img/imgCurvaFim.gif") no-repeat left bottom;
	padding: 11px 0px 8px 19px;
}
.menuLListaFOver{
	background: #E37222 url("../_img/imgCurvaFimOver.gif") no-repeat left bottom;
	padding: 11px 10px 8px 0px;
	text-align: right;
}
.menuLBorda{
	height: 1px;
	margin: -1px 0px 0px 10px;
	line-height: 1px;
	font-size: 1px;
	width: 190px;
	border-bottom: 1px #ABC785 solid;
}
/*------------------------------*/

/*- Tabelas -*/
#tabelaAlimentos {
	width: 500px;
	margin: 0 auto;
	color: #404040;
}
#tabelaAlimentos thead td {
	padding: 0 0 5px;
	color: #404040;
	font-weight: bold;
	font-size: 11px;
	border-bottom: dotted 1px #CCCCCC;
}

.tabelaAlimentosInt td {
	height: 20px; 
	border-bottom: 1px solid #CCCCCC;
	padding: 0 0 0 5px;
	background: #FAFAFA;
}
.tabelaTitulo {
	 font-weight: bold;
	 background: #ffffff;
	 margin: 3px 0;
	 text-align: center;
	 color: #007C92;
	 border-bottom: dotted 1px #CCCCCC;
	 text-align: left;
	 padding: 5px 0 5px 5px; 
}
.tabDiabetes td {
	border-bottom: solid 1px #007B87;
	padding: 5px;
}
.tabDiabetesTop td{ 
	background: #0096A6;
	border-bottom: solid 1px #007B87;
	border-top: solid 1px #007B87;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	padding: 3px 0;
}
/*------------------------------*/

/*- Campos -*/
.campoVazioLogin{
	background-image: url("../_img/fndEmail.gif");	
	background-repeat: no-repeat;
	background-position: 3px 3px;
}
.campoVazioSenha{
	background-image: url("../_img/fndSenha.gif");	
	background-repeat: no-repeat;
	background-position: 3px 3px;
}
.campoPadrao{
	height: 16px;
	color: #000000;
	font-size: 11px;
	padding: 0px 2px 0px 2px;
	border-left: 2px #808080 solid;
	border-top: 2px #808080 solid;
	border-right: 1px #D4D0C8 solid;
	border-bottom: 1px #D4D0C8 solid;	
}
.comboPadrao{
	color: #000000;
	font-size: 11px;
	border-left: 2px #808080 solid;
	border-top: 2px #808080 solid;
	border-right: 1px #D4D0C8 solid;
	border-bottom: 1px #D4D0C8 solid;	
}
.comboPadraoGli{
	color: #000000;
	font-size: 11px;
	border-left: 2px #808080 solid;
	border-top: 2px #808080 solid;
	border-right: 1px #D4D0C8 solid;
	border-bottom: 1px #D4D0C8 solid;	
	width: 58px;
}
.textArea{
	width: 400px;
}
/*------------------------------*/

/*- Header -*/
#header{
	height: 150px;
	background-image: url("../_img/fundoTopo.jpg");
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	padding-top: 10px;
}
#linksTopo{
	float: right;
	height: 23px;
	background-image: url("../_img/linhaOpcoes.jpg");
	background-repeat: no-repeat;
	background-position: bottom right;
}
#login{
	text-align: center;
}
#logado{
	width: 350px;
	text-align: right;
}
/*------------------------------*/

/*- Menu Topo -*/
#menuT{
	clear: both;
	background-color: #FFFFFF;	
}	
#sombraMenuT{
	clear: both;
	width: 780px;
	height: 3px;
	background-color: #FFFFFF;
	background-image: url("../_img/sombraMenuT.jpg");
	background-repeat: no-repeat;
	padding-bottom: 8px;
	font-size: 1px;
}		
/*------------------------------*/

/*- Menu Lateral -*/
#imgL{
	float: left;
	width: 226px;
	height: 100%;
	background-color: #FFFFFF;
}
#menuL{
	float: left;
	width: 226px;
	height: 100%;
	background-color: #FFFFFF;
}
.destaqueSessao {
	width: 216px;
	margin-left: 10px;
	margin-top: 9px
}
.destaqueSessaoMeio{
	width: 189px;
	margin-left: 3px;
	padding: 6px 9px 0 10px;
	border-right: 1px solid #7b7b7b;
	border-left: 1px solid #7b7b7b;
}
.menuLTitulo {
	margin: 0px 0px 1px 13px;
	padding: 0px;
}
/*------------------------------*/

/*- Conteúdo -*/
#conteudo{
	float: left;
	width: 554px;
	height: 100%;
	background-color: #FFFFFF;
}
.contInterno {
	margin: 0px 20px 0px 18px;
}
.intConteudo {
	color: #404040;
	margin-left: 20px;
	margin-right: 23px;
}	
.intConteudoBold {
	color: #404040;
	font-weight: bold;
}
.chamadaTit{
	padding-left: 7px;	
}
.tituloInterna {
	background-image: url("../_img/fndInternas.gif");
	background-repeat: no-repeat;
	background-position: 8px 0px;
	padding: 15px 0px 0px 25px;	
	height: 50px;
}
.textoComum{
	color: #404040;
}
.textoComumBr{
	color: #FFFFFF;
}
.textoComum13{
	font-size: 13px;
}
.textoBold{
	color: #404040;
	font-weight: bold;	
}
.textoBoldBr{
	color: #FFFFFF;
	font-weight: bold;	
}
.textoBoldVe{
	color: #007C99;
	font-weight: bold;
}
.legenda{
	color: #404040;
	font-size: 10px;
}
.voltarTopo{
	margin: 10px 10px 5px 0;
	text-align: right;
}
#caixaAcessoL{
	float: left;
	width: 251px;
	height: 272px;
}
#caixaAcessoR{
	float: right;
	width: 251px;
}
.caixaMaior
{
	width: 511px;
	height: 420px;
	background: URL("../_img/caixaAcesso.jpg")
	}
#caixaCal{
	position: absolute;
	width: 188px;
	height: 169px;
	background-image: url("../_img/caixaCalculadora.jpg");
	background-repeat: no-repeat;
}
#calFundo{
	width: 287px;
	height: 509px;
	background-repeat: no-repeat;
}
/*
 * calFundoNoIntro é pra quando a pessoa calculou
 * calFundoIntro é pra quando a pessoa ainda não calculou
 */
.calFundoNoIntro {
	background-image: url("../_img/calculadoraFundo.gif");
}
.calFundoIntro {
	background-image: url("../_img/calculadoraFundoIntro.gif");
}
.celVerde1 
{
	background-color: #e1f5fb;
}
.celVerde2 
{
	background-color: #aedfe4;	
}
.celSpace 
{
	padding-top: 2px;
	padding-bottom: 3px;
	padding-right: 5px;
	text-align: right;
}

.padMapa
{
	padding-left: 60px;
}
/*------------------------------*/

/*- Titulos -*/
h1 {
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	font-size: 18px;
	font-weight: bold;
	color: #E37222;
	margin: 8px 0 15px 0;
}
h1 a {
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	font-size: 18px;
	font-weight: bold;
	color: #E37222;
	margin: 8px 0 15px 0;
	text-decoration: none;	
}
h1 a:hover {
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	font-size: 18px;
	font-weight: bold;
	color: #E37222;
	margin: 8px 0 15px 0;
	text-decoration: underline;	
}
h2 {
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	color: #E37222;
	margin: 10px 0;
}

.imc{
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	font-size: 18px;
	font-weight: bold;
	color: #404040;
	margin: 0px 0px;
}
/*------------------------------*/

/*- Footer -*/
#footer{
	clear: both;
	margin: auto;
	width: 780px;
}
#rodape{
	padding-top: 10px;
	background-color: #FFFFFF;
	text-align: right;
	font-size: 10px;
	color: #404040;
}
#imgFooter{
	width: 780px;
	height: 84px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="_img/imgFooter.png");
}
#rodape a{
	color: #404040;
	font-size: 10px;
	text-decoration: none;
}
#rodape a:hover{
	text-decoration: none;	
}
/*------------------------------*/
.listaAcesso li {
	 list-style-type: disc;
	 list-style-position: outside;
	 margin: 5px 0 0 20px;	
}

/*- Inicio Balão Validação -*/
.box_balao_aba_bg {
	background-repeat: repeat-y;
	background-image: url(../_img/box_balao_aba_bg.gif);
	width: 14px;
}

.box_balao_miolo {
	border-bottom: 1px solid #007CC3;
	border-right: 1px solid #007CC3;
	border-top: 1px solid #007CC3;
	background-color: #E7F6FF;
	padding: 5px 5px 5px 5px;
}

.box_balao_cont_tit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #007CC3;
	font-weight: bold;

}

.box_balao_cont {
	padding: 5px 5px 5px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5F666A;
}

input{
	position: relative;
}

select{
	position: relative;
}

textarea{
	position: relative;
}

.relative{
	position: relative;
}

.bgL {
	background: url('../_img/tabFundoL.gif') repeat-y;
	height: 25px;
}
.ftL {
	background: url('../_img/tabFundoBL.gif') no-repeat;
	height: 10px;
}
.topRight
{
	background: #007C92 url('../_img/tabBorda.gif') no-repeat top left;
	width: 15px;
	height: 25px;
}

.itemRight {
	background: url('../_img/tabFundoR.gif') repeat-y center left;
	width: 2px;
}

.footerRight {
	background: url('../_img/tabFundoBR.gif') no-repeat;
	height: 10px;
}

#footerHack {

}
.hdTop {
	border: 0px solid red;
	height: 25px;
}
.topRight {
	height: 25px;
}

.tdItem {
	padding: 3px 5px 3px 5px;
	border-top: 1px solid #B2D7DE;
	border-bottom: 0px solid #B2D7DE;
}
.tdItemExcluir {
	background: url('../_img/tabFundoR.gif') repeat-y center right;
}

/*------------------------------*/

@media print {
    *{
		border: 0px;
		margin: 0px;
		padding: 0px;
		font-family: Arial, Verdana, Helvetica, sans-serif;
		font-size: 16px;
		color: #000000;
	}
}