#list_orcamentos .titulo {
	color:#558591;
	font-weight:bold;
	text-transform:uppercase;
}

#list_orcamentos .item {
	clear:both;
	margin:0 0 10px 0;
	padding:5px 0 25px 0;
	background-image:url(../images/separador_bloco_listagem.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}

#list_orcamentos .vermais {
	padding:5px 0 0 0 ;
}


#list_orcamentos .title_orc {
	color:#333333;
	line-height:16px;
}

#orcamento td.resp_orc  {
	background-color:#f2f2f2;
}

#orcamento td.resp_orc_save  {
	background-color:#f2f2f2;
}

#orcamento td.resp_orc_save a  {
	background-image:url(../images/save.png);
	background-repeat:no-repeat;
	background-position:center left;
	padding:2px 0 0 20px;
	text-decoration:none;
}

#orcamento td.title_orc  {
	background-color:#ebebeb;
	width:110px;
}


#orcamento .title_orc {
	color:#4b4b4b;
	line-height:16px;
	font-weight:bold;
	text-transform:uppercase;
}

#orcamento td.titulo {
	color:#ffffff;
	font-weight:bold;
	background-color:#558591;
	
}



