img	{
	border: 0;
}

	/* Primary layout divisions */

body	{
	color: #000;
	font: small/1.4 "Georgia", Times, serif;
}

#side, 
#navigation,
#menu, 
#topBar,
#stampa,
.nav, 
.noprint
{
	display:none;
}

#user{
		font-size:70%;
		position:absolute;
		width:295px;
		top:10px;
		padding:0 0 0 2px;
		left:425px;
		line-height:135%;
}

#footer	{
	color: #333;
	font-size: smaller;
	border-top: 1px solid #333;
}

/* Typography 	*/
h1	{
	font-size: 16pt;
}
	
h1 a:link, h1 a:visited	{	
 	color: #903;
 	text-decoration: none;
}

h2	{
	letter-spacing: -1px;
 	font-weight: 400;
 	font-family: "Century Gothic","Lucida Grande",Verdana,Tahoma,Arial,sans-serif;
 	font-size: 14pt;
}
	
h3	{
	letter-spacing: 0px;
	font-weight: 400;
	padding-top: 12px;
	font-family: "Century Gothic","Lucida Grande",Verdana,Tahoma,Arial,sans-serif;
	font-size: 11pt;
}
	
h4 {
 	color: #903;
 	font-size: 9pt;
 	font-family: "Century Gothic","Lucida Grande",Verdana,Tahoma,Arial,sans-serif;
 	font-weight: 400;
}

p	{
	margin: 0 0 1em 0;
	line-height: 140%;
}	

table.report {
    border-collapse: collapse;
}

table.report th {
    text-align: left;
	border: 1px solid #ccc;
}

table.report td {
    vertical-align: top;
	border: 1px solid #ccc;
}

td.value {
    text-align: right;
    white-space: nowrap;
}

table.report td.section {
    font-weight: bold;
    font-size: 130%;
}

table.record {
    border-collapse: collapse;
}

table.record th {
    border: 1px solid #ccc;
}

table.record th.dx {
    text-align: right;
}

table.record td {
    border: 1px solid #ccc;
	vertical-align:top;
}

table.record td.summary {
    vertical-align: middle;
    width: 20%;
    padding: 2px;
    font-weight: bold;
}

table.record td.totale {
    background-color: #ddd;
    font-weight: bold;
}

table.record td.totale-caption {
    background-color: #ddd;
    font-weight: bold;
    text-align: right;
}

table.record td.negative {
    color: red;
}

table.record td.positive {
    color: #390;
}

table.record td.caption {
 	text-align:right;
  	font-weight: bold;
    width: 20%;
}

tr.intestazione {
    color: #000;
    font-weight: bold;
    text-align: center;
}

tr.totale {
    background-color: #aaa;
    color: #ffc;
    font-weight: bold;
    text-align: right;
}

tr.odd {
    background-color: #ddd;
    color: #000;
    text-align: right;
}

tr.even {
    background-color: #eee;
    color: #000;
    text-align: right;
}