
html, body {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	overflow:hidden; /* hide scrollbars */
	width: 1920px;
	height: 1080px;
	background: url('../img/background2.jpg') no-repeat;
}

sup, sub {
	line-height: 0;
}

#header_text, #footer {
	color: white;
	font-weight: bold;
	text-shadow: 4px 4px 8px #000000;
	letter-spacing: 4px;
}

#header_text {
	font-size: 40px;
	line-height: 110px;
	text-align: right;
	margin-right: 45px;
}

/* (hide the flat header) */
#header_flat {
	display: none;
}

#footer {
	font-size: 30px;
	line-height: 50px;
	position: absolute;
	top: 1028px;
	left: 40px;
}

#debug {
	background-color: red;
	color: white;
	font-weight: bold;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1920px;
}

#preview {
	background-color: #000000AA;
	color: white;
	font-weight: bold;
	font-size: 40px;
	line-height: 60px;
	position: absolute;
	top: 20px;
	left: 0px;
	right: 0px;
	width: 1920px;
	text-align: center;
}

#content {
	padding: 1em;
	padding-top: 20px;
}

#header_cliente {
	border-bottom: 2px solid #CCCCCC;
	height: 160px;
	padding-top: 1em;
	margin-bottom: 2em;
}

#header_cliente img {
	float: right;
	height: 150px;
}

#content2 {
	margin-left: 1em;
	margin-right: 1em;
}

table .layout {
	width: 100%;
	height: 100%;
}

.title {
	font-size: 50px;
}

.title2 {
	font-size: 60px;
	color: #006600;
	font-weight: bold;
}

.graph_title {
	font-size: 50px;
	text-align: center;
}

.separator {
	width: 100%;
	height:1px;
	border-top: 2px solid #CCCCCC;
	margin-top: 15px;
	margin-bottom: 15px;
}

.separator_small {
	width: 100%;
	height:1px;
	border-top: 2px solid #CCCCCC;
	margin-top: 3px;
	margin-bottom: 3px;
}

.photo {
	border:1px solid #006600;
}

div .data_row {
	height: 95px;
	line-height: 95px;
	background-color:#F3F3F3;
	border-bottom:2px solid #006600;
	margin-bottom: 15px;
}

div .double {
	height: 150px;
	line-height: 70px;
}

div .data_row .icon {
	float: left;
}

div .data_row .label {
	float: left;
	padding-left: 0.5em;
	font-size: 45px;
	color: #000000;
	font-weight: bold;
}

div .data_row .value {
	float: right;
	padding-right: 0.5em;
	font-size: 60px;
	color: #006600;
	font-weight: bold;
}

div .data_row_small {
	height: 45px;
	line-height: 45px;
	background-color:#F3F3F3;
	border-bottom:1px solid #006600;
}

div .data_row_small .label {
	float: left;
	padding-left: 3px;
	font-size: 25px;
	color: #000000;
	font-weight: bold;
}

div .data_row_small .value {
	float: right;
	padding-right: 10px;
	font-size: 30px;
	color: #006600;
	font-weight: bold;
}

div .progress {
	float: left;
	width: 500px;
	height: 35px;
	border: 1px solid #006600;
	background-image: url('../img/progress_null.jpg');
}
