/*********/
/* Geral */
/*********/

* {
	margin: 0;
	padding: 0;
}

body {
	font: 11px Arial, Helvetica, sans-serif;
	background: #e0e8ec;
}

body * {
	text-align: left;
}

/*td,tr {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 11px; 
}*/

html { /* Obriga a exibição da barra de rolagem vertical no Mozilla/IE */
	 overflow-y: scroll;
 	 overflow-x: auto;
}

p {
	margin: 0 0 10px 0;
}

h1 {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #0860a4;
	margin-bottom: 15px;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #35516b;
	margin-bottom: 15px;
}

h3 {
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	padding: 4px 3px 6px 5px;
}

h4 {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #69C;
	margin-bottom: 15px;
}


.clear {
	clear: both;
}

#principal {
	width: 750px;
	margin: 0 auto;
	background: #fff;
}

INPUT, SELECT, TEXTAREA {
	font: 11px Arial, Helvetica, sans-serif;
	padding: 2px;
	color: #69C;
}


/*************/
/* cabeçalho */
/*************/

#cabGovBr {
	width: 750px;
	height: 21px;
	background: url(../images/bkgGovBr.gif) no-repeat;	
}

#cabGovBr .combo {
	text-align: right;
}

#cabGovBr .textoCombo {
	font-size : 11px;
	color : #000;
	background-color: #fc0
}

#cabecalhoMenu {
	width: 750px;
	height: 109px;
	background: url(../images/cabecalho.jpg) no-repeat;
}

.cabecalhoLogoAbc {
	float: left;
}

/********/
/* home */
/********/

#conteudoHome {
	width: 734px;
  	padding: 8px 6px 8px 8px;
	margin-top: 0;
/*	border: 1px solid #CCCC33;*/
}

#homeLadoEsquerdo {
	width: 458px;
	float: left;
/*	border: 1px solid #996600;*/
}

.cooperacaoFoco {
	width: 458px;
	background: #fff url(../images/bgCooperacaoFoco.gif) top left repeat-x;
	margin-bottom: 5px;
}

.noticiasCTI a, .destaques a, .publicacoes a, .noticiasABC a {
	font-weight: bold;
	text-decoration: none;
}

.noticiasCTI a:hover, .destaques a:hover, .publicacoes a:hover, .noticiasABC a:hover {
	text-decoration: underline;
}

.noticiasCTI {
	width: 458px;
	background: #f0ecb5 url(../images/bgNoticiasCTI.gif) top left repeat-x;
	margin-bottom: 10px;
}

.noticiasCTI a {
	color: #302d06;
}

.dadosBoxesHome {
	padding: 5px 5px 15px 5px;
	line-height: 18px;
}

.destaquesPublicacoes {
	width: 458px;
}

.destaques {
	width: 225px;
	float: left;
	background: #a3c1a3 url(../images/bgDestaques.gif) top left repeat-x;
}

.destaques a {
	color: #06490e;
}

.publicacoes {
	width: 225px;
	float: right;
	background: #fec306 url(../images/bgPublicacoes.gif) top left repeat-x;
}

.publicacoes a {
	color: #523404;
}

#homeLadoDireito {
	width: 265px;
	float: right;
	background: #fff;
}

#conteudoHomeLadoDireito {
	width: 259px;
	padding: 5px 3px;
	background: #f3f3f3;
	border: 1px solid #d8d8d8;
}

.noticiasABC {
	width: 259px;
	background: #f3f3f3 url(../images/bgNoticiasABC.gif) top left repeat-x;
}

.noticiasABC a {
	color: #487da2;
}


/*****************/
/* área de dados */
/*****************/

#conteudoSemMenuLateral {
	width: 730px;
  	padding: 10px;
	margin-top: 0;
}

#conteudoComMenuLateral {
	width: 515px;
  	padding: 10px 10px 0 0;
	margin: 0;
	float: right;
}

ul, ol {
	margin: 0 0 10px 30px;
}

#menuSanfona {
	width: 201px;
	float: left;
}


/***************/
/* Formulários */
/***************/

.boxSimples {
	float: left;
}

.botaoPrincipal {
	padding: 2px;
	line-height: 12px;
	background: #29527b url(../images/imgBotaoPrincipal.gif) repeat-x;
	border: 1px solid #b5bbc0;
	cursor: pointer;
	margin: 3px 0 0 0;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 9px;
	text-transform: uppercase;
}

TABLE {
	width: 100%;
	font: 11px Arial, Helvetica, sans-serif;
	padding: 2px;
	margin-top: 10px;
	border-collapse: collapse; 
	background: #cedcea;
	color: #516776;
}

TABLE TR TD {
	padding: 3px /*6px*/;
	border: 1px solid #fff;
	vertical-align: top;
}

TABLE .columnTitle {
	background: #597fa6;
	color: #fff;
	text-align: center;
	font-weight: bold;
}

.boxCamposPesquisa {
	width: 97%;
	padding: 10px;
	background: #fbfbfb;
	border: 1px solid #d8d8d8;
}

/*********/
/* Links */
/*********/

.link1, .link3, TABLE a {
	color: #5B80A9;
	font-weight: bold;
	text-decoration: none;
}

.link2, A.link2:hover {
	color: #737373;
	font-weight: bold;
	text-decoration: none;
}

A.link1:hover, A.link2:hover, A.link3:hover, TABLE a:hover {
	font-weight: bold;
	text-decoration: underline;
}

A.link3:hover {
	color: #000;
}

/**********/
/* rodapé */
/**********/

#rodape {
	width: 750px;
	height: 39px;
	background: url(../images/rodape.gif) no-repeat;
}

