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

body { 
	font-family: verdana;
	color:#555;
	background-color:#fff;
}
img { 
	border: 0;
}
td { 
	vertical-align: top;
}
div.header {
	padding: 4px;
	text-align: center;
	font-size: 20px;
	font-weight: normal;
	font-variant: small-caps;
	border: 1px solid #ddd;
	background-color: transparent;
	background-image: none;
	background-repeat: repeat-x;
}
div.center {
	text-align: center;
}
table.container {
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
table.dia {
	margin: 5px;
	width: 100px;
	height: 100px;
	border: 1px solid #ddd;
	border-collapse: collapse;
}
div.smalldesc {
	width: 50px;
	font-size: 10px;
	text-align: center;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	font-weight: bold;
}
table.dia td { 
	text-align: center;
	vertical-align: middle;
	background: transparent;
}
table.dia img { 
	display: block;
	margin: 5px; 
}

div.footer {
  margin: 10px;
  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;
}
