div#cccontent
{
    height: 100%;
	position: relative;
	margin-left: 0px;
	/*padding-top: 16px;*/
    padding-bottom: 10px;
    text-align: left;
    background-color: #ffffff;
	font-family: Arial;
	font-size: 78%;
}

form#ccform
{
	height: 100%;
	position: relative;
	margin-left: 0px;
	/*padding-top: 16px;*/
    padding-bottom: 10px;
    text-align: left;
    background-color: #ffffff;
}

.testoevidenziato
{
    color: #FF0000;
}

.cctesto
{
	font-size: 78%;
}

/* ca = camera arbitrale */
/* per calcolo tariffe arbitrati */
#caTableCollapse {
	width: 99%;
	border-collapse: collapse;
	empty-cells: show;
	margin-left: auto;
	margin-right: auto; 
 	font-family: Arial;
	font-size: 88%;	
}
/* larghezza */
#caTableCollapse .W70 { width: 70% }
#caTableCollapse .W30 { width: 30%; text-align: right }
#caTableCollapse .AllDx { text-align: right }
/* colori */
#caTableCollapse .rosso { background-color:#FF0000; color:#000000 }
#caTableCollapse .blu { background-color:#000099; color:#FFFFFF }

/* cc = camera di commercio */
.xxTableCollapse {
	width: 100%;
	border-collapse: collapse;
	empty-cells: show;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.W30 { width: 30% }
.W70 { width: 70% }
.ccTh {
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
 }
.ccTd {
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
 }


/* id */
#ccTableCenter {
	width: 99%;
	border-collapse: collapse;
	empty-cells: show;
	align: center;
	font-family: Arial;
	font-size: 100%;	
}
#ccTableCollapse {
	width: 99%;
	border-collapse: collapse;
	empty-cells: show;
	font-family: Arial;
	font-size: 100%;	
}

#ccTableSeparate { width: 100%; border-collapse: separate; empty-cells: show }
/* larghezza */
#ccTableCollapse .W10 { width: 10%;  }
#ccTableCollapse .W20 { width: 20%;  }
#ccTableCollapse .W30 { width: 30%;  }
#ccTableCollapse .W40 { width: 40%;  }
#ccTableCollapse .W50 { width: 50%;  }
#ccTableCollapse .W60 { width: 60%;  }
#ccTableCollapse .W70 { width: 70%;  }
#ccTableCollapse .W80 { width: 80%;  }
#ccTableCollapse .W90 { width: 90%;  }
/* colori */
#ccTableCollapse .grigio { background-color:#DDDDDD; color:#000000 }
/* paragrafi */
.ccRed { color:#E00000 }
.ccCenter {
	text-align: center;
}

