﻿body
{
    background-image: url(Images/body.jpg);
    background-repeat: repeat;
    background-position: left top;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    margin: 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333333;
}
/* ******************************************* */

/* SFUMATURE lati verticali pagina */
.sfum-sx
{
    background-attachment: fixed;
    background-image: url(Images/sfum-sx.jpg);
    background-repeat: repeat-y;
    background-position: right top;
}
.sfum-dx
{
    background-attachment: fixed;
    background-image: url(Images/sfum-dx.jpg);
    background-repeat: repeat-y;
    background-position: left top;
}

/* SFUMATURE orizzontali pagina */
.sfum-giu
{
    background-attachment: fixed;
    background-color: #FFFFFF;
    background-image: url(Images/sfum_giu.jpg);
    background-repeat: repeat-x;
    background-position: left top;
}

#search
{
    vertical-align: middle;
    width: 100%;
    height: 29px;
    text-align: right;
    background-position: left top;
    background-attachment: fixed;
    background-image: url(Images/sfum_giu_int.jpg);
    background-repeat: repeat-x;
}
/* ******************************************* */

/* HEADER */
.header
{
    background-attachment: fixed;
    background-image: url(Images/header.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    height: 123px;
    width: 963px;
}
/* ******************************************* */

/* FOOTER */
.tableFooter
{
    width: 100%;
    height: 30px;
    background-color: #FFF4DC;
}
.txtFooter
{
    font-size: 10px;
    color: #513328;
}
.txtFooter:hover
{
    color: #513328;
}
/* ******************************************* */

/* TRATTEGGI */
.tratteggio-verticale
{
    border-top-width: 0px;
    border-right-width: 1px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: none;
    border-right-style: dashed;
    border-right-color: #999999;
}
.tratteggio-orizzontale
{
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #999999;
    padding-bottom: 10px;
}
/* ******************************************* */

/* CONTENT */
.content
{
    padding: 10px;
    vertical-align: top;
    text-align: left;
}
/* ******************************************* */

/* FORM */
.form-verde
{
    background-attachment: fixed;
    background-image: url(Images/form_verde.jpg);
    background-repeat: no-repeat;
    background-position: left top;
}
.form-oro
{
    background-attachment: fixed;
    background-image: url(Images/form_oro.jpg);
    background-repeat: no-repeat;
    background-position: left top;
}
/* ******************************************* */

/* TESTI */
.testo
{
    color: #333333;
}
.testo:hover
{
    color: #666666;
    text-decoration: underline;
}
.testo-lowered
{
    color: #333333;
    text-transform: lowercase;
}
.testo-lowered:hover
{
    color: #666666;
    text-decoration: underline;
}
.testo-oro
{
    color: #E1BA04;
}
.titolo-pagina
{
    font-family: Georgia, "Times New Roman" , Times, serif;
    font-size: 18px;
    font-style: italic;
    font-weight: bold;
    color: #E1BA04;
}
.titolo-elemento
{
    font-family: Georgia, "Times New Roman" , Times, serif;
    font-size: 15px;
    font-style: italic;
    font-weight: bold;
    color: #E1BA04;
}
.titolo-bold
{
    font-weight: bold;
}
.titolo-libro
{
    font-family: Georgia, "Times New Roman" , Times, serif;
    font-size: 18px;
    font-style: italic;
    font-weight: bold;
    color: #E1BA04;
    text-transform: lowercase;
}
.titolo-bianco
{
    font-family: Georgia, "Times New Roman" , Times, serif;
    font-size: 15px;
    font-style: italic;
    font-weight: bold;
    color: #FFFFFF;
}
.label-form
{
    color: White;
}
/* ******************************************* */

/* BRICIOLE */
.contesto-briciole
{
    color: #333333;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #999999;
    padding-bottom: 5px;
    padding-left: 10px;
    width: 100%;
    text-align: left;
    padding-top: 0px;
}
.briciole
{
    color: #333333;
}
.briciole:link
{
    text-decoration: underline;
}
.briciole:active
{
    text-decoration: underline;
}
.briciole:visited
{
    text-decoration: underline;
}
.briciole:hover
{
    color: #666666;
    text-decoration: underline;
}
.briciole-lowered
{
    color: #333333;
    text-transform: lowercase;
}
.briciole-lowered:link
{
    text-decoration: underline;
}
.briciole-lowered:active
{
    text-decoration: underline;
}
.briciole-lowered:visited
{
    text-decoration: underline;
}
.briciole-lowered:hover
{
    color: #666666;
    text-decoration: underline;
}
.briciole-fine
{
    color: #333333;
    font-weight: bold;
}
.briciole-fine-lowered
{
    color: #333333;
    font-weight: bold;
    text-transform: lowercase;
}

.bullet-list
{
    line-height: 18px;
    padding-right: 5px;
    padding-left: 0px;
    padding-bottom: 0px;
    margin: 0px;
    padding-top: 0px;
    list-style-position: outside;
    list-style-type: disc;
}

.highlight
{
    background-color: #FCF3E2;
}