/*					Scrollbars */
body         { SCROLLBAR-FACE-COLOR: #8D95A2; 
		SCROLLBAR-HIGHLIGHT-COLOR: #f3f3f3; 
		SCROLLBAR-SHADOW-COLOR: #f3f3f3; 
		SCROLLBAR-ARROW-COLOR: #ffffff; 
		SCROLLBAR-BASE-COLOR: #333333; 
		scrollbar-dark-shadow-color: e5e5e5; 
		scrollbar-3d-light-color: #EDF1F7 
}

/*					Links */
  	A:link	{text-decoration: none; color:#000000}
	A:visited  {text-decoration: none; color: #000000}
	A:active {text-decoration: none; color:#000000}
	A:hover {text-decoration: none; color:#000000}
	
	A.new:link	{text-decoration: none; color:#4E6172}
	A.new:visited  {text-decoration: none; color: #4E6172}
	A.new:active {text-decoration: none; color:#0C0C8E}
	A.new:hover {text-decoration: underline; color:#0C0C8E}
	
.Verdana10 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
}

.Verdana12 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}


.celleBianche{
	border-bottom-color:#FFFFFF;
	border-left-color:#FFFFFF;
	border-right-color:#FFFFFF;
	border:thin;
}

.tabellaBlu{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	border-top:1px solid #330C9B;
	border-bottom:thin;
	border-left:thin;
	border-right:thin;
}
.celleBlu{
	border-top:thin;
	border-bottom:thin;
	border-right:1px solid #330C9B;
    border-left:1px solid #330C9B;
	background-color:#0099CC;
}
.celleBlu2{
	border-top:thin;
	border-bottom:thin;
	border-left:thin;
	border-right:1px solid #330C9B;
}

.tabellaRossa{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	border-top:1px solid #7D0101;
	border-bottom:thin;
	border-left:thin;
	border-right:thin;
}
.celleRosse{
	border-top:thin;
	border-bottom:thin;
	background-color:#fe5e5b;
	border-right:1px solid #7D0101;
    border-left:1px solid #7D0101;
	
}
.celleRosse2{
	border-top:thin;
	border-bottom:thin;
	border-left:thin;
	border-right:1px solid #7D0101;
}
 
 .tabellaVerde{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	border-top:1px solid #006633;
	border-bottom:thin;
	border-left:thin;
	border-right:thin;
}
.celleVerdi{
	border-top:thin;
	border-bottom:thin;
	background-color:#11b914;
	border-right:1px solid #006633;
    border-left:1px solid #006633;
}
.celleVerdi2{
	border-top:thin;
	border-bottom:thin;
	border-left:thin;
	border-right:1px solid #006633;
}

 .tabellaGrigio{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	border-top:1px solid #333333;
	border-bottom:thin;
	border-left:thin;
	border-right:thin;
}
.celleGrigie{
	border-top:thin;
	border-bottom:thin;
	background-color:#999999;
	border-right:1px solid #333333;
    border-left:1px solid #333333;
}
.celleGrigie2{
	border-top:thin;
	border-bottom:thin;
	border-left:thin;
	border-right:1px solid #333333;
}

 .tabellaArancione{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	border-top:1px solid #b34007;
	border-bottom:thin;
	border-left:thin;
	border-right:thin;
}
.celleArancioni{
	border-top:thin;
	border-bottom:thin;
	background-color:#f15a0f;
	border-right:1px solid #b34007;
    border-left:1px solid #b34007;
}
.celleArancioni2{
	border-top:thin;
	border-bottom:thin;
	border-left:thin;
	border-right:1px solid #b34007;
}

 .tabellaGiallo{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	border-top:1px solid #ccce04;
	border-bottom:thin;
	border-left:thin;
	border-right:thin;
}
.celleGialle{
	border-top:thin;
	border-bottom:thin;
	background-color:#fbfd01;
	border-right:1px solid  #ccce04;
    border-left:1px solid #ccce04;
}
.celleGialle2{
	border-top:thin;
	border-bottom:thin;
	border-left:thin;
	border-right:1px solid #ccce04;
}

.celleAzzurre{
	border-top:thin;
	border-bottom:thin;
	border-right:1px solid #330C9B;
    border-left:1px solid #330C9B;
	background-color:#00CCCC;
}
.celleAzzurre2{
	border-top:thin;
	border-bottom:thin;
	border-left:thin;
	border-right:1px solid #330C9B;
}
