/* PX GALLERY WIZARD */
/* STRIPES STYLESHEET */

body {
    background-color: #FFFFFF;
    color: #B7DBB8;
    font: 9pt tahoma, verdana, helvetica, arial;
    text-align: left;
    background : url(../../images/fondo_disegno_verde.gif);
}

div.Banner {
    margin: 10px;
}

div.IndexPageNavigation {
    font-weight: bold;
    margin: 1px;
    vertical-align: center;
}

div.PicturePageNavigation {
    font-weight: normal;
    margin: 4px;
    vertical-align: center;
}

div.ThumbnailText {
    color: #A9A9A9;
    font-size: 8pt;
    font-weight: bold;
    width: 150px;
}

div.Title {
    font-size: 8pt;
    font-weight: bold;
    color: #8EAE8D;
}

form.IndexJavaScriptForm {
    font-weight: normal;
    margin: 10px;
}

form.PictureJavaScriptForm {
    font-weight: normal;
    margin: 10px;
}

img.Picture {

}

img.Thumbnail {

}

img.ThumbnailHover {

}

select.IndexJavaScriptCombo {
    font: 8pt tahoma, verdana, arial, helvetica;
    background: #FFFFFF;
    color: #009999;
}

select.PictureJavaScriptCombo {
    font: 8pt tahoma, verdana, arial, helvetica;
    background: #ffffff	;
    color: #008B8B;
}

table.Thumbnails {

}

td.Picture {
    background-image: url(PictureBack.gif);
    background-position: center center;
    background-repeat: no-repeat;
    height: 374px;
    margin: 10px;
    text-align: center;
    vertical-align: center;
    width: 525px;
}

td.Thumbnail {
    background-image: url(ThumbnailBack.gif);
    background-position: center center;
    background-repeat: no-repeat;
    height: 190px;
    padding: 0px;
    text-align: center;
    vertical-align: center;
    width: 190px;
}

td.ThumbnailHover {
    background-image: url(ThumbnailBack.gif);
    background-position: center center;
    background-repeat: no-repeat;
    height: 190px;
    padding: 0px;
    text-align: center;
    vertical-align: center;
    width: 190px;
}

a:link     { color: #0080ff; font-weight: bold; }
a:visited  { color: #0080ff; font-weight: bold; }
a:active   { color: #ff0000; font-weight: bold; }
a:hover    { color: #80c0ff; font-weight: bold; }