html { background-color: #ffffff; font-family: Tahoma; }
body { text-align: center; font-size: 0.8em; }

.form{
width: 80%;
min-width: 200px;
border: 1px solid #9A9FFF;
padding: 20px;
}
fieldset{
border:0px solid;
margin: 0;
padding: 0;
}
legend{
font: bold small-caps 140%/1.3 "Arial Narrow",arial,sans-serif;
color: #5F78A2;
}  
table.center{
	text-align: center;
}
form div{
padding: 10px 0;
background: #eeeeee;
color: #333333;
border-top: 1px solid #CCCCCC;
}
form label{
float: left;
width: 35%;
line-height: 23px;
padding-right: 2%;
text-align:right;
}
input.form56{width:56%;}
input.form61{width:61%;}
input.form20{width:20%;}
input.form10{width:10%;}

.toomuch{color:#FF0000; font-weight:bold;}

div.form-button input{margin-left: 24%;}
 
#main { width: 790px; margin: 0 auto; text-align: left; color: #333333; }
h4 { font-size: 18px; color: #5F78A2; padding: 0; margin: 1px; }
/*
#logo 
{
	width: 130px; height: 120px;  border :1px solid #000000;
	float: left; position: relative; left: 0;
	background-image: url(../img/logo.png);
	background-repeat: no-repeat; background-position: center center;
}
*/
#header { 
	height: 120px; 
	background-image: url(../img/logo.png);
	background-repeat: no-repeat;
	background-position: center left;
}

#footer 
{
	margin-top: 20px;
	height: 120px; 
 	background-image: url(../img/footer.jpg); background-repeat: no-repeat;
	padding-left: 150px; padding: 22px 130px;
	color: #888888; font-size: 11px;
	clear: both;
}
a { color: #888888; font-style: italic; font-weight: bolder; }

a span {display: none;}

a:hover { text-decoration: none; position: relative;}
.asmListItemRemove:hover { position: absolute; }

a:hover span {
	width:230px;
	display: block;
	font-style: normal; 
	font-weight: lighter;
	text-align:justify;
   	position: absolute; top: 20px; left: 0px;
	/* formatting only styles */
   	padding: 5px; margin: 10px; z-index: 100;
   	background: #006600; border: 1px dotted #c0c0c0;
	opacity: 0.7;
	color:#FFFFFF;
	/* end formatting */
}

#errors{
 background-color:#EEEEEE;
 color:#FF0033;
 font-weight:bold;
}
#menu 
{ 
	height: 50px; width: 680px; float: right; position: relative; top: -50px;
	background-image: url(../img/menu.jpg); background-repeat: no-repeat;
	font-size: 0.8em;
}
#menu ul 
{
	list-style-type: none;
	margin: 0; padding: 0;
	margin-left: 30px;
}
#menu li { float: left; padding: 3px 8px; margin: 0 10px; margin-top: 10px;}
#menu li a { color: #ffffff; font-style: normal; font-weight: normal;  }
#menu li a:hover { text-decoration: none; }
#content { float: left; width: 540px; height: 550px; overflow: auto; border:0px dashed #cccccc; margin-right: 40px; padding: 5px; }

#srchAdv { height: 170px; border: 2px solid #000000; float: right; width: 178px; padding: 5px; margin: 2px; }

.srchAdvEl { width: 180px; }


#news { height: 150px; border: 2px solid #000000; float: right; width: 178px; padding: 5px; margin: 2px; }

.aNews{ border-bottom: 1px dashed #cccccc; font-size: 0.9em; }
.newsTitle{ color: #777777; font-weight: bolder; }
.newsBody{ color: #333333; }

#ricette { height: 150px; border: 2px solid #000000; float: right; width: 178px; padding: 5px; margin: 2px; }

.banner {
z-index: -1;
position: relative;
top: -40px;
float: left;
border:1px solid #cccccc; 
height: 100px; 
width: 230px; 
margin: 2px;  }

#loginArea { text-align: right; font-family: Tahoma; font-size: 0.8em; }

.tip { z-index: 9999; *filter:alpha(opacity=100) opacity: 1; position: absolute; float: left; padding: 20px; border: 3px solid #777777; background-color: #ffffcc; font-size: 10px; display: none; }

li.red {
color:#FF0000;
}

.srchResult { list-style-type: none; margin: 0; padding: 0; }
.srchResult li { border: 1px dashed #359939; margin: 5px; padding: 5px; background-color: #B5CFB6;  }

#mapContainer 
{
	position: absolute; top: 350px; left: 0px; border: 5px solid #ff00ff;
}

.errMsg { border: 1px solid #ff0000; padding: 10px; color: #ff0000; font-family: verdana; font-size: 10px; background-color: #FFE1E1; font-weight: bolder; }