﻿body
{
    margin-top: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-left: 0px;
    background-color: #E9F1C9;
    font-family: tahoma;
    font-size: small;
}
.banner_sopra
{
	background-image: url(immagini/banner.png);
}
.titoli_sopra
{
    border-width: 1px 2px 2px 1px;
    border-color: #000000;
    border-style: none solid solid none;
    font-family: Tahoma;
    font-size: small;
    font-weight: bold;
    background-color: #E9F1C9;
    color: Black;
    padding: 0px;
    margin: 0px;
    width: 150px;
    height: 30px;
}

.titoli_sopra_selezionato
{
    font-family: Tahoma;
    font-size: small;
    font-weight: bold;
    background-color: #E9F1C9;
    color: #CC0000;
    padding: 0px;
    margin: 0px;
    width: 150px;
    height: 30px;
}
.nodo_sopra
{
    font-family: Tahoma;
    font-size: small;
    font-weight: bold;
    color: Black;
}

.titolo
{
    font-family: tahoma;
    font-size: large;
    font-weight: bold;
    color: #CC0000;
}
.txtLogin
{
    font-family: tahoma;
    font-size: x-small;
    font-weight: bold;
    border-style: none;
    width: 80px;
}

.input
{
    font-family: tahoma;
    font-size: small;
    font-weight: bold;
    border-style: none;
    width: 80%;
}
.tab_ricerca
{
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #FF0000;
}
a
{
    font-family: tahoma;
    font-size: small;
    font-weight: bold;
    color: #000099;
    text-decoration: underline;
}
a:active
{
    font-family: tahoma;
    font-size: small;
    font-weight: bold;
    color: #000099;
    text-decoration: underline;
    }
a:hover
{
    font-family: tahoma;
    font-size: small;
    font-weight: bold;
    color: #000099;
    text-decoration: underline;
}
a:link
{
    font-family: tahoma;
    font-size: small;
    font-weight: bold;
    color: #000099;
    text-decoration: underline;
}
a:visited
{
    font-family: tahoma;
    font-size: small;
    font-weight: bold;
    color: #000099;
    text-decoration: underline;
}
.panelBasso
{
    width: 1000px;
    height: 30px;
    font-family: tahoma;
    font-size: x-small;
    background-color: #CC0000;
    color: #FFFFFF;
}

