/**
 * Folha de estilos geral do sistema de licitações.
 * Contém regras CSS para posicionamento de camadas (layout sem tabelas),
 * estilos para o menu lateral e formatação em geral.
 */


/* Posicionamento */

/* wrapper holds left faux column tab */
/* nn6/7 will put content out of scrollable reach if auto is used unless the min-width is on body */
#wrapper { 
text-align: left;
width: 100%;
margin: 0 auto; 
}

#cabecalho, #subnav, #rodape {
clear: both; 
width: 100%;
}

#cabecalho {
background-image: url(../images/back_cabecalho_licitacao.jpg);
background-repeat: repeat-x;
}

#subnav, #rodape {background: #ccc; padding: 1px 0;}

#contentfloatholder {/* right faux column tab */
float: left;
width: 100%;
}


#contentfloatholder:after {
 /* this is for NN6 to clear floats */
    content: "."; 
    display: block; 
		height: 0px;
    clear: both; 
    visibility: hidden;
}

#conteudo {
margin: 0 0 0 175px;
}

#conteudo2 {
margin: 0;
}

#centerwrap {
  float:left;
  width: 100%; 
	margin: 0 -95% 0 0;
}

#esquerda
	{
	float: left;
	width: 175px;
	}
/************* IE Mac CSS Only  works for Win too **************/
* html div#centerwrap {margin: 0 -100% 0 0;}
* html div#esquerda {margin: 0;}

/* Posicionamento */

html, body {
    margin-left: 0px;
    margin-top: 0px;
    padding: 0px;
    font-size: 8pt;
    font-family: Verdana, Arial, Bitstream Vera Sans, Helvetica, sans-serif;
   /* color: #3c447e;*/
}

input, select, td {
	font-family: Verdana, Arial, Bitstream Vera Sans, Helvetica, sans-serif;
	font-size: 8pt;
}

h1 {
font-family: Verdana, Arial, Bitstream Vera Sans, Helvetica, sans-serif;
font-size: 1.4em;
/*font-weight: bold;*/
}

a {
color: #666666;
}

a:hover {
color: #34326A;
}

#esquerda a {
text-decoration: none;
}

/* Classes */
.erro {
	font-weight: bold;
	color: #990000;
}

.invisible {
display: none;
visibility: hidden;
}

col.destaque {
	font-weight: bold;
}

h3.titulo {
text-align: center;
font-size: 1em;
font-weight: bold;
/*line-height: 2em;*/
padding: 0.5em 0;
text-transform: uppercase;
margin-bottom: 0.4em;
border-bottom: 1px solid #FFFFFF;
border-top: 1px solid #FFFFFF;
background-color: #34326A;
color: #FFFFFF;
}

#esquerda h3:first-child {
margin-top: 0;
}

#rodape {
text-align: center;
margin-top: 1em;
}

ul.portlet{
margin: 1px;
padding-left: 20px;
/*list-style-position: inside;*/
list-style-image: url(../images/marcador-tri.gif);
/*list-style-type: disc;*/
}

ul.portlet li {
margin-bottom: 0.5em;
}

ul.portlet a {
color: #070763;
}

#esquerda, #direita {
background-color: #DEDEFF;
}

ul.doc {
margin: 0.2em 0;
}

