#table_docs {
	margin:0 auto;
	/*overflow:auto;*/
	/*display:block;*/
	/*height:auto;*/
	width: 850px;
	/*background: #f1f1f1; */
	border: 2px solid #c2c2c5;
	border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px; 
	-moz-border-radius: 5px 5px 5px 5px;
	behavior: url(styles/border-radius.htc);
}

#tudo{
	width:840;
	/*height:100%;*/
	/*margin:0 auto;*/
	margin-top:5px;
	margin-bottom:5px;
	
	display: block;
	/*position: relative;*/
	z-index: 0;
	
	border: 0px solid #ff0000;
	/*border: 1px solid #c2c2c5;*/
	border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px; 
	-moz-border-radius: 5px 5px 5px 5px;
	behavior: url(styles/border-radius.htc);
}
.largefont { 
  color: #000000; 
  font-family:arial; 
  font-size: 16px;
  font-weight: bold;
}
.titles { 
  color: #727272; 
  font-family:arial; 
  font-size: 15px;
  font-weight: bold;
}
.numero { 
  color: #c0c0c0; 
  font-family:arial; 
  font-size: 14px;
  font-weight: bold;
}

.obstextarea {
  background: transparent;
  border: 1;
  outline: 0;
  text-align: left;
  width:800px;
  height:500px;
  /*max-width: 100%;*/
  /*position: absolute;*/
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 100px;
  padding-top: 10px;
}

.obstextarea1 {
	width:800px;
	height:500px;
	border: 0px solid #000;
    display: block;
    /*text-align: left;*/
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 100px;
    padding-top: 10px;
    box-sizing: border-box
}
.titleinvoice { 
	color: #999999;
	font-family: arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}

.textinvoice { 
	color: #999999;
	font-family: arial, sans-serif;
	font-size: 13px;
	/*font-weight: bold;*/
	margin-top: 0px;
	margin-bottom: 0px;
}

/*H1 STYLES*/
.invoicenumber {
    font-family: verdana;
    font-size: 25px;
    color: #888888;
    margin-top: 0px;
    padding: 0px;
}  

/*h1 {
	font-family:Tahoma;
	font-size:16px;
	color:#000;
	padding-top: 10px;
}
h2 {
	font-family:Tahoma;
	font-size:14px;
	color:#fff;
	padding-top: 5px;
}
h3 {
	font-family:Tahoma;
	font-size:12px;
	color:#000;
	padding-top: 5px;
}*/


/*
a:link {
	font-family: Verdana;
	font-size: 17px;
	color:#D80073;
	text-decoration:none;
}
a:visited {
	font-family: Verdana;
	font-size: 17px;
	color:#D80073;
	text-decoration:none;
}
a:hover {
	font-family: Verdana;
	font-size: 17px;
	color:#000;
	text-decoration:none;
}

a:active {
	font-family: Verdana;
	font-size: 17px;
	color:#D80073;
	text-decoration:none;
}
*/







.addrow { background-image:url(addrow.png); height: 34px; width: 35px; border:0px; }

.tdmaininvoice
{
height:400px;
}

.numberinvoice{
	float:left;
	margin-top:0px;
	margin-left:5px;
	/*margin-bottom: 5px;*/
	/*width:100%;
	height:1px;*/
	/*display: block;*/
	font-weight: bold;
	color: #E00037;
	font: 18px "Tahoma",sans-serif;
}
.headerinvoice{
	float:left;
	margin-top:5px;
	margin-left:5px;
	/*margin-bottom: 5px;*/
	/*width:100%;
	height:1px;*/
	/*display: block;*/
	font-weight: bold;
	color: #E00037;
	font: 18px "Tahoma",sans-serif;
}

.copiasdoc{
	float:right;
	margin-top:30px;
	margin-right:5px;
	/*margin-bottom: 5px;*/
	/*width:100%;
	height:1px;*/
	/*display: block;*/
	font-weight: bold;
	color: #727272;
	font: 18px "Tahoma",sans-serif;
}

.separa{
	float:left;
	margin-top:2px;
	margin-bottom: 2px;
	width:100%;
	height:1px;
	display: block;
}

.separador{
	float:left;
	margin-top:4px;
	margin-bottom: 2px;
	width:100%;
	height:1px;
	background-image:url(../images/line_invoice.png);
	background-repeat:repeat;
	display: block;
}

.searchprod{
	float:right;
	margin-right:5px;
	margin-top:10px;
	width:22px;
	height:22px;
	background-image:url(../images/graficos/more.png);
	background-repeat:no-repeat;
	display: block;
	position:relative;
}

.lineinvoice{
	float:left;
	margin-top:4px;
	margin-bottom: 2px;
	width:100%;
	height:1px;
	background-image:url(../images/graficos/line_invoice.png);
	background-repeat:repeat;
	display: block;
}


















