﻿html, body
{
    margin: 0;
    padding: 0;
}
body
{
    font-family: arial,sans-serif;
    font-size: 76%;
}
h1
{
    margin: 0;
    padding: 0;
}
h2
{
    color: #4078B8;
    font-size: 1.5em;
    text-align: center;
}

div#container
{
    width: 910px;
    height: 570px;
    overflow:hidden ;
}
div#Header
{
    position: relative;
    background-color: white;
    height: 80px;
}
div#Titoli
{    
    background-color: white;
    width: 720px;
    text-align: center;
}
#CmbGare
{
    position: absolute;
    top: 50px;
    left: 210px;
    width: 700px;
}
#ImgLST
{
    left: 0px;
    width: 173px;
    height: 62px;
    margin: 5px;
}
#divImmagine
{
    left: 0px;
    width: 173px;
    height: 63px;
    margin: 5px;
    float: left;
    text-align: center;
}

#TitoloSopra
{
    position: absolute;
    font-family: Arial;
    font-size: 25px;
    width: 700px;
    background-color: Black;
    color: White;
    font-weight: bold;
    height: 30px;
    top: 5px;
    left:200px;
}
div#Navigation
{
     float: left;
    background-color: silver;
    margin-top:0px;   
    width: 190px;
    height: 467px;
    text-align: left;
    overflow: auto;
}
div#Content
{
    height: 467px;
    background-color: silver;
    text-align: center;
    overflow:hidden ;
}
#FrameRisultati
{
    margin-top: 2px;   
    width: 720px;
    height: 442px;
}
div#Content p
{
    line-height: 1.3em;
}
div#Footer
{
    padding: 0.5em;
    background-color: silver;
    color: white;
    font-weight: bold;
    font-size: 14px;
    text-align: right;
}
#UpdateProgress1, #UpdateProgress2
{
    width: 200px;
    background-color: #FFC080;
}
#MnuManche
{
    width: 170px;
    font: 8px Arial, Helvetica, sans-serif;
    padding-top: 0px;
    margin-top: 0px;
    padding-right:0px;
}
#MnuManche ul
{
    padding: 0;
    list-style: none;
}
#MnuManche li
{
    font-size: 1.1em;
    display: inline;
    margin: 10;
    padding: 0;
}
#MnuManche a:link, #MnuManche a:visited
{
    display: block;
    background-color: #05181E;
    color: #fff;
    margin: 0;
    padding: 0.3em 0.6em 0.3em 1em;
    text-decoration: none;
    border-bottom: 1px solid #41545F;
    border-left: 10px solid #41545F;
}
#MnuManche a:hover, #MnuManche a:focus, #MnuManche a:active
{
    background-color: #41545F;
    color: #FFFFFF;
    border-left: 10px solid #EAD100;
}
.MnuLevel1
{
    font-family: Arial;
    font-weight: bold;
    font-size: 10px;
    color: Red;
    margin-left: 5px;
}
#MnuReport
{
    position: relative;
    top: 2px;
    width: 100%;
    font: 80% Arial, Helvetica, sans-serif;
}
#MnuReport ul
{
    margin: 0;
    padding-left: 0;
    list-style: none;
}
#MnuReport li
{
    font-size: 1.1em;
    margin: 0;
    padding: 0;
}

#MnuReport a:link
{
    float: left;
    background-color: #EAD100;
    color: Black;
    margin: 0em;
    padding: 0.3em 1.5em 0.3em 1.5em;
    font-weight: bold;
    text-decoration: none;
    border-top: 4px solid #000;
}
#MnuReport a:hover, #MnuReport a:focus, #MnuReport a:active
{
    color: black;
    background-color: #FFFF99;
    border-top: 4px solid red;
}
#FooterLeft
{
    text-align: center;
    width: 150px;
    float: left;
}

.StileFooterGrande
{
    font-size: 11px;
}
.StileFooterPiccolo
{
    font-size: 10px;
}

