/* ACC - Foglio di stile per la stampa
--------------------------------------------------*/


body {
	background: #fff;
	font-family: "Verdana", Arial, sans-serif;
}

table {
	font-size: 7pt;
}

table td {
	height: 20px;
}


/* Curricula
--------------------------------------------------*/
#maincontent {
	text-align: center;
}

#maincontent table {
	margin: 0 auto;
	width: 600px;
}

.cvLine {
	border-left: 1px solid #000;
}

.sectionheader {
	border-bottom: 1px solid #eee;
	background-color: #fff;
}

.sectionheader td {
	background-color: #fff;
}

.spacer td {
	height: 8px;
}

.spacer img {
	height: 8px;
}

#logo {
	width: 600px;
	text-align: center;
}

#logo img {
	width: 114px;
	height: 31px;
	
}

.noprint {
	display: none;
}

#sentlabel {
	text-align: right;
}

#sentdate {
	width: 100px;
	text-align: right;
}

#end {
 	page-break-after: avoid;
}

/* Products
--------------------------------------------------*/

#websitelogo {
	width: 600px;
}

#websitelogo img {
	margin-left: 65px;
}

#sitecontent td {
	height: 15px;
}

.product {
	width: 600px;
	margin-left: 100px;
}

