/*
'
'**************************************
' Visuddhi - http://visuddhi.com
' Copyright (c) 2006 - Visuddhi
' All right reserved. 
'**************************************
'
*/


td { 
	vertical-align: top;
}

div.center {
	text-align: center;
	
}
table.container {
	margin: 15px;
}
table.dia {
	/*margin: 0px;
	width: 80px;
	height: 80px;
	border: 1px solid #ddd;
	border-collapse: collapse;*/
}
div.smalldesc { 
	margin: 0px;
	width: 100px;
	font-size: 10px;

}
table.dia td { 
	text-align: center;
	vertical-align: middle;
	/*background: #eee url('images/sfondo.gif') repeat-x; */
}
table.dia img { 
	display: block;
	margin: auto; 
}

div.footer {
  margin: 25px;
  text-align: center;
}

table.dia a img { 
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity: 0.8;
}
table.dia a:hover img { 
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity: 1;
}
img {
border-color :white;
}