﻿.backgroundnero 
{ 
	/* Fallback for web browsers that doesn't support RGBa */ 
	background: rgb(0, 0, 0); 
	/* RGBa with 0.7 opacity */ 
	background: rgba(0, 0, 0, 0.7); 
	/* For IE 5.5 - 7*/ 
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99333333, endColorstr=#99333333); 
	/* For IE 8*/ 
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99333333, endColorstr=#99333333)"; 
}
.backgroundgiallo 
{ 
	/* Fallback for web browsers that doesn't support RGBa */ 
	background: rgb(255, 255, 153); 
	/* RGBa with 0.7 opacity */ 
	background: rgba(255, 255, 153, 0.7); 
	/* For IE 5.5 - 7*/ 
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCCCCC99, endColorstr=#CCCCCC99); 
	/* For IE 8*/ 
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCCCCC99, endColorstr=#CCCCCC99)"; 
}
.backgroundazzurro 
{ 
	/* Fallback for web browsers that doesn't support RGBa */ 
	background: rgb(255, 255, 153); 
	/* RGBa with 0.7 opacity */ 
	background: rgba(255, 255, 153, 0.7); 
	/* For IE 5.5 - 7*/ 
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCCCFFFF, endColorstr=#CCCCFFFF); 
	/* For IE 8*/ 
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCCCFFFF, endColorstr=#CCCCFFFF)"; 
}
.backgroundarancio 
{ 
	/* Fallback for web browsers that doesn't support RGBa */ 
	background: rgb(255, 255, 153); 
	/* RGBa with 0.7 opacity */ 
	background: rgba(255, 255, 153, 0.7); 
	/* For IE 5.5 - 7*/ 
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCCC9966, endColorstr=#CCCC9966); 
	/* For IE 8*/ 
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCCC9966, endColorstr=#CCCC9966)"; 
}
.backgroundrosso 
{ 
	/* Fallback for web browsers that doesn't support RGBa */ 
	background: rgb(255, 255, 153); 
	/* RGBa with 0.7 opacity */ 
	background: rgba(255, 255, 153, 0.7); 
	/* For IE 5.5 - 7*/ 
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCCC9999, endColorstr=#CCCC9999); 
	/* For IE 8*/ 
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCCC9999, endColorstr=#CCCC9999)"; 
}
.backgroundbianco 
{ 
	/* Fallback for web browsers that doesn't support RGBa */ 
	background: rgb(255, 255, 153); 
	/* RGBa with 0.7 opacity */ 
	background: rgba(255, 255, 153, 0.7); 
	/* For IE 5.5 - 7*/ 
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCCCCCCC, endColorstr=#CCCCCCCC); 
	/* For IE 8*/ 
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCCCCCCC, endColorstr=#CCCCCCCC)"; 
}
.backgroundblu 
{ 
	/* Fallback for web browsers that doesn't support RGBa */ 
	background: rgb(255, 255, 153); 
	/* RGBa with 0.7 opacity */ 
	background: rgba(255, 255, 153, 0.7); 
	/* For IE 5.5 - 7*/ 
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC9999CC, endColorstr=#CC9999CC); 
	/* For IE 8*/ 
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC9999CC, endColorstr=#CC9999CC)"; 
}
.backgroundverde 
{ 
	/* Fallback for web browsers that doesn't support RGBa */ 
	background: rgb(255, 255, 153); 
	/* RGBa with 0.7 opacity */ 
	background: rgba(255, 255, 153, 0.7); 
	/* For IE 5.5 - 7*/ 
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC99CC99, endColorstr=#CC99CC99); 
	/* For IE 8*/ 
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC99CC99, endColorstr=#CC99CC99)"; 
}
.backgroundviola 
{ 
	/* Fallback for web browsers that doesn't support RGBa */ 
	background: rgb(255, 255, 153); 
	/* RGBa with 0.7 opacity */ 
	background: rgba(255, 255, 153, 0.7); 
	/* For IE 5.5 - 7*/ 
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC996699, endColorstr=#CC996699); 
	/* For IE 8*/ 
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC996699, endColorstr=#CC996699)"; 
}

