#tudo {
	width: 700px;
	margin:0 auto;			
	padding: 0px;
	text-align:left; /* "remédio" para o hack do IE */	
}

body{
	font-family: verdana;
	font-size: 11px;
	margin: 0px;
	text-align:center;
	color:#999999;
}

table{
	font-family: verdana;
	font-size: 11px;
	margin: 0px;
	background-color:#FFFFFF;
}

a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #666666;
}

#linha_branca{
	background-color:#FFFFFF;
	text-align:center;
	color:#000000;
}

#linha_colorida{
	background-color:#F0FEFF;
	text-align:center;
	color:#000000;
}

#tabela_convencao{
	border-color:#000000;
}
#tabela_convencao th{
	background-color:#006699;
	text-align:center;
	color:#FFFFFF;
}

.divErro {
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	color: #CC0000;
}

.label {
	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
	color: #FF6600;
	text-align:right;
}

.labelMaior {
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	color: #006699;
	text-align:right;
}

#menuRoot {
	position: absolute;
	cursor:pointer;
	width:140px;
}

#menuRoot a, #menuRoot h2 {
	position:absolute;
	color:#ffffff;
	height:1px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height:8pt;
	text-decoration:none;
	padding: 2px 2px;
	width:97%;
	height:18px;
}

#menuRoot .dropLink{
	left: 140px;
	width: 140px;
	visibility: hidden;
	position:absolute;
}

#menuRoot ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border-width:0px;
}

#menuRoot .link, #menuRoot li {
	background: #006699;
	border-width: 1px;
	border-style: solid;
	border-right-color: #eeeeee;
	border-top-color: #749EC6;
	border-bottom-color: #eeeeee;
	border-left-color: #eeeeee;
}

#menuRoot li:hover {
	background: #0066CC;
}

#menuRoot .link {
	width: 100%;/**/
	height: 18px;
}

#menuRoot li {
	width: 100%;
	height: 18px;
	padding:0;
	margin:0;
}

/* --- CONFIGURACAO DAS TABELAS DE PESQUISA ---- */
#tblPesquisa {
/*	width:97%;*/
	width: 100%;
}

#tblPesquisa th {
	text-align: left;
	font-weight: normal;
	background-color: #749EC6;
	color:#000000;
	padding-top: 2px;
	padding-bottom: 1px;
	padding-left: 5px;	
	padding-right: 0px;	
	border-right-style:solid;
	border-right-width:1px;	
	border-color:#cccccc;	
}

#tblPesquisa td {
	padding-top: 2px;
	padding-bottom: 0px;
	padding-left: 5px;	
	padding-right: 0px;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-right-style:solid;
	border-right-width:1px;	
	border-color:#cccccc;
	background-color:#EAE9D9;
}

div#tblPesquisa tr:hover td {
	background-color: #eeeeee;
	cursor:pointer;
}


/* --- CONFIGURACAO DAS TABELAS DE PROCESSO ELEMENTAR ---- */
#tblProcessoElementar {
/*	width:97%;*/
	width: 100%;
}

#tblAnotacao th {
	text-align: left;
	font-weight: normal;
	background-color: #749EC6;
	color:#000000;
	font-weight:bold;
	padding-top: 2px;
	padding-bottom: 1px;
	padding-left: 5px;	
	padding-right: 0px;	
	border-right-style:solid;
	border-right-width:1px;	
	border-color:#cccccc;	
}

#tblAnotacao td {
	padding-top: 2px;
	padding-bottom: 0px;
	padding-left: 5px;	
	padding-right: 0px;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-right-style:solid;
	border-right-width:1px;	
	border-color:#cccccc;
	background-color:#FFFFFF;
}

div#tblAnotacao tr:hover td {
	background-color: #eeeeee;
	cursor:pointer;
}

#adicionarAnotacao{
	background-color: #F2E079;
	color:#000000;
}

/* #### classe para gerenciamento das abas #### */
.aba, .abaSel {
	height: 18px;
	width: 160px;
	cursor: pointer;
	
	border-width: 1px;
	border-style: solid;
	
}
/* classe para as abas nao selecionadas */
.aba {
	color:#000000;
	background-color: #9c9454;
	border-top-color: #999999;
	border-bottom-color: #7172A0;
	border-left-color: #7172A0;
	border-right-color: #999999;
	
}
/* classe para as abas selecionadas */
.abaSel {
	color:#000000;
	background-color: #FFF9CE;	
	border-top-color: #dddddd;
	border-bottom-color: #9FA0C7;
	border-left-color: #9FA0C7;
	border-right-color: #dddddd;
}
/* div com o conteudo das abas */
.divAbaConteudo {
	width: 100%; 
}

#divAbas {
	width:100%;
}

.titulo_usuario {
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}

.botao, .botaoPequeno {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	border-style:solid;
	border-color:#999999;
	border-width:1px;
	
	padding: 0;
	margin: 0;
	
	background: #FF9900;
	color: #FFFFFF;
	height: 17px;
	text-align: center;
	vertical-align: bottom;
	cursor: pointer;

}

.botao {
	width: 60px;
}

.textfield {
	font-family: verdana;
	font-size: 9px;
	background-color: #FFFFFF;
	border: 1px solid #999999;
}

h1 {
	font-family: verdana;
	font-size: 18px;
	font-style: italic;
	font-weight: bolder;
	color: #0066CC;
}

h2 {
	font-family: verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: bolder;
	color: #000000;
	padding-bottom:0px;
	padding-left:3px;
	padding-top:0px;
	height:1px;
}

h3 {
	font-family: verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: bolder;
	color: #000000;
}

.tituloEnquete {
	font-family: verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: bolder;
	color: #003366;
}


#rodape th {
	font-family: verdana;
	font-size: 9px;
	font-style: normal;
	background-color:#0099CC;
}
#rodape td {
	font-family: verdana;
	font-size: 10px;
	color:#000000;
	font-style: normal;
	background-color:#006699;
	text-align:center;
}


/*  MENU SITE */

ul#menutt {
	margin: 0; /* retira o recuo para alguns browsers */
	padding:0; /* retira o recuo para outros browsers */
	list-style-type: none; /* retira o marcador de listas*/ 
	width: 180px; 
	list-style:none;
	font: bold 10px Verdana;
}
ul#menutt li{
	position:relative;
}
ul#menutt a {
	width: 170px;
	display: block;
	text-align:left;
	margin-bottom:1px;
	text-decoration: none;
	color: #000000;
	background: #006699;
	border-left: 6px solid #003399;
	border-right: 2px solid #003399;
	voice-family: "\"}\"";
	voice-family:inherit;

}

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

.titulo{
	font-family: verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: bolder;
	color: #666666;
}
/* Fix IE. Hide from IE Mac */
/* html body { behavior: url(csshover.htc);} */
/* End */

#titulo_noticia {
	font-family: verdana;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #666666;
}
