
TABLE.tabella
{
	font-size: 12;
	font-face: "Arial, Helvetica, sans-serif"; 
	border-color: #FFFFFF;
	background-color: #6699CC;
	cellspacing:0;
	cellpadding:0;
}

.titolo
{
	color: #000000;
	background-color: #CCCCCC;
	align: center;
}

TR.tabella
{
	color: #FFFFFF;
	background-color: #6699CC;
}


TD.tabella
{
	color: #FFFFFF;
	background-color: #6699CC;
}

/* CLASSE BAREGGIO */
TR.bareggio
	{
	background-color: #FFFF00;
	color: #000000;	
	}

TD.bareggio
	{
	background-color: #FFFF00;
	color: #000000;	
	}

/* CLASSE RIPOSA */
TR.riposa
	{
	background-color: #6699CC;
	color: #000000;	
	}

TD.riposa
	{
	background-color: #6699CC;
	color: #000000;	
	}

/*********/

/* DIV TRASPARENTE FULL PAGE ***********************************************  */
.trasp{
	display:hidden !important;
	display:none;
	position:absolute;
	top:0;
	left:0;
	float:left;
	z-index:999;
	color:#ffffff;
	filter: alpha(opacity=80); /* ie */
	-moz-opacity: .8; /* mozilla */
	background:#90877d;
	text-align: center;
}

.inner_trasp{

	color:#000000;
	text-align: center;
	margin: 0 auto auto 0;
	width:400px;
	display:none;
	z-index:999999;
	left:50;
	position:absolute;
	background:#ffffff;
}


.trasp_jsp{

	color:#000000;
	text-align: center;
	margin: 0 auto auto 0;
	width:400px;
	z-index:999999;
	position:absolute;
	background:#aeaeae;
	padding:5px;
	border: 2px solid #333333;
}


#closeme{
	width:100%;
	background: url(../immagini/delete.gif) top left no-repeat;
	height: 16px;
}


/* DIV TRASPARENTE FULL PAGE  - fine ***********************************************  */

news_box{
    border:1px solid blue;
    margin-top: 1em; 
    margin-left: 1em; 
    margin-right: 1em;
    margin-bottom: 1em; 
}


TABLE.tabellabianca
{
	font-size: 12;
	font-weight: bold;
	font-face: "Arial, Helvetica, sans-serif"; 
	border-color: #000000;
	background-color: #FFFFFF;
	color: #6699CC;
	cellspacing:0;
	cellpadding:0;
}
