@charset "utf-8";
/* CSS Document */

body {
	width:90%;
	/* background: #2C4C73;
	color:#FFFFFF; */
	background:trasparent;
	color:#2C4C73;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	/* border:solid 2px red; */
	}
	
img {
	border:none;
	}

a:visited, a:hover, a {
	/* color:#FFFFFF; */
	color:#2C4C73;
	font-weight:bold;
	text-decoration:none;
	}
	
table {
	width:100%;
	border:none;
	padding:2px;
	}
	
input {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	}
	
thead td {
	font-weight:bold;
	color:#2C4C73;
	border-bottom:solid #2C4C73 2px;
	}
	
	
/* Impostazini calendario */

.cal { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-weight: bold; 
	color: #000099;
	}

.num { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	text-decoration:none;
	}
	
.mese {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-weight: bold; 
	color: #663300;
	}
	
.butt {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px;
	}

table.calendario	{
	border:none;
	width:150px;
	height:150px;
	}
	