/*	
	Per la tabella principale 
	gli *!important* sono necessari per sostituire delle info gia' inserite nel CSS..
	poi andranno tolti
*/

#head{width:950px !important;margin:10px auto 0 auto !important;}
#menu{width:950px !important;margin:auto !important;}
#mainTable{width:950px !important;margin-left:auto;margin-right:auto;margin-top:0 !important;}
#colMid{width:600px !important;}
#foot{width:950px !important;margin:auto !important;text-align:center;}
#bottomElements{text-align:center;padding:10px 0 10px 0;}

/* Per box in primo piano */
.bigBox dl{margin:0 10px 10px 0;padding:0;float:left;width:220px;}
.bigBox dt{margin:0;float:left;clear:both;font-weight:bold;padding:0 0 2px 0;border-bottom:1px dotted #ccc;width:100px;}
.bigBox dd{margin:0 0 0 100px;padding:0 0 2px 0;border-bottom:1px dotted #ccc;}
.bigBox div{clear:both}

/* Per box mini nelle colonne */
#colDx .miniBox, #colSx .miniBox{
	width:auto;
	float:none;
	margin:0 0 10px 0;
}


