﻿body
        {
            background-image: url(Img/Gradiente.png);
            background-repeat: repeat-x;
            margin-left: 0px;
            margin-top: 0px;
            margin-right: 0px;
            margin-bottom: 0px;
        }
        SfondoTabella
        {
            background-repeat: repeat-x;
        }
        div.MarrAlto
        {
            -moz-background-clip: border;
            -moz-background-inline-policy: continuous;
            -moz-background-origin: padding;
            background: transparent url(Img/SfondoTab/alto.png) no-repeat scroll center bottom;
            height: 7px;
            width: 790px;
        }
        div.MarrMezzo
        {
            -moz-background-clip: border;
            -moz-background-inline-policy: continuous;
            -moz-background-origin: padding;
            background: transparent url(Img/SfondoTab/mezzo.png) repeat-y scroll center top;
            width: 790px;
        }
        div.MarrBasso
        {
            -moz-background-clip: border;
            -moz-background-inline-policy: continuous;
            -moz-background-origin: padding;
            background: transparent url(Img/SfondoTab/basso.png) no-repeat scroll center top;
            height: 6px;
            width: 790px;
        }
        div.MezzoVerde
        {
            -moz-background-clip: border;
            -moz-background-inline-policy: continuous;
            -moz-background-origin: padding;
            background: transparent url(Img/SfondoTab/MezzoVerde.gif) repeat-y scroll left top;
            width: 796px;
        }
        div.BassoVerde
        {
            -moz-background-clip: border;
            -moz-background-inline-policy: continuous;
            -moz-background-origin: padding;
            background: transparent url(Img/SfondoTab/BassoVerde.gif) no-repeat scroll left top;
            height: 6px;
            width: 796px;
            
        }
        div.MezzoBlu
        {
            -moz-background-clip: border;
            -moz-background-inline-policy: continuous;
            -moz-background-origin: padding;
            background: transparent url(Img/SfondoTab/MezzoBlu.png) repeat-y scroll left top;
            width: 796px;
        }
        div.BassoBlu
        {
            -moz-background-clip: border;
            -moz-background-inline-policy: continuous;
            -moz-background-origin: padding;
            background: transparent url(Img/SfondoTab/BassoBlu.png) no-repeat scroll left top;
            height: 6px;
            width: 796px;
        }
        .SfondoBottone
        {
            background: transparent;
            background-image: url(Img/Bottone.png);
            width: 120px;
            height: 30px;
            border-style: none;
            color: White;
            outline: none;
            font: Georgia;
            font-weight: bold;
        }
        .SfondoBottoneSelezionato
        {
            background: transparent;
            background-image: url(Img/BottoneSelezionato.png);
            width: 120px;
            height: 30px;
            border-style: none;
            color: Black;
            outline: none;
            font: Georgia;
            font-weight: bold;
        }

div.separator{

	height:0px;

	margin: 0 0 20px 0;

	display:block;

	border-bottom:1px solid #88adc6;
    width:720px;
    
    vertical-align:top;
}
