﻿BODY
{
    SCROLLBAR-FACE-COLOR: #739dee;
    SCROLLBAR-SHADOW-COLOR: #0c214f;
    SCROLLBAR-ARROW-COLOR: #ffffff;
    SCROLLBAR-BASE-COLOR: #eef3fd;
    scrollbar-3d-light-color: #EEF3FD;
    scrollbar-dark-shadow-color: #1954C4
    FONT-SIZE: xx-small;
    COLOR: #0000a0;
    FONT-FAMILY: 'Tahoma', Arial
}
TABLE
{
    FONT-SIZE: x-small;
    COLOR: navy;
    FONT-FAMILY: 'Tahoma', Arial
    -webkit-box-shadow: 1px 1px 2px #000;
    -moz-box-shadow: 1px 1px 2px #000;
    box-shadow: 1px 1px 2px #000;
}
A:link
{
    COLOR: blue;
    FONT-FAMILY: 'Tahoma'
}
A:visited
{
    COLOR: #0000ff;
    FONT-FAMILY: 'Tahoma'
}
A:hover
{
    FONT-WEIGHT: bolder;
    COLOR: #ff0000;
    FONT-FAMILY: 'Tahoma'
}
A
{
    COLOR: #ff0000;
    FONT-FAMILY: 'Tahoma';
    TEXT-DECORATION: none
}
.Bt
{
	background-color: #dddddd;
	font-size: 10 pt;
	font-weight: bold;
	width: 100;
	height: 20;
	border: 1 double #000080;
	padding-top: 0
}
.Obl
{
    COLOR: navy;
    FONT-FAMILY: 'Tahoma', Arial;
    BACKGROUND-COLOR: #ffeeff;
    TEXT-ALIGN: left
}
.OblNum
{
    COLOR: navy;
    FONT-FAMILY: 'Tahoma';
    BACKGROUND-COLOR: #ff99ff;
    TEXT-ALIGN: right
}
.Num
{
    TEXT-ALIGN: right
    FONT-SIZE: 12px;
    COLOR: black;
}
.Read
{
    COLOR: navy;
    FONT-FAMILY: 'Comic Sans MS', Arial;
    BACKGROUND-COLOR: #dddddd;
    TEXT-ALIGN: left
}
.Nmb
{
    BORDER-RIGHT: medium none;
    BORDER-TOP: medium none;
    FONT-WEIGHT: bolder;
    FONT-SIZE: x-small;
    BORDER-LEFT: medium none;
    COLOR: navy;
    BORDER-BOTTOM: medium none;
    FONT-FAMILY: 'Comic Sans MS', Arial;
    TEXT-ALIGN: right
}
.Tot
{
    BORDER-RIGHT: medium none;
    BORDER-TOP: medium none;
    FONT-WEIGHT: bolder;
    FONT-SIZE: x-small;
    BORDER-LEFT: medium none;
    COLOR: navy;
    BORDER-BOTTOM: medium none;
    FONT-FAMILY: 'Comic Sans MS', Arial;
    BACKGROUND-COLOR: #dadaff;
    TEXT-ALIGN: right
}
.Spe
{
    BORDER-RIGHT: medium none;
    BORDER-TOP: medium none;
    FONT-WEIGHT: bolder;
    FONT-SIZE: x-small;
    BORDER-LEFT: medium none;
    COLOR: #aa0000;
    BORDER-BOTTOM: medium none;
    FONT-FAMILY: 'Comic Sans MS', Arial;
    TEXT-ALIGN: right
}
.Sml
{
    FONT-WEIGHT: bolder;
    FONT-SIZE: x-small;
    COLOR: navy;
    FONT-FAMILY: 'Comic Sans MS', Arial;
    TEXT-ALIGN: left
}
.Ora
{
    BORDER-RIGHT: medium none;
    BORDER-TOP: medium none;
    FONT-WEIGHT: bolder;
    FONT-SIZE: xx-small;
    BORDER-LEFT: medium none;
    COLOR: navy;
    BORDER-BOTTOM: medium none;
    FONT-FAMILY: 'Comic Sans MS', Arial;
    BACKGROUND-COLOR: #b4b4ff;
    TEXT-ALIGN: center
}
.Pic
{
    BORDER-RIGHT: #9999ff 1px solid;
    BORDER-TOP: #9999ff 1px solid;
    FONT-SIZE: xx-small;
    BORDER-LEFT: #9999ff 1px solid;
    COLOR: black;
    BORDER-BOTTOM: #9999ff 1px solid;
    FONT-FAMILY: Tahoma, Verdana, Geneva, sans-serif;
    BACKGROUND-COLOR: #eefefe
    BORDER-RIGHT:
    BORDER-TOP:
}
.radio-buttons {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}
.radio-buttons input[type=radio] {
    display: none;
}
.radio-buttons label {
    background-color: #aaaaff;
    font-size: x-small;
    color: white;
    padding: 5px 8px;
    border-radius: 3px;
    cursor: pointer;
    transition: background-color 0.3s;
}
.radio-buttons input[type=radio]:checked + label {
    background-color: #000080;
}
.radio-buttons label:hover {
    background-color: #000080;
}
.button-container button:hover {
    background-color: #e6f2ff;
}
        .input-group, table {
            background-color: #fff;
            box-shadow: 0 2px 5px rgba(0,0,0,0.1);
            border-radius: 5px;
        }
        .input-group {
            display: flex;
            flex-direction: column;
            gap: 10px;
        }
        .input-group label {
            font-weight: bold;
        }
        .input-group input {
            padding: 10px;
            border: 1px solid #ddd;
            border-radius: 4px;
        }
.button-link {
    display: inline-block;
    width: 100%;
    padding: 8px 0;
    text-align: center;
    background-color: #C0C0C0;
    color: black;
    text-decoration: none;
    font-size: 10px;
    cursor: pointer;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.button-link:hover {
    background-color: #A9A9A9; /* Colore leggermente più scuro per l'hover */
}

.button-container {
    width: 20%;
    text-align: center;
}
	.td1 {
		background: linear-gradient(to bottom, #000080, #0000ff);
		color: #ffffff;
	}

