@charset "utf-8";
/* CSS Document */

body	{
	background::trasparent;
	font-family:Arial;
	font-size:12px;
	width:92%;
	}
	
table	{
	border:none;
	font-family:Arial;
	font-size:12px;
	color:#003300;
	width:100%;
	}
	
a, a:hover	{
	text-decoration:underline;
	color:#003300;
	}

a:vitited	{
	text-decoration:underline;
	color:#009900;
	}
	
h4	{
	color:#003300;
	font-family:Arial;
	}
	
legend	{
	color:#003300;
	font-weight:bold;
	}
	
thead td	{
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#003300;
	border-bottom:solid #006600 2px;
	}
	
tr.risultati td	{
	border-bottom:solid #006600 1px;		
	}	
	
input	{
	font-family:Arial;
	font-size:12px;
	}
	
select	{
	font-family:Arial;
	font-size:12px;
	}
	
img	{
	border:none;
	}

img.copertine	{
	float:left;
	margin-top::10px;
	margin-right:10px;
	margin-bottom:10px;
	}
	
img.cornice	{
	border:1px solid #ff9a31;
	}
	
p.noresult	{
	font-family:Arial;
	font-size:12px;
	color:blue;
	font-weight:bold;
	}
	
/* impostazioni CSS del 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: 12px; 
	text-decoration:none;
	}
	
.mese {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	font-weight: bold; 
	color: #663300;
	}
	
.butt {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px;
	}

table.calendario	{
	border:none;
	width:200px;
	height:200px;
	}
