/* Senza Bordo*/
.CasaContainer			{position:relative; padding:0; margin:0; width:99%;}
.CasaTestata			{padding:0; margin:5px 5px 0;}
.CasaSepara				{padding:0; margin:0 5px;}
.CasaContentPane		{padding:0; margin:0 5px 5px;}

/* con Bordo*/
.CasaContainerBordato	{position:relative; padding:0; margin:5px auto; width:99%; border: 1px solid #CCCCCC;}

/* con ombra*/
.CasaContainerOmbra		{position:relative; padding:0; margin:5px auto; width:95%;
	border-top-width: 1px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #CCCCCC;
}
/* con evidenza*/
.CasaContainerEvidenza	{position:relative; padding:0; margin:5px auto;	width:99%;	background-color: #eff9f5;	border: 1px solid #999;}

.CasaACTIONS{width:10px;}
.CasaICON{}
.CasaTITLE{width:auto;}
.CasaVISIBILITY		{top: 15px;right: 10px;position: absolute;}
.CasaPRINTMODULE	{top: 15px;right: 30px;position: absolute;width:auto;}



.top-left{
	height: 23px;
	width: 23px;
}
.top-tile{
	height: 23px;
	width:154px;
	background:url(top-tile.gif) repeat-x 0px;
}
.top-right{
	height: 23px;
	width:23px;
}
.left-tile{	
	width:23px;
	background:"left-tile.gif";
}
.right-tile{
	width:23px;
	background:"right-tile.gif";
}
.bottom-left{
	width:23px;
}
.bottom-tile{
	background:"bottom-tile.gif";
}
.bottom-right{
	width:23px;
}



