/*
'
'**************************************
' Visuddhi - http://visuddhi.com
' Copyright (c) 2006 - Visuddhi
' All right reserved. 
'**************************************
'
*/

body { 
	font-family: verdana;
	color:#fff;
	background-color:#111;
}
img { 
	;border:0px;
}
td { 
	vertical-align: top;
}
div.header { 
	padding: 4px;
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	font-variant: small-caps;
	background: #333 url('images/sfondo.gif') repeat-x;
	border: 1px solid #aaa;
}
div.center {
	text-align: center;
}
table.container {
	margin: 30px auto;background-color:#111;
}
table.dia {
	margin: 9px;
	width: 100px;
	height: 100px;
	border: 0px solid #ddd;
	border-collapse: collapse;

;border:0px solid #888; border-radius: 1px;
}







div.smalldesc { 
	margin: 0 5px 10px 5px;
	width: 100px;
	font-size: 10px;
	text-align: center;
}
table.dia td { 
	text-align: center;
	vertical-align: middle;

}
table.dia img { 
	display: block;
	margin: auto;
        border:1px solid #888; border-radius: 2px;
}

div.footer {
  margin: 20px;
  text-align: center;
}

table.dia a img { 
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity: 1;
}
table.dia a:hover img { 
	filter:alpha(opacity=80);
	-moz-opacity:0.9;
	opacity: 0.9;
}
