
/* Tabella Smussata */
.tabSmussata { width: 595px; }
.tabGuida { width: 360px; }

#content {
	padding: 0px;
	background-color: #fff;
}

.corner-tl, .corner-tr, .corner-bl, .corner-br {

	/* Cambiare questo per il colore degli angoli */
	background-color: #fff;
	width: 19px;
	height: 19px;
}

/* Cambiare questo per il colore degli angoli */
.corner-tl { background: #fff url("img/corner-tl.gif") no-repeat left top; }
.corner-tr { background: #fff url("img/corner-tr.gif") no-repeat right top; }
.corner-bl { background: #fff url("img/corner-bl.gif") no-repeat left bottom; }
.corner-br { background: #fff url("img/corner-br.gif") no-repeat right bottom; }

.linetop { border-top: 1px solid #aaa; }
.lineleft { border-left: 1px solid #aaa; }
.linebottom { border-bottom: 1px solid #aaa; }
.lineright { border-right: 1px solid #aaa; }
.testob {FONT-size:9pt; font-weight:bold; font-family:verdana; color:#000000}
.teston {FONT-size:9pt; font-weight:normal; font-family:verdana; color:#000000}
.testoSmall {FONT-size:7pt; font-weight:normal; font-family:verdana; color:#000000}
.testoBl{FONT-size:9pt; font-weight:normal; font-family:verdana; color:Blue}
.textBox
{
	font-size: xx-small;
	background-color: #eeeeee;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: blue;
}
.bordoSxGiu { 
border-top: none 0px none; 
border-right: none 0px none; 
border-bottom:  solid 1px #000000; 
border-left: solid 1px #000000; 
}
.bordoSx { 
border-top: none 0px none; 
border-right: none 0px none; 
border-bottom:  none 0px none; 
border-left: solid 1px #000000;
padding-left:4;
padding-bottom:4;
padding-right:4;
}
.bordoGiu { 
border-top: none 0px none; 
border-right: none 0px none; 
border-bottom:  solid 1px #000000; 
border-left: none 0px none; 
}
.bordoGiuDx { 
border-top: none 0px none; 
border-right: dotted 1px #cccccc; 
border-bottom:  dotted 1px #cccccc; 
border-left: none 0px none;  
}
.bordoDotSxDx { 
border-top: none 0px none; 
border-right: solid 1px #000000; 
border-bottom:  dotted 1px #dddddd; 
border-left: dotted 1px #dddddd; 
padding-left:4;
}
.bordoDx { 
border-top: none 0px none; 
border-right: solid 1px #000000; 
border-bottom:  none 0px none;  
border-left: none 0px none; 
padding-right:4;
padding-bottom:4;
}
.bordoSxDx { 
border-top: none 0px none; 
border-right: solid 1px #000000;  
border-bottom:  none 0px none;  
border-left: solid 1px #000000; 
}
.bordoBottoni
{ 
	border-top: dotted 1px #000000; 
	border-right: dotted 1px #000000; 
	border-bottom: dotted 1px #000000; 
	border-left: dotted 1px #000000;
	font-weight: normal;
	font-size: xx-small;
	word-spacing: normal;
	text-transform: none;
	color: black;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	text-decoration: none;
}