/* 
    Document   : consultacidadao
    Created on : 11/05/2009, 09:31:38
    Author     : ricardo.almeida
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

	body {
		background-color:#e1ecd9;
        color: rgb(0,80,150);
	}

#titulo {
    text-align: center;
}

#dados{
    text-align: center;
}

#ente {
    margin: 3em;
    font-size:medium;
    }

   #tabelaDados {
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: outset outset outset outset;
	border-color: gray gray gray gray;
	border-collapse: separate;
    margin: 3em;
    }

.cabecalho {
    border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;;
	-moz-border-radius: 0px 0px 0px 0px;
}

.detalheNome {
    width: 500px;
    border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	-moz-border-radius: 0px 0px 0px 0px;
    text-align: left;
}
   .detalheValor {
    text-align:right;
    border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	-moz-border-radius: 0px 0px 0px 0px;
    }

   .detalheSituacao {
    text-align:center;
    border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	-moz-border-radius: 0px 0px 0px 0px;
    }
	#bg-brasil {
		background-image:url(imagens/bg_brasil.jpg);
		width:350px;
		height:350px;
	}

	#content { height:330px; }

    #texto {

        width:800px;
        text-align: justify;
        color: rgb(0,80,150);
        }

    #nomeEnte {
        font-size:16pt;
        color: rgb(0,80,150);
        }

    #populacaoEnte {
        font-size:14pt;
        color: rgb(0,80,150);
        }
    #receitaEnte {
        font-size:14pt;
        color: rgb(0,80,150);
        }

    #imgfiscal {
    	text-align:center;
        padding:0px;

}

	#menu ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}

	#menu li {
		margin: 0;
		float:left;
	}
	#menu li a {
		font-family:"Trebuchet MS";
		font-size:12px;
		display: block;
		padding: 3px;
		width:20px;
		text-align:center;
		font-weight:bold;
		margin:1px;
		text-decoration: none;
	}

	.link-su { background-color: #ECF2FF; border:1px solid #182b54; color:#7f8dbc; }
	.link-su:hover { background-color: #b9c6e2; color:#111; }

	.link-ne { background-color: #fdfcee; border:1px solid #61590c; color:#9da722; }
	.link-ne:hover { background-color: #f5eea6; color:#111; }

	.link-no { background-color: #f3f7f3; border:1px solid #29432a; color:#6b9f78; }
	.link-no:hover { background-color: #c1d9c2; color:#111; }

	.link-co { background-color: #f3fbef; border:1px solid #2b5815; color:#68c33a; }
	.link-co:hover { background-color: #c2ecae; color:#111; }

	.link-sl { background-color: #f4eaf4; border:1px solid #472647; color:#b365b0; }
	.link-sl:hover { background-color: #ddbedd; color:#111; }

	/* Fix IE. Hide from IE Mac \*/
	* html ul#menubv  li { float: left; height: 1%; }
	* html ul#menubv  li a { height: 1%; }
	/* End */

