﻿/*
'
'**************************************
' Visuddhi - http://visuddhi.com
' Copyright (c) 2006 - Visuddhi
' All right reserved. 
'**************************************
'
*/

html, body, form {
	margin:0;
	border:0;
	padding:0;
	height:100%;
	width:100%;
}
body {
	font-family:verdana, sans-serif;
	font-size:11px;
	text-align:center;
	color:#666;
	background:#eee url('Images/SfondoBody.gif') center repeat-y;
}
table {
	margin:0;
	border-collapse:collapse;
}
td { 
	padding:0;
	border:0;
	vertical-align:top;
	text-align:left;
}
img {
  border:0;
}
a, a:link, a:visited {
	font-weight:normal;
  text-decoration:none;
	color:#666;
}
a:hover {
  text-decoration:underline;
}


/* Elementi di pagina */
#mainTable {
  width:760px;
  height:90%;
  margin:auto;
  background:#fff url('Images/SfondoMainTable.gif') repeat-x;
}
#leftColumn {
  width:150px;
  padding-top:155px;
  background:#fff url('Images/SfondoDigital.gif') no-repeat;
}
#leftColumn img {
  display:block;
}  
#rightColumn {
  width:610px;
  padding-top:250px;
  background:#fff url('Images/SfondoSymposium.gif') no-repeat;
}
.Link {
  height:63px;
}
.Divider {
  margin:8px auto 5px auto;
  border-top:1px solid #aaa;
  line-height:0;
}

.Light 
{
  height:60px;
  margin:auto;
  width:750px;
  border-bottom:1px solid #000;
  background:#fff url('Images/RunMan.gif') bottom right no-repeat;
}

.Light a {
  color:#aaa;
}
.ilTesto {
  padding:10px;
  font-size:13px;
  text-align:justify;
}
.gMap {
	width:580px;
	height:400px;
	margin-bottom:10px;
	border:1px solid #ddd;
}
.Red, a.Red, a.Red:link, a.Red:visited {
  font-weight:bold;
  color:#cc0000;
}
#Modulo label {
	font-size:11px;
	font-weight:bold;
  color:#cc0000;
}
#Modulo input, #Modulo textarea, #Modulo select {
  margin:2px 0 5px 0;
  font-family:verdana, arial, sans-serif;
	font-size:11px;
	vertical-align:middle;
}
#Modulo .inputRight input {
  text-align:right;
}

/* calendarietto */
.postcal {
	display: block;
	float: left;
	text-align: center;
	width: 52px;
	height: 103px;
	padding-top: 3px;
	margin-right: 25px;
	margin-left: 0px;
	background: url('Images/Day.gif') no-repeat;
	cursor:default;
}
.postcalmonth {
	display: block;
	font-size: 11px;
	line-height: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	text-transform: lowercase;	
}
.postcaldate {
	display: block;
	font-family: Verdana, Georgia, Serif;
	font-size: 20px;
	padding: 0px;
	text-align: center;
	color:#CC0000;
}
.postcalday{
	font-family:tahoma;
	color:#919191;
	display: block;
	font-size: 9px;
	line-height: 7px;
	padding: 0px;
	text-align: center;
	padding: 0 0 0 1px;
}


/* TRASPARENTE */
.Disable {
	filter:alpha(opacity=30);
	-moz-opacity:0.3;
	opacity:0.3;
}

.TappaOut {
background-color:#fff;
position:absolute;
width:430px;
height:100px;
filter:alpha(opacity=80);
-moz-opacity:0.8;
opacity:0.8; }

/* Forces vertical scrollbar to always appear
   in Mozilla to prevent page shifting        */
#NoShifting {
  position:absolute;
  top:0;
  bottom:-0.1px;
  width:1em;
  z-index:-1;
}
