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

body {
	font-family: verdana;
	color:#335377;
	background-color:#18253A;
	background-repeat: repeat-x;
	margin: 10px auto;
}
img { 
	border: 0;
}
td { 
	vertical-align: top;
}
div.header {
	padding: 4px;
	text-align: left;
	font-size: 23px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #B4B4B4;
	background-image: url(images/HLNY_logosmall.png);
	height: 50px;
	background-repeat: no-repeat;
	margin: 0px auto;
	width: 680px;
	padding-left: 70px;
}
div.center {
	text-align: center;
	width: 850px;
	margin: 0px auto;
}
table.container {
	margin: 0px auto;
}
table.dia {
	margin: 3px;
	width: 100px;
	height: 100px;
	border: 1px solid #555;
	border-collapse: collapse;
}
div.smalldesc {
	margin: 0 5px 10px 5px;
	width: 180px;
	font-size: 10px;
	text-align: left;
	font-family: Tahoma, Geneva, sans-serif;
	color: #666;
}
table.dia td { 
	text-align: center;
	vertical-align: middle;
	background: #a1bcda url('images/sfondo.gif') repeat-x;
}
table.dia img { 
	display: block;
	margin: auto;
}

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

table.dia a img {
	filter:alpha(opacity=70);
	-moz-opacity:0.8;
	opacity: 0.8;
}
table.dia a:hover img { 
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity: 1;
}
a {
	color: #666;
}

a:hover {
	text-decoration: none;

}

