/* CSS Document */
/*div{
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	text-align:left;
}*/

body{
	/*background: #242424 url(../img/background1.jpg) repeat-x;*/
	background-color: #5F84B1;
	color:#000000;
	font: 11px  Arial, Helvetica, sans-serif;
	margin:0px auto;
	text-align: center;
}

dt {
   float:left;
   width: 115px;
}

dt, dd{
   padding: 3px 0 3px 0;
}

i{
	display:none;
}

a {
        color: #990000;
        text-decoration: none;
}

a:hover{
        text-decoration: underline;
}

h1{
	/* left top*/
	background: url(../images/logo.gif) 35px 55px no-repeat;
	margin-top:-35px;
	height: 95px;
	width: 150px;
}

h4, .contentheading, .componentheading{
       font: 15px "Lucida Sans", Arial, Helvetica, sans-serif;
       font-weight: bold;
       color: #485B78;
       margin: 0px;
       padding-left: 10px;
}

.componentheading{
       padding-top: 4px;
}

h5{
       font: 14px "Lucida Sans", Arial, Helvetica, sans-serif;
       font-weight: bold;
       color: #CC0000;
       margin:0px;
       padding-right:10px;
}

p{
       padding: 0px 5px 0px 0px;
}

input{
       border: 1px solid #666666;
}

#banner{
	background: url(../images/banner.jpg) 0px 0px no-repeat;
	height: 219px;
}

#geral{
	background-color:#FFFFFF;
	margin:0px auto;
	text-align: center;
	width: 705px;
}

#logo, #menu{
	float: left;
	width:219px;
	text-align:left;
}

#menu{
	margin-top:19px;
	height:185px;
	background: url(../images/menu_fundo.jpg) 0px 0px no-repeat;
	padding-top:15px;
/*	border:1px solid red;*/
}

#esquerdo, #conteudo{
        background: url(../images/fundo_titulo.gif) 0px -12px no-repeat;
}

#conteudo{
        padding-left: 10px;
        float:right;
        width:476px;
        text-align:left;

}

#esquerdo{
        border-right: 1px solid #DFDFDF;
        float: left;
	width:208px;
	text-align:left;
         padding: 0px 5px 0px 5px;
}

#pesquisa, #banner{
	float:right;
	width:486px;
	text-align:left;
}

#pesquisa{
	height:95px;
}

#pesquisa2{
	background: #E9E9E9 url(../images/lupa.gif) 5px 8px no-repeat;
	border-right: 3px solid #485B78;
	margin-top:10px;
	padding: 20px 0px 0px 50px;
	height:45px;
	width:250px;
}

label{
	color: #3E4F68;
}

.botao{
	background-color:#CC0000;
	border: 2px solid #CC0000;
	color:#FFFFFF;
	font-weight: bold;
	font-size: small;
}

.mainlevel_menu{
	background: #485B78 url(../images/menu_item.jpg) 0px 0px no-repeat;
	color:#FFFFFF;
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	display:block;
	height:22px;
	text-decoration:none;
	width:219px;
	padding-top:8px;
	text-indent: 30px;
	text-transform:uppercase;
	
	
}

.mainlevel_menu:hover{
	background: #485B78 url(../images/menu_item.jpg) 0px -30px no-repeat;
	
}

.fonte_maior{
        font-size:12px;
        padding-right:10px;
}


.alpha{
	list-style: upper-alpha;
}

.release{
  margin-left:8px;
  padding-left: 8px;
  list-style-image:  url(http://metodo-ece.com.br/site/images/seta.gif);
}

.release li {
  margin-left:0px;
  padding: 0px 0px 10px 0px;
}

.empenho{
  margin-left:8px;
  padding-left: 8px;
  list-style-type:none;
}

.empenho li {
  padding: 2px 0 2px 0;
}

.contentdescription{
  padding-top: 25px;
}

/*
.contentpane tr td table tr td{
 padding-top: 2px;
 padding-bottom: 8px;

}*/

#frete tr{
   height: 22px;
   text-align: center;
}

#frete th{
   background-color:#485B78;
   color:#FFFFFF;
}

#frete td{
   text-align:center;
}

#frete .left{
  text-align:left;
  padding:5px;
}

#frete .alternating{
   background-color: #DDDDDD;
   
}