
/**
RESET
*/
table, caption,
tbody, tfoot, thead, tr, th, td,fieldset{
    outline: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
:focus {
    outline: 0;
}
/**
 * -----------------
 * REGRA GERAL
 * -----------------
*/
html, body {
    height: 100%;
}
* html #tudo {
    height: 100%;
} /* Hack para IE6 hq trata height como min-height */
body {
    margin: 0;
	padding: 0;
	font: 75%/1.4 Arial, Tahoma, Verdana;
	text-align: left;
}
.textarea {
	font: 12px Arial;
	width: 500px;
}
.data {
    font: 12px Arial;
    width: 100px;
}
.natureza {
    font: 12px Arial;
    width: 150px;
}
#tudo {
    width: 960px;
    position: relative;
    background-color: #EAEAEA;
    margin: 0 auto;
    text-align: left;
    min-height: 100%;
    border: solid #999;
    border-width: 0 1px;
}
#conteudo {
    padding-bottom:30px;
}
#principal {
    float: left;
    width: 940px;
    padding-top: 30px;
    padding-left: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
}
.clear {
    clear:both;
}

/* LOGIN */
#login {
	position:relative;
	margin: 70px auto 0 auto;
	border: solid #008000;
	border-width: 2px;
	width: 380px;
	height: 150px;
	background-color: #ffffff;
	padding: 20px;
}
fieldset #loginF{
	border: 1px solid #000000;
}
#loginF legend {
	color:#000000;
	border: none;
	background-color:transparent;
	font-size: 16px;
	font-weight: bold;
}

#observacao {
	font-size:10px;
	text-align:center;
	margin-left:160px;
	width: 420px;
	padding-top:5px;
}
#mensagemBoasVindas {
    padding: 30px 0px 30px 0px;
    font: bold 14px Arial;
    text-align: center;
}
#mensagemErroLogin{
	margin-left: 210px;
	line-height: 20px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	color: #FFFFFF;
	background-color: red;
	width: 320px;
	border: 1px solid white;
	float: left;
}

#motivoErroLogin{
	margin-left: 210px;
	line-height: 20px;
	font-weight: bold;
	text-align: center;
	color: #000000;
	background-color: #FFFFFF;
	width: 320px;
	border: 1px solid white;
	float: left;
}

/* CABE�ALHO */
#topo {
    width: 959px;
    height: 100px;
    background-color: #CCCCCC;
    border: solid #008000;
    border-width: 1px;
}
#topo_titulo {
	float: left;
    width: 620px;
    height: 100px;
    background-color: transparent;
	text-align: left;
}

#topo_titulo h1 {
	margin: 0;
	color: #008000;
	font: bold 2.5em Arial, Tahoma, Verdana ;
	padding: 15px 0px 0px 5px;
}
#topo_titulo h2 {
	margin: 0;
	color: #000000;
	font: bold 18px Arial, Tahoma, Verdana ;
}

#imagem_topo_der {
	float: left;
    width: 90px;
    height: 70px;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 20px;
    background-color: transparent;
}

#imagem_topo_sair {
	float: left;
    width: 59px;
    height: 27px;
    background-color: transparent;
    padding: 0px 0px 0px 0px;
}

/* RODAP� */
#rodape {
	background: #339966;
	width: 960px;
	height: 25px;
	position: absolute;
	bottom: 0;
	border: dotted #008000;
	border-width: 1.5px 0;
	text-align: center;
	
}
#rodape p {
	margin: 0;
	font-weight: bold;
	color: #fff;
	padding: 4px 0px 0px 3px;
}

/* LINKS */
a:link { 
	color: #008000; 
	font-size: 8 pt; 
	text-decoration: underline; 
	font-weight: bold;
}
a:visited { 
	color: #008000; 
	font-size: 8 pt; 
	text-decoration: underline; 
	font-weight: bold;
}
a:hover { 
	color: #008000; 
	text-decoration: underline; 
	font-size: 8 pt; 
	font-weight: bold; 
}

/* FORMATA��O CADASTROS */
fieldset {
	border:1px solid #008000;
}
fieldset legend {
	color:#008000;
	background-color:#EAEAEA;
	font-size: 16px;
	font-weight: bold;
}

fieldset #interno{
	border: 1px solid #000000;
}
#interno legend {
	color:#000000;
	border: none;
	background-color:#EEEEEE;
	font-size: 16px;
	font-weight: bold;
}

label {
    float: left;
    font-weight: bold;
    padding-left: 10px;
    background-color: transparent;
}
.mensagem_sucesso{
	margin-left: 10px;
	line-height: 30px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	color: #008000;
	background-color: #CCFFCC;
	width: 97%;
	border: 1px solid #008000;
	float: left;
}
.mensagem_erro {
	margin-left: 10px;
	line-height: 30px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	color: #FFFFFF;
	background-color: red;
	width: 97%;
	border: 1px solid white;
	float: left;
}
.erro_campo{
	padding-left: 150px;
	padding-top: 5px;
	padding-bottom: 10px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	color: red;
	float: left;
	width: 100%;
}
#titulo_funcionalidade {
	width: 98%;
	border-bottom: 2px solid #008000;
	background-color: transparent;
	text-transform: uppercase;
	text-align: left;
	padding-left: 5px;
	color: #000000;
	font-size: 18px;
	font-weight: bold;
}
hr {
	color: #CCCCCC;
}
/**
 *  CAMPOS DE FORMUL�RIOS
 */
input { 
	font-family: Arial, Tahoma, Verdana ; 
	font-size: 12px; 
	font-style: normal; 
	font-weight: normal;
}
select { 
	font-family: Arial, Tahoma, Verdana ; 
	font-size: 12px; 
}
textarea{ 
	font-family: Arial, Tahoma, Verdana ; 
	font-size: 12px; 
}
caption {
    text-align: left;
    padding-left: 10px;
    font-weight: bold;
}
/**
 *  CLASSES DIV
 */
.Box3_transp {
    float: left;
    width: 2%;
    background-color: #EAEAEA;
	/*border: 1px solid #008000;*/
	line-height: 25px;
	color: #000000;
	margin-top: 3px;
	text-align: center;
}
.Box5 {
    float: left;
    width: 5%;
    background-color: #EAEAEA;
	border: 1px solid #008000;
	line-height: 25px;
	vertical-align: bottom;
	color: #000000;
	margin-left: 3px;
	margin-top: 3px;
	text-align: center;
	height: 25px;
	line-height: 25px;
}
.Box5_imagem {
    float: left;
    width: 5%;
    background-color: #EAEAEA;
	border: 1px solid #008000;
	line-height: 25px;
	color: #000000;
	margin-left: 3px;
	margin-top: 3px;
	text-align: center;
	height: 25px;
	height-line: 25px;
}
.Box5_Titulo {
    float: left;
    width: 5%;
    background-color: #008000;
	border: 1px solid #000000;
	line-height: 25px;
	color: #ffffff;
	margin-left: 3px;
	text-align: center;
	font-weight: bold;
}
.Box10 {
    float: left;
    width: 10%;
    background-color: #EAEAEA;
	border: 1px solid #008000;
	line-height: 25px;
	height: 25px;
	color: #000000;
	margin-left: 3px;
	margin-top: 3px;
	text-align: center;
}
.Box10_transp {
    float: left;
    width: 10%;
    background-color: transparent;
	border: none;
	line-height: 25px;
	margin-left: 3px;
	margin-top: 3px;
}
.Box10_Titulo {
    float: left;
    width: 10%;
    background-color: #008000;
	border: 1px solid #000000;
	line-height: 25px;
	color: #ffffff;
	margin-left: 3px;
	text-align: center;
	font-weight: bold;
}
.Box15 {
    float: left;
    width: 15%;
    background-color: #EAEAEA;
	border: 1px solid #008000;
	line-height: 25px;
	color: #000000;
	margin-left: 3px;
	margin-top: 3px;
	text-align: center;
}
.Box15_transp {
    float: left;
    width: 22%;
    padding: 10px 0px;
    background-color: transparent;
}

.Box15_Titulo {
    float: left;
    width: 15%;
    background-color: #008000;
	border: 1px solid #000000;
	line-height: 25px;
	color: #ffffff;
	margin-left: 3px;
	text-align: center;
	font-weight: bold;
}
/*.Box20_transp {
    float: right;
    width: 20%;
    background-color: transparent;
	border: none;
	line-height: 24px;
	vertical-align: center;
	color: #000000;
	text-align: center;
}*/
.Box20_ {
    float: left;
    width: 24%;
    padding: 10px 0px;
    background-color: transparent;
}

.Box20_transp {
    float: left;
    width: 18.3%;
    background-color: transparent;
	border: none;
	line-height: 25px;
	margin-left: 3px;
	margin-top: 3px;
	display: none;
}
.Box20 {
    float: left;
    width: 19%;
    background-color: #EAEAEA;
	border: 1px solid #008000;
	line-height: 25px;
	color: #000000;
	margin-left: 3px;
	margin-top: 3px;
	text-align: center;
}
.Box20_form {
    float: left;
    width: 18%;
    background-color: #EAEAEA;
	border: 1px solid #008000;
	line-height: 25px;
	color: #000000;
	margin-left: 3px;
	margin-top: 3px;
	text-align: left;
	font-weight: bold;
}
.Box20_Titulo {
    float: left;
    width: 19%;
    background-color: #008000;
	border: 1px solid #000000;
	line-height: 25px;
	color: #ffffff;
	margin-left: 3px;
	text-align: center;
	font-weight: bold;
}
.Box25_ {
    float: left;
    width: 27%;
    background-color: #EAEAEA;
    border: 1px solid #008000;
    line-height: 25px;
    color: #000000;
    margin-left: 3px;
    margin-top: 3px;
    text-align: center;
}
.Box25 {
    float: left;
    width: 25%;
    padding: 10px 0px;
    background-color: transparent;
}
.Box26 {
    float: left;
    width: 25%;
    padding: 11px 15px;
    background-color: transparent;
}
.Box25_transp {
    float: left;
    width: 24.3%;
    background-color: transparent;
	border: none;
	line-height: 25px;
	margin-left: 3px;
	margin-top: 3px;
	display: none;
}
.Box25_form {
    float: left;
    width: 24%;
    background-color: #EAEAEA;
	border: 1px solid #008000;
	line-height: 25px;
	color: #000000;
	margin-left: 3px;
	margin-top: 3px;
	text-align: left;
	font-weight: bold;
}
.Box25_Titulo {
    float: left;
    width: 27%;
    background-color: #008000;
    border: 1px solid #000000;
    line-height: 25px;
    color: #ffffff;
    margin-left: 3px;
    text-align: center;
    font-weight: bold;
}
.Box30 {
    float: left;
    width: 30%;
    background-color: #EAEAEA;
	border: 1px solid #008000;
	line-height: 25px;
	color: #000000;
	margin-left: 3px;
	margin-top: 3px;
	text-align: center;
}
.Box30_Titulo {
    float: left;
    width: 30%;
    background-color: #008000;
	border: 1px solid #000000;
	line-height: 25px;
	color: #ffffff;
	margin-left: 3px;
	text-align: center;
	font-weight: bold;
}
.Box33 {
    float: left;
    width: 32%;
    padding: 10px 0px;
    background-color: transparent;
}
.Box40 {
    float: left;
    width: 39%;
    background-color: #EAEAEA;
	border: 1px solid #008000;
	line-height: 25px;
	color: #000000;
	margin-left: 3px;
	margin-top: 3px;
	text-align: center;
}
.Box40_Titulo {
    float: left;
    width: 39%;
    background-color: #008000;
	border: 1px solid #000000;
	line-height: 25px;
	color: #ffffff;
	margin-left: 3px;
	text-align: center;
	font-weight: bold;
}

