﻿@import url(https://fonts.googleapis.com/css?family=Abel); 

input, input:focus 
{
    outline-width:0px;
}

input[type=text]
{
    border: none;
	font-family: Abel;
	font-size: 18px;
}

input[type=password]
{
    border:none;
	font-family: Abel;
	font-size: 18px;
}  

.button
{
    font-family: Abel;
	font-size: 18px;
}  

       
A:link	{	
	text-decoration:	none;
	color:	#b1300b;
}	
		
A:visited	{	
	text-decoration:	none;
	color:	#b1300b;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#259bcd;
	}	
		
A:hover	{	
	text-decoration:	none;
	color:	#b1300b;
	}

.NotizieTitolo
{	
	font-size:	13px;
	font-weight: normal;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	text-align: justify;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	color: black;
}

.NotizieTipoNotizia
{	
	font-size:	12px;
	font-weight:	normal;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	text-align: justify;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
    color: #259bcd;
}

.NotiziaAllegato
{	
	font-size:	12px;
	font-weight: bolder;
	font-style:	normal;
	text-decoration: none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	text-align: justify;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	color: #259bcd;
}

.NotiziaTesto
{	
	font-size:	13px;
	font-weight:	normal;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	text-align: justify;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	color: black;
}

.NotizieTesto
{	
	font-size:	13px;
	font-weight:	normal;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	text-align: justify;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	color: black;
}

.TblNewsHome
{   width: 450px;
    height: 250px;
    }
    
.testoNewsHome
{
	padding: 25 0 0 15;
	font-size: 15px;
} 

.ErroreLogin
{
	font-size:14px;
	color:#c01f94; /* Colore errore accesso*/
	height: 30px;
}

.AziendaLogin
{
	font-family: Abel;
	font-size:42px;
	color:#0d69be; /* Colore nome azienda */
}
.AziendaLoginTest 
{
	font-family: Abel;
	font-size:24px;
	color:#0d69be; /* Colore scritta ambiente di test */
}

.LogoLogin
{	
	height:234px;
	width:234px;
	margin-top: 18px;	
}

.ButLogin
{	background-color: #1ac1f7; /* Colore pulsante entra */
	height:50px;
	width:215px;
	font-family: Abel;
	font-size: 22px;
	color:white;
	text-align:center;
}
.ButLogin A
{
	cursor: hand;
	font-size: 22px;
	color:white;
}
.ButLogin A:link
{
	font-size: 22px;
	color:white;
}
.ButLogin A:visited
{
	font-size: 22px;
	color:white;
}
.ButLogin A:hover
{
	font-size: 22px;
	color:white;
}

.BGBannerone
{
	background-color:#0d69be; /* Colore Bannerone */
	/*background-image: url(SfondoBannerone.png);*/
	background-repeat: no-repeat;
}

.BGFooter
{
	background-color:#1ac1f7; /* Colore Footer */
}
.BGFooter DIV
{
	font-family: Abel;
	font-size: 18px;
}