﻿html
{
    min-height: 100%;
    height: auto;
}

body 
{
    margin: 0px;
    font-family: 'Trebuchet MS', Arial, Tahoma, Verdana;
    /*color: #000000;*/
    font-size: 0.9em;
    /* background-image: url('immagini/varie/righino_basso.gif');
    background-image: url('immagini/varie/righino_basso_h90.gif');
    background-position: bottom left;
    background-repeat: repeat-x; */
    /* padding-bottom: 15px; */
    background-attachment: fixed;
}

.dynamicMenu 
{
    text-align: left;
    z-index: 100;
}

div.visibleObject 
{
    visibility: visible;
}

div.hiddenObject
{
    visibility: hidden;
}

div.topDiv
{
    width: 100%;
    height: 80px;
    background-color: #113042;
    /* background-image: url('immagini/loghi/logo_spandex_small.jpg'); */
    background-image: url('immagini/varie/angolo_sx.jpg');
    background-position: top left;
    background-repeat: no-repeat;
}

div.menuDiv 
{
    text-align: left;
    width: 85%;
    margin-top: 2px;
    border: 1px solid #666666;
    background-color: #C0C0C0;
}

div.percorsoDiv
{
    margin-top: 5px;
    text-align: left;
    width: 85%;
    white-space: nowrap;
}

div.contentDiv
{
    text-align: left;
    width: 85%;
}

div.mainDiv 
{
    width: 100%;
    text-align: center;
}

div.listicketDiv
{
    padding-top: 25px;
    width: 100%;
    text-align: center;
    clear: both;
}

img.logoSmall
{
    position: absolute;
    top: 40px;
    left: 120px;
    border: 0px;
}

td.headerSfumatoGrigio
{
    background-color: #C0C0C0;
    height: 20px;
    padding: 0px 0px 0px 5px;
    background-image: url('/immagini/varie/sfondo_grigio_bianco.jpg');
    background-position: right center;
    background-repeat: no-repeat;
}

img.link
{
    border: 0px;
}

.titoloMedio
{
    font-size: 1.5em;
    letter-spacing: 3px;
    font-style: italic;
    font-weight: bold;
}

.testoMedio
{
    font-size: 1.2em;
}

/* LOTTO */
tr.intestazione
{
    background-color: #113042;
    color: #FFFFFF;
}
tr.rigaPari
{
    background-color: #D2E5F4;
}

tr.rigaDispari
{
    background-color: #A8CCE7;
}