.Box40_transp {
    float: left;
    width: 44%;
    padding: 10px 0px;
    background-color: transparent;
}
.Box45_transp {
    float: left;
    width: 46%;
    background-color: transparent;
	border: none;
	line-height: 15px;
	color: #000000;
	margin-left: 3px;
	margin-top: 3px;
	text-align: left;
	
}
.Box50 {
    float: left;
    width: 49%;
    background-color: #EAEAEA;
	border: 1px solid #008000;
	line-height: 25px;
	color: #000000;
    margin-left: 3px;
	margin-top: 3px;
	text-align: center;
}
.Box50_Titulo {
    float: left;
    width: 49%;
    background-color: #008000;
	border: 1px solid #000000;
	line-height: 25px;
	color: #ffffff;
	margin-left: 3px;
	text-align: center;
	font-weight: bold;
}
.Box50_form {
    float: left;
    width: 49%;
    background-color: #EAEAEA;
	border: 1px solid #008000;
	line-height: 25px;
	color: #000000;
	margin-left: 3px;
	margin-top: 3px;
	text-align: left;
}
.Box50_transp {
    float: left;
    width: 53%;
    background-color: transparent;
    border: none;
    line-height: 24px;
    color: #000000;
    margin-left: 3px;
    margin-top: 3px;
    text-align: left;   
}
.Box55 {
    float: left;
    width: 54%;
    background-color: #EAEAEA;
	border: 1px solid #008000;
	line-height: 25px;
	color: #000000;
	margin-left: 3px;
	margin-top: 3px;
	text-align: center;
}
.Box55_Titulo {
    float: left;
    width: 54%;
    background-color: #008000;
	border: 1px solid #000000;
	line-height: 25px;
	color: #ffffff;
	margin-left: 3px;
	text-align: center;
	font-weight: bold;
}
.Box60 {
    float: left;
    width: 60%;
    background-color: #EAEAEA;
	border: 1px solid #008000;
	line-height: 25px;
	color: #000000;
	margin-left: 3px;
	margin-top: 3px;
	text-align: center;
}
.Box60_Titulo {
    float: left;
    width: 60%;
    background-color: #008000;
	border: 1px solid #000000;
	line-height: 25px;
	color: #ffffff;
	margin-left: 3px;
	text-align: center;
	font-weight: bold;
}
.Box70 {
    float: left;
    width: 70%;
    background-color: #EAEAEA;
	border: 1px solid #008000;
	line-height: 25px;
	color: #000000;
	margin-left: 3px;
	margin-top: 3px;
	text-align: left;
	height: 25px;
}
.Box70_Titulo {
    float: left;
    width: 70%;
    background-color: #008000;
	border: 1px solid #000000;
	line-height: 25px;
	color: #ffffff;
	margin-left: 3px;
	text-align: center;
	font-weight: bold;
}
.Box75_Titulo {
    float: left;
    width: 70%;
    background-color: #CCFFCC;
	border: 1px solid #008000;
	line-height: 25px;
	color: #000000;
	margin-left: 3px;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 3px;
}
.Box75_form {
    float: left;
    width: 74%;
    background-color: #EAEAEA;
	border: 1px solid #008000;
	line-height: 25px;
	color: #000000;
	margin-left: 3px;
	margin-top: 3px;
	text-align: left;
	height: 25px;
	/*font-weight: bold;*/
}
.Box75 {
    float: left;
    width: 74%;
    padding: 10px 0px;
    background-color: transparent;
}
.Box80_transp {
    float: left;
    width: 79%;
    background-color: transparent;
	border: none;
	line-height: 24px;
	color: #000000;
	text-align: left;
}
.Box80 {
    float: left;
    width: 80%;
    background-color: #EAEAEA;
	border: 1px solid #008000;
	line-height: 25px;
	color: #000000;
	margin-left: 3px;
	margin-top: 3px;
	text-align: left;
	height: 25px;
}
.Box80_Titulo {
    float: left;
    width: 80%;
    background-color: #008000;
	border: 1px solid #000000;
	line-height: 25px;
	color: #ffffff;
	margin-left: 3px;
	text-align: center;
	font-weight: bold;
}
.Box80_form {
    float: left;
    width: 80%;
    background-color: #EAEAEA;
	border: 1px solid #008000;
	line-height: 25px;
	color: #000000;
	margin-left: 3px;
	margin-top: 3px;
	text-align: left;
	height: 25px;
	/*font-weight: bold;*/
}
.Box90_transp {
    float: left;
    width: 90%;
    background-color: transparent;
	border: none;
	line-height: 24px;
	color: #000000;
	text-align: left;
}
.Box90 {
    float: right;
    width: 100%;
    background-color: #EAEAEA;
    border: 1px solid #008000;
    line-height: 25px;
    color: #000000;
    margin-left: 3px;
    margin-right: 20px;
    margin-top: 3px;
    text-align: left;
    height: 25px;
}
.Box90_form {
    float: left;
    width: 100%;
    background-color: #EAEAEA;
    border: 1px solid #008000;
    line-height: 25px;
    color: #000000;
    margin-left: 3px;
    margin-top: 3px;
    text-align: left;
    /*font-weight: bold;*/
}
.Box95_form {
    float: left;
    width: 100%;
    background-color: #EAEAEA;
    border: 1px solid #008000;
    line-height: 25px;
    color: #000000;
    margin-left: 3px;
    margin-top: 3px;
    text-align: left;
    /*font-weight: bold;*/
}
.Box100 {
    float: left;
    width: 100%;
    padding: 10px 0px;
    background-color: transparent;
}
.Box100_Titulo {
    float: left;
    width: 97%;
    background-color: #CCFFCC;
	border: 1px solid #008000;
	line-height: 25px;
	color: #000000;
	margin-left: 10px;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 3px;
}
.Box100_form {
    float: left;
    width: 120%;
    background-color: #EAEAEA;
	border: 1px solid #008000;
	line-height: 25px;
	color: #000000;
	margin-left: 3px;
	margin-top: 3px;
	text-align: left;
	/*font-weight: bold;*/
}
.Box100_SubTitulo {
	float: left;
    width: 98%;
    border: 1px solid #008000;
	color: #000000;
	margin-left: 3px;
	margin-top: 3px;
	font-weight: bold;
	text-align:center; 
	background-color: #969696; 
	height: 15px; 
	line-height: 15px;
}
.Obs {
	text-align: right;
	width: 100%;
	padding-right: 10px;
    background-color: transparent;
    font-size: 10px;
}
.resultado {
    text-decoration: none;
    color: #069;
}
.resultado:hover {
    text-decoration: underline;
    color: #4682b4;
}
.result {
    font-weight: bold;
    color: #f00;
}
.exibeTexto {
    font-weight: 400;
    color: #003399;
}
.exibeNumeroNegativo {
    color: #f00;
}
.exibeNumeroPositivo {
    color: #00f;
}
.bb {
    border-bottom: 1px solid #000;
}
/**
 * TABELAS
 */
 
table {
    /*border: 1px solid #000;*/
    width: 100%;
}
th {
    background-color: #CCFFCC;
	border: 1px solid #008000;
    text-align: left;
    padding-left: 5px;
    color: #000000;
    line-height: 25px;
    text-align: center;
}
.ttl_folha_pedido{background: #008000; color: #fff;}
.th_subtitulo {
    background-color: #969696;
	border: 1px solid #008000;
    text-align: left;
    padding-left: 5px;
    color: #000000;
    line-height: 25px;
    text-align: center;
}
.coluna5 {
    background-color: #008000;
	border: 1px solid #000000;
    text-align: left;
    padding-left: 5px;
    color: #FFFFFF;
    line-height: 25px;
    text-align: center;
	width: 5%;
}
.coluna10 {
    background-color: #008000;
	border: 1px solid #000000;
    text-align: left;
    padding-left: 5px;
    color: #FFFFFF;
    line-height: 25px;
    text-align: center;
	width: 10%;
}
.coluna15 {
    background-color: #008000;
	border: 1px solid #000000;
    text-align: left;
    padding-left: 5px;
    color: #FFFFFF;
    line-height: 25px;
    text-align: center;
	width: 15%;
}
.coluna20 {
    background-color: #008000;
	border: 1px solid #000000;
    text-align: left;
    padding-left: 5px;
    color: #FFFFFF;
    line-height: 25px;
    text-align: center;
	width: 20%;
}
.coluna20 {
    background-color: #008000;
	border: 1px solid #000000;
    text-align: left;
    padding-left: 5px;
    color: #FFFFFF;
    line-height: 25px;
    text-align: center;
	width: 25%;
}
.coluna30 {
    background-color: #008000;
	border: 1px solid #000000;
    text-align: left;
    padding-left: 5px;
    color: #FFFFFF;
    line-height: 25px;
    text-align: center;
	width: 30%;
}
.coluna45 {
    background-color: #008000;
	border: 1px solid #000000;
    text-align: left;
    padding-left: 5px;
    color: #FFFFFF;
    line-height: 25px;
    text-align: center;
	width: 45%;
}
.coluna50 {
    background-color: #008000;
	border: 1px solid #000000;
    text-align: left;
    padding-left: 5px;
    color: #FFFFFF;
    line-height: 25px;
    text-align: center;
	width: 50%;
}
td {
    background-color: #EAEAEA;
	border: 1px solid #008000;
    color: #000000;
    height: 25px;
    text-align: center;
}
.col5 {
	width: 5%;
}
.col8 {
    width: 8%;
}
.col0 {
    width: 10%;
}
.col13 {
    width: 13%;
}
.col15 {
	width: 15%;
}
.col16 {
    width: 16%;
}
.col19 {
    width: 19.5%;
}
.col20 {
	width: 20%;
}
.col22 {
    width: 22%;
}
.col25 {
	width: 25%;
}
.col26 {
    width: 26.5%;
}
.col30 {
	width: 30%;
}
.col31 {
    width: 31.5%;
}
.col50 {
	width: 50%;
}

/**
 * -----------------
 * MENU PRINCIPAL
 * -----------------
 */
#menuContainer ul {
    width: 959px;
    margin: 0;
    padding: 0;
    list-style-type: none;
    float: left;
    background-color: #CCFFCC;
    border-left: 1px solid #008000;
    border-right: 1px solid #008000;
    border-bottom: 1px solid #008000;
    font-size:10px;
}
#menuContainer a {
    line-height: 18px;
    display: block;
    text-decoration: none;
    background-color: #CCFFCC;
    color: #000000;
    padding-left: 5px;
    border: 1px solid #000000;
    font-weight: bold;
}
#menuContainer a:hover {
	background-color: #339966;
    color: #fff;
}
#menuContainer li {
    float: left;
    width: 12.64em;
    position: relative;
    /*border: 1px solid #000;*/
}

#menuContainer li img {
    float: left;
    width: 7px;
    height: 10px;
    position: relative;
    padding-top:4px;
    /*border: 1px solid #000;*/
}

#menuContainer ul ul {
    width: 12.6em;
    position: absolute;
    left: 0;
    top: 20;
    visibility: hidden;
}
#menuContainer ul ul li, #menuContainer ul ul li a {
    float: none;
    color: #000000;
}
#menuContainer ul ul a:hover {
    color: #fff;
    background-color: #339966;
    border-bottom: 0.5px solid #000000;
}
#menuContainer li:hover > ul {
    visibility: visible;
}
#menuContainer li:hover ul, #menuContainer li:hover li:hover ul {
    visibility: visible;
}
/* Hide third level menu when the mouse is over the first level li*/
#menuContainer li:hover ul ul {
	visibility: hidden;
}

/* RELAT�RIOS */
/*table {
    border: 1px dotted #000;
}
th {
    background-color: #e0e7ed;
    text-align: left;
    padding-left: 10px;
    font: bold 12px Verdana;
    color: #003399;
    line-height: 24px;
}
td {
    background-color: #e3e4ea;
    padding: 0px 10px;
    font: 11px Verdana;
    color: #003399;
    line-height: 18px;
    border-bottom: 1px solid #efefef;
}*/

blockquote {
    border: 6px double #ccc;
    padding: 20px;
    text-align: center;
}

.headerRelatorio {
    border: 1px solid #000;
    background-image: url('../imagens/iconDown.gif');
    background-repeat: no-repeat;
    background-position: top right;
}
.conteudoRelatorio {
    display: none;
}

#relatorioGeralObras th {
    text-align: center;
    padding: 3px 0px;
    font: bold 10px Arial;
    color: navy;
    border: 1px solid #000;
    border-left: none;
    background-color: #efffef;
}
#relatorioGeralObras td {
    background-color: transparent;
    padding: 2px;
}
#relatorioGeralObras caption {
    font: 18px Verdana;
    text-align: center;
}
.relatorioGeralObrasTexto {
    font: 10px Arial;
    color: #000;
    text-align: center;
    border: 1px solid #000;
    border-left: none;
    border-top: none;
}
.relatorioGeralObrasValor {
    font: 10px Arial;
    color: #000;
    text-align: right;
    border: 1px solid #000;
    border-left: none;
    border-top: none;
}
.Origem {
    float: left;
    width: 74%;
    padding: 10px 0px;
    margin-top: -5px;
    background-color: transparent;
}
.tooltip {
	background-color:#005B00;
	border:1px solid #000;
	padding:10px 15px;
	width:200px;
	display:none;
	color:#fff;
	text-align:left;
	font-size:12px;

	/* outline radius for mozilla/firefox only */
	-moz-box-shadow:0 0 10px #000;
	-webkit-box-shadow:0 0 10px #000;
}
.format_ttl_tbl{
    background-color: #008000;
    border: 1px solid #000000;
    color: #FFFFFF;
    font-weight: bold;
    line-height: 25px;
    padding-left: 5px;
    text-align: center;
}
/**/
.w5{width:5% ;}
.w10{width:10% ;}
.w15{width:15% ;}
.w20{width:20% ;}
.w25{width:25% ;}
.w30{width:30% ;}
.w35{width:35% ;}
.w40{width:40% ;}
.w45{width:45% ;}
.w50{width:50% ;}
.w55{width:55% ;}
.w60{width:60% ;}
.w65{width:65% ;}
.w70{width:70% ;}
.w75{width:75% ;}
.w80{width:80% ;}
.w85{width:85% ;}
.w90{width:90% ;}
.w95{width:95% ;}
.w100{width:100% ;}

