﻿/*************
body
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
}

a, a:visited
{
    color: #c00000;
    text-decoration: underline;
    font-weight: bold;
}

#nuoviAbbonati, #abbonatiEsistenti
{
    width: 45%;
    float: left;
    margin-right: 1%;
    padding: 1%;
    border: solid 1px gray;
}

#header
{
    background-image: url('images/header.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    height: 114px;
    width: 1000px;
}

.colonna30
{
    float: left;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #666666;
    width: 30%;
    margin-right: 1%;
    padding: 1%;
}
#footer
{
    color: White;
    font-size: 0.8em;
    font-weight: bold;
    background-image: url('images/footer.gif');
    background-repeat: repeat-x;
    background-color: #B42B30;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 1px;
    padding-bottom: 1px;
    margin-top: 10px;
    clear: both;
    width: 1000px;
}
#footer a, #footer a:visited
{
    color: White;
}

#container
{
    margin-top: 10px;
    width: 1000px;
}
*************/

.errorMessage
{
    color: #333333;
    font-weight: bold;
    background-color: #FFFF00;
}

input.bordato, select.bordato, textarea.bordato
{
    background-color: #eeeeee;
    border: solid 1px #bbbbbb;
}
input.bordato, select.bordato
{
    height: 18px;
}

.box
{
    background-color: #e6e6e6;
    padding: 15px;
    border: solid 1px #bbbbbb;    
}

/********************************/
/* Inizio - Menù di navigazione */

ul#topnav
{
    margin: 0;
    padding: 0;
    padding-bottom: 10px;
    float: left;
    width: 1000px;
    list-style: none;
    position: relative; /*--Set relative positioning on the unordered list itself - not on the list item--*/
    font-size: 100%;
}
ul#topnav li
{
    float: left;
    height: 20px;
    margin: 0;
    padding: 0;
    border-right: 1px solid #777475; /*--Divider for each parent level links--*/
    font-weight: bold;
    background: #dddddd;
}
ul#topnav li a
{
    padding: 2px 15px;
    display: block;
    color: #000000;
    text-decoration: none;
}
ul#topnav li:hover
{
    background: #cccccc;
}
ul#topnav li span
{
    float: left;
    padding: 10px 0;
    position: absolute;
    left: 0;
    top: 20px;
    display: none; /*--Hide by default--*/
    width: 1000px;
    background: #CCCCCC;
    color: #000000;
    font-size: 80%;
    font-weight: normal;
}
ul#topnav li:hover span
{
    display: block;
}
/*--Show subnav on hover--*/
ul#topnav li span a
{
    display: inline;
    font-size: 100%;
    font-family: Arial, Helvetica, sans-serif;
}
/*--Since we declared a link style on the parent list link, we will correct it back to its original state--*/
ul#topnav li span a:hover
{
    text-decoration: underline;
}

/* Fine - Menù di navigazione */
/******************************/