body  {
	background:#fff;
	font-family:"Times New Roman", Times, serif;
	font-size:12pt;
	margin: 1cm; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 1cm;
	color:#000;
}

a,
a:link,
a:visited,
a:hover,
a:focus,
a:active
{
	color: #00f;
	text-decoration: none;
	font-style: italic;		
}


#Logo,
#Logo img,
#Main,
#comune,
#comune img,
.acc,
#MainMenu, 
#MainMenu ul, 
#MainMenu ul li, 
#MainMenu ul li a,
#header,
#sidebar1,
.thrColFixHdr #sidebar1,
.thrColFixHdr #footer,
#footer,
.inv,
hr,
.thrColFixHdr #header,
.thrColFixHdr #header h1,
#mainContent .elenco .torna 
{
	display: none;
}


.thrColFixHdr #container {
	text-align: left;
	margin-left: -1cm;
	margin-top: -2cm;
} 
 
 #blocco
{
	float:left;
	width: 19cm;
}

.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 7cm; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	border: thin dotted #999999;
	margin-right: 1.4cm;
	margin-top: 3cm;
	padding-top: 0.3cm;
	padding-right: 0.3cm;
	padding-bottom: 0.3cm;
	padding-left: 0.3cm;
}

.thrColFixHdr #sidebar22 {
	float: right;
	width: 7cm;
	
}

.thrColFixHdr #mainContent {
	margin-right: 10cm;
	width: 10cm;
	margin-left: 0cm;
	line-height: 1.6em;
} 

.thrColFixHdr #mainContent2 {

} 



#mainContent3 {
	width: 19cm;
	margin-left: 0cm;

}

#mainContent .elenco {
	line-height: 0.7em;	
	margin-left:1cm;
}

.TabbedPanels {
	margin-top: 0cm;
	float: left;
	color:#000000;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
	margin-left: 0cm;
	padding-top: -4cm;
	padding-right: 0cm;
	padding-bottom: 0cm;
	padding-left: 1cm;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}




.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	padding: 4px 10px;
	background-color: #fff;
	list-style: none;
	border-left: solid 1px #fff;
	border-bottom: solid 1px #fff;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
}


.TabbedPanelsTabHover {
	background-color: #fff;
}

.TabbedPanelsTabSelected {
	background-color: #fff;
	border-bottom: 1px solid #FFF;
}

/* This selector is an example of how to make a link inside of a tab button
 * look like normal text. Users may want to use links inside of a tab button
 * so that when it gets focus, the text *inside* the tab button gets a focus
 * ring around it, instead of the focus ring around the entire tab.
 */
.TabbedPanelsTab a {
	color: #F00;
	text-decoration: underline;
}


.TabbedPanelsContentGroup {
	clear: both;
	border-left: solid 1px #fff;
	border-bottom: solid 1px #fff;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	background-color: #000;
}

.TabbedPanelsContent {
	padding: 4px;
}


.TabbedPanelsContentVisible {
}

.VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	width: 10em;
	height: 20em;
	background-color: #000;
	position: relative;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	border-left: solid 1px #fff;
	border-bottom: solid 1px #fff;
}


.VTabbedPanels .TabbedPanelsTab {
	float: none;
	margin: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
}


.VTabbedPanels .TabbedPanelsTabSelected {
	background-color: #000;
	border-bottom: solid 1px #fff;
}


.VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;
	padding: 0px;
	width: 30em;
	height: 20em;
}



