/*
'
'**************************************
' Visuddhi - http://visuddhi.com
' Copyright (c) 2006 - Visuddhi
' All right reserved. 
'**************************************
'
*/

body { 
	font-family: verdana;
	color:#eed;
	background-color:#555;
}
img { 
	border: 0;
}
td { 
	vertical-align: top;
}
div.header { 
	padding: 4px;
	color:#555;
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	font-variant: small-caps;
	background: #eee url('sfondo.gif') repeat-x;
	border: 1px solid #ddd;
}
div.center {
	text-align: center;
}
table.container {
	margin: 30px auto;
}
table.dia {
	margin: 5px;
	width: 140px;
	height: 140px;
	border: 1px solid #ddd;
	border-collapse: collapse;
}
div.smalldesc { 
	margin: 0 5px 10px 5px;
	width: 100px;
	font-size: 10px;
	text-align: center;
}
table.dia td { 
	text-align: center;
	vertical-align: middle;
	background: #eed url('sfondo.gif') repeat-x;
}
table.dia img { 
	display: block;
	margin: auto; 
}

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.8;
	opacity: 0.8;
}
a:link, a:visited {
 color: #eed;
 background: transparent;
 text-decoration: underline;
}
a:active, a:hover {
 color: #cce;
 background: transparent;
 text-decoration: underline;
}


/*
Page
*/
div#navt, div#navb {
 margin-top: 1em;
 margin-bottom: 1em;
 font-size: 12px;
}
div#navt a, div#navb a {
 text-decoration: none;
 font-size: 12px;
}
div.content {
 background: #eed;
 border: 1px solid #555;
 margin: 1em auto 1em auto;
}
div.content#pic {
 padding: 10px;
}
div.content#caption {
 min-width: 160px;
 padding: 5px 10px 5px 10px ;
 font-size: 12px;
}

