@import url("molinari.css");
@import url("modulo.css");
@import url("tabella.css");
@import url("menu.css");

body
	{
	background-color: #ffffff;
	border-bottom: #ffffff 80px solid;
	font-size: 12px;
	}
	

div.waapplicazione_titolo	/* intestazione pagina */
	{
    font-weight: bold;
    font-size: 16px;
	margin: 10px;
	text-align: center;
	color: #ffffff;
	padding-top: 6px;
	padding-bottom: 6px;
	text-transform: uppercase;
    
	background-color: transparent;
	background-image: url("../img/bg-menu-item.png");
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: 0pt bottom;
	background-clip: border-box;
	background-origin: padding-box;
	background-size: auto auto;
	}
	
div.waapplicazione_messaggio		/* simil message box */
	{
	text-align: center;
	margin: 100px;
	}
	
div.waapplicazione_azione_torna
	{
	text-align: center;
	}
	
div.waapplicazione_azione_chiudi
	{
	text-align: center;
	}
	
div.waapplicazione_testo_libero		
	{
	text-align: justify;
	margin: 20px;
	}
	
div.waapplicazione_dati_utente
	{
	margin: 14px;
    font-size: 12px;
    font-weight: bold;
	}
	
.waapplicazione_iframe_figlia
	{
	position: absolute;
	left: 0px;
	top: 0px;
    border: none;
	visibility: visible;
	margin: 0px;
	z-index: 10000;
	border-collapse: collapse;
	background-color: #ffffff;
	width: 100%;
	height: 100%;
	}
		
/************** home page ******************/
body.hp
{
	font-family: arial;
	width: 60%;
	margin-left: auto;
	margin-right: auto;
}

div.hpimg
{
	text-align: center;
	margin: 14px;
}

div.hp1
{
	margin: 14px;
    font-size: 18px;
    font-weight: bold;
	text-align: center;
}

div.hp2
{
	margin: 14px;
    font-size: 22px;
    font-weight: bold;
	text-align: center;
}

div.hp3
{
	margin: 14px;
	margin-top: 34px;
	margin-left: 34px;
	margin-right: 34px;
    font-size: 14px;
	text-align: justify;
}

div.hp3 ul
{
	margin-top: 20px;
	list-style-image: url('../img/visto.png');
}

div.hp3 li
{
	margin-bottom: 20px;
	list-style-image: url('../img/visto.png');
}

div.hp3 div
{
	margin-top: 12px;
	margin-bottom: 12px;
}

