﻿/* Generale */
html
{
    text-align: center;
}
body
{
    position: relative;
    width: 960px;
    min-height: 768px;
    margin: 0 auto;
    text-align: left;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:80%;
    background-color: White;
}
img
{
    border: 0;
}
h3
{
    color: #0087C9;
}

/* Layout di pagina */
#DivMain
{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 960px;
    min-height: 768px;
    z-index: 1;
    background-image: url(/Images/Sfondo.jpg);
    background-repeat:no-repeat;
}
#DivLogo
{
    position: absolute;
    left: 370px;
    top: 10px;
    width: 506px;
    height: 72px;
    z-index: 2;
}
#DivMenu
{
    position: absolute;
    left: 440px;
    top: 90px;
    width: 710px;
    height: 24px;
    z-index: 3;
}

#DivContenuto
{
    position: relative;
    top: 145px;
    left: 250px;
    width: 670px;
    height: 530px;
    z-index: 2;
    padding: 20px;
    overflow:auto;
}
#DivFooter
{
    position: absolute;
    bottom:0px;
    width: 940px;
    padding-right: 20px;
    height: 17px;
    z-index: 5;
    text-align: right;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 70%;
    color: Black;
}
#DivFooter a
{
    color: navy;
    font-weight:bold;
    text-decoration:none;
}
#DivImmagineFooter
{
    position: relative;
    width: 1024px;
    height: 170px;
    z-index: 2;
}



/* Menu */
ul.DivMenu
{
    list-style-type: none;
    font-size: 8pt;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-indent: 5px;
    padding: 0px;
    margin: 0;
}
.VoceMenu a
{
    text-decoration: none;
    color: white;
}
.VoceMenu a:hover
{
    color: #FF9853;
}
.VoceMenu
{
    float: left;
    font-size: small;
    font-weight: bold;
    text-transform: capitalize;
    color: white;    
}

.SottoTitolo
{
    position: absolute;
    top: 75px;
    left:-1000px;
    margin: 0;
    font-size: 70%;
    color: #0066CC;
    text-align: center;
}

.TitoloProdotto
{
    font-size: 120%;
    font-weight:bold;
}

/* Tipografia */
p,ol,ul
{
    font-size: 100%;
}

h1
{
    margin-top: 0;
    font-size: 110%;
    font-weight:bold;
}
h2
{margin-bottom: 0;
    font-size: 90%;
    font-weight:bold;
}

.Prezzo
{
    font-size: 15px;
    font-weight: bolder;
    float: right;
}

/* GridView */
.Grid
{
    border:none;
}
.Grid td
{
    border-style: dashed;
    border-width: 1px 0px 1px 0px;
    border-color: #C0C0C0;
    margin: 0;
    padding: 3px 5px 1px 1px;
}
.Grid caption {
    font-size: 12pt;
    font-weight:bold;
    padding-bottom:5px;
}
.GridHeader
{
    font-size: 8pt;
    font-weight: bold;
    text-align:center;
}

.GridHeader a
{
    text-decoration: none;
    color: #000066;
}
.GridHeader a:hover
{
    color: #CEEBFA;
}

.GridItem
{
    font-size: 8pt;
    background-color: white;
}

.GridAltItem
{
    font-size: 8pt;
    background-color: white;
}

.GridSelectedRowStyle
{
    background-color: #F2FAFD;
}

.GridPagerStyle
{
    border-style: none;
}

.GridPagerStyle td 

{ 

    border:none;

} 


/* DetailsView */
.Details
{
    border: solid 1px #FFFFFF;
}
.Details td
{
    border: solid 1px #FFFFFF;
    margin: 1px 1px 1px 1px;
    padding: 1px 1px 1px 1px;
    text-align: center;
}
.DetailsHeader
{
    font-size: 8pt;
    font-weight: bold;
}

.DetailsHeader a
{
    text-decoration: none;
    color: #000066;
}
.DetailsHeader a:hover
{
    background-color: #FFCC00;
    color: #000066;
}

.DetailsItem
{
    font-size: 8pt;
    background-color: white;
}

.DetailsAltItem
{
    font-size: 8pt;
    background-color: white;
}

.DetailsSelectedRowStyle
{
    background-color: #FFFF84;
}

.Iscrizione
{
    border-color: #B5C7DE;
    border-style: solid;
    border-width: 0px;
    font-family: Verdana;
    font-size: 0.8em;
}
.AllineatoDX
{
   float: right;
   margin-right:30px;
}