﻿/* Global Styles */

body {
	/* Aliceblu: hex f0 f8 ff -> rgb 240 248 255 */
	background-color: rgb(240,248,255);
	/* background-image: url(../Images/LogoLifeTraspLight424x376.gif);
	background-repeat: no-repeat;
	background-position: 50%; */
}


/* Class Styles */

.testoIcone
{
	font-family: 'Times New Roman';
	font-size: 18px;
	font-weight: normal;
	color: blue; /* LightSkyBlue: hex 87 ce fa */ /* Aliceblu: hex f0 f8 ff -> rgb 240 248 255 */ /* hex 5D 7B 9B -> dec 93 123 157 */
}

.loginIntestazione
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: White;
	/* LightSkyBlue: hex 87 ce fa */
	/* Aliceblu: hex f0 f8 ff -> rgb 240 248 255 */
	/* hex 5D 7B 9B -> dec 93 123 157 */
	background-color: #87cefa;
}

.loginTestoNormale
{
	font-family: Arial;
	font-size: 12px;
	color: rgb(93,123,157); /* hex 5D 7B 9B -> dec 93 123 157 */
}

.loginTestoErrore
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: Red;
}

.loginDati
{
	font-family: Arial;
	font-size: 12px;
	color: Black;
}

.loginSpaziaturaFissa
{
	font-family: Courier;
	font-size: 10px;
	color: Black;
}

.loginTable
{
	background-color: #f7f6f3;
	border-right: #e6e2d8 thin ridge;
	border-top: #e6e2d8 thin ridge;
	border-left: #e6e2d8 thin ridge;
	border-bottom: #e6e2d8 thin ridge;
}

.loginTDIntestazione
{
	/* Aliceblu: hex f0 f8 ff -> rgb 240 248 255 */
	/* LightSkyBlue: hex 87 ce fa */
	background-color: #87cefa;
}

.loginPulsante
{
	/* LightSkyBlue: hex 87 ce fa */
	background-color: #87cefa;
	font-family: 'Times New Roman';
	font-size: 14px;
	font-weight: bold;
	color: white;
}

.logo
{
	font:18px times new roman;
	color: #333300;
	letter-spacing:.4em;
	font-weight:bold;
	}

