/* Default CSS Stylesheet for a new Web Application project */
body
{
    BACKGROUND-COLOR: #fff;
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
    FONT-SIZE: 8pt;
    padding:0px; margin:0px; 
}

div#container { 
	width:708px;
	margin:auto;
	margin-top:5%;
	}
div#lamm50 { 
	width:708px;
	height:533px;
	background:url(../Images/lamm50.jpg);
	}
div#contatti { 
	width:708px;
	color:#999;
	margin-top:20px;
	margin-bottom:20px;
	text-align:center;
	}
div#lang { 
	top:0px;
	text-align:center;
	color:#C30;
	}
div#lang a, div#lang a:link{ text-decoration:none; color:#C00; font-size:20px;}
div#lang a:hover{ text-decoration:underline; color:#C00; font-size:20px;}





.title
{
	font-weight:bold;	
}
a:link	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
a:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
a:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
a:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
}	
img#Header {
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
}
table, td 
{	
	FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 8pt;
}
h1
{
	margin-left:10px;
	FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 9pt;	font-weight:bold;
}
/* FORM + DATAGRIDS */
.Input 
{
	font-family:Courier New, Monotype;
	font-size:10pt;
}
tr.Header td
{
	color:#ffffff; background-color:#000000; font-weight:bold;	
}