/**standard styles for modules*/
.largetext {
    font-size : 1.17em;
}

.largetext a:link{
    font-size : 1.17em;
}

.largetext a:visited{
    font-size : 1.17em;
}

.largetext a:active{
    font-size : 1.17em;
}

.largetext a:hover{
    font-size : 1.17em;
}
.smalltext {
    font-size : 0.92em;
}

.smalltext a:link{
    font-size : 0.92em;
}

.smalltext a:visited{
    font-size : 0.92em;
}

.smalltext a:active{
    font-size : 0.92em;
}

.smalltext a:hover{
    font-size : 0.92em;
}

.errortext	{	
	text-transform:	none;
	font-weight:	bolder;
	background:	#FF0;
	color:	red;
	}
    
.noline a:link{
  text-decoration : none;
}

.noline a:visited{
  text-decoration : none;
}

.tightlist {
  margin-top  : .8em;
  margin-left : 1em;
}

/***********************************************/

/* FOOTER

--------------------------------------------------------- */

#top-f {

	/*background: #F0E68C;*/
	clear: both;

}



#prima-linea {
  background-color: #F0E68C;
	padding: 6px 0;
	position: relative;
/*	line-height: normal;*/


}



#prima-linea ul {

	margin: 0 0 0 30px;
	padding: 0;

}



#prima-linea li {

	margin: 0;
	padding: 0;
	background: none;
	display: inline;

}



#prima-linea a {

	margin-right: 20px;
	color: #AAAAAA;
	text-decoration: none;

}



#prima-linea a:hover, #prima-linea a:active {

	color: #990000;

}



a.gotop-button {

	position: absolute;
	top: 7px;
	right: 20px;
	padding-left: 11px;

}



#footerwrap {

	color: #000000;
	clear: both;

}



#footer {

	padding: 10px 0;
	position: relative;
  font-size: 0.9em;
}

#footer a {

	color: #AAAAAA;
  
}



#footer a:hover {

	color: #990000;

}



#data {

	margin-left: 30px;

}



#validation {
	position: absolute;
	right: 30px;
	top: 18px;

}



#validation a {
	padding-right: 5px;

}






