* {
	padding: 0;
	margin: 0;
	font-family: "Open Sans";
}

body {
	background: #F2F2F2;
	display: block;
	color: #000;
	font-size: 10pt;
}

h1 {
	font-size: 13pt;
	font-family: "Open Sans";
	font-weight: lighter;
	color: #000;
	margin: 3px 0 10px;
}

h2 {
	font-size: 11pt;
	font-weight: normal;
	line-height: 110%;
	margin-bottom: 3pt;
}

h4 {
	font-size: 11pt;
	font-weight: lighter;
	margin: 5px 0 3px 0;
	color: #555;
}

p {
	font-size: 9pt;
}

strike,.strike {
	text-decoration: line-through;
}

.text-indent {
	margin-left: 40px;
}

#container-aplication {
	margin: 0 auto;
	width: 21cm;
}

#header {
	margin-bottom: 10px;
	border-bottom: 1px solid #CCC;
	background-color: #FFF;
	padding: 7px;
}

#document {
	margin: 1em 0;
	padding: 1cm;
	background-color: #FFF;
	border: 1px solid #CCC;
	min-height: 25cm;
}

#document-header {
	margin: 0 0 60px; 
	padding-bottom:5px;
}
#document-header-content{
	padding-top: 7px;
	text-align: left;
	vertical-align: middle;
}
#document-header-content-extended{
	text-align: left;
	vertical-align: middle;
	padding-top: 10px;
}
#logo{
	float: left;
	padding-right: 15px;	
}
#logo img {
   height: 80px;
   margin-left: 0px;
}

p.info{
	padding-top:5px;
}

.field-area-centered label {
	font-size: 8pt;
	float: none;
	text-align: center;
	width: 100%;
	display: block;
}

.field-area-centered span {
	margin-left: 0;
	color: #000;
	display: block;
	font-size: 9pt;
	text-align: center;
}

.vertical-wrapper {
	margin: 10pt 0;
}

.horizontal-wrapper {
	margin: 0 10pt;
}

.clear {
	clear: both;
}

.strong {
	font-weight: bold;
}

.left-column {
	width: 53%;
	display: block;
	float: left;
}

.right-column {
	width: 44.5%;
	display: block;
	margin-left: 55%;
}

.center-column {	
	float: none;
}

.right {
	float: right;
}

.center {
	text-align: center;
}


.title {
	letter-spacing: 0.05em;
	padding-top: 5px;
}

.info {
	font-weight: normal;
	color: #555;
	font-size: 8pt;
}

fieldset.bordered {
	padding: 0.5em;
	border: 1px solid #EEE;
	display: block;
	padding: 0.3em 0.8em;
}

fieldset {
	padding: 0;
	border: none;
	display: block;
}

fieldset legend {
	text-transform: lowercase;
	font-weight: normal;
	padding: 0.5em;
	margin-left: 1.5em;
	color: #333;
	font-size: 60%;
}

.spectable {
	margin-bottom: 3px;
}

.field-area {
	margin-bottom: 3px;
	clear: both;
}

.field-area label {
	width: 140px;
	color: #333;
	display: block;
	float: left;
	font-size: 8pt;
	margin: 1pt 0 3pt 0;
	line-height: 127%;
}

.field-area span {
	margin-left: 140px;
	color: #000;
	display: block;
	font-size: 9pt;
}

.field-area-centered label {
	font-size: 8pt;
	float: none;
	text-align: center;
	width: 100%;
	display: block;
}

.field-area-centered span {
	margin-left: 0;
	color: #000;
	display: block;
	font-size: 9pt;
	text-align: center;
}

.company-info {
	font-size: 8pt;
	color: #555;
	line-height: 120%;
}

.h10 {
	height: 10pt;
	clear: both;
}

.h30 {
	height: 30pt;
	clear: both;
}

.h55 {
	height: 55px;
}

table#items,table#total,table#items-small,table#total-small {
	border-collapse: collapse;
}

#items,#items-small {
	width: 100%;
	margin: 15px 0;
}

th {
	border-bottom: 1px solid #555;
	background: #eee;
	font-size: 8pt;
	font-weight: normal;
	padding: 2px;
	vertical-align: top;
}

td {
	border-bottom: 1px solid #CCC;
	vertical-align: top;
	font-size: 8pt;
	padding: 2px;
}

td.exch-rate-diff {
	color: #FF8C00;
}

#items td.description,#items-small td.description {
	text-align: left;
	width: 35%;
}

#items td.numeric,#items-small td.numeric {
	text-align: right;
}

#items td.txt,#items-small td.txt {
	text-align: center;
}

#items td.blank,#items-small td.blank {
	border: 0;
}

#items-small td,#items-small th {
	font-size: 9px;
}

#total,#total-small {
	width: 100%;
	margin: 0;
}

#total td.total-info,#total-small td.total-info {
	text-align: right;
}

#total td.total-value,#total-small td.total-value {
	text-align: right;
}

#total td.total-summary,#total-small td.total-summary {
	text-align: right;
	font-weight: bold;
}

#document ul,
#document ol {
	list-style-position: outside;
	margin-left: 16px;
}

ul li p {
	display: inline;
}

li,li p {
	font-size: 8pt;
	padding-top: 2px;
	line-height: 140%;
}

#document.landscape-page {
	width: 297mm;
	margin: 0 auto 5mm;
}