﻿@charset "utf-8";
/* Documento CSS */
/*Sciegli il colore del corpo del testo*/
body {
    background: #131313;
    font-family: Arial,Verdana;
    font-size: 12px;
    color: white;
}
/*Questa sezione è per i link*/
/*
a:link
{font-weight:normal; color:Navy
}

a:visited
{font-weight:normal; color:Green;
}

a:hover
{font-weight:bold; color: Red; font-variant:small-caps;}
*/

/*Questa sezione è per la sezione del paragrafo*/
p {
    font-style: italic;
    font-size: 18px;
}

blue {
    color: #0000FF;
}
/*Questa sezione è per il bordo nero dell'immagine*/
/*
    img {border-color: #000000; border:thick; border-style:ridge;}
*/

/*Form*/
/* input {border-color: #808080; border:solid; border-style:ridge;} */
input {
    font-family: Arial,Verdana;
    font-size: 12px;
}

#Panellogo {
    position: absolute;
    top: 20px;
    align-content: center;
}

#Panel1 {
    position: absolute;
    top: 170px;
    left: 70px;
    height: 600px;
    width: 430px;
    padding: 10px;
    background-color: white;
    color: black;
}

#PanelCostina {
    position: absolute;
    top: 170px;
    left: 520px;
    height: 620px;
    width: 55px;
    background-image: url(../images/costina.png);
    border: 1px;
    border-color: red;
}

#Panel2 {
    position: absolute;
    top: 170px;
    left: 575px;
    height: 600px;
    width: 430px;
    padding: 10px;
    background-color: white;
    color: black;
}

#PanelLotti {
    position: absolute;
    top: 170px;
    left: 1100px;
    right: 50px;
    width: 650px;
}

#PanelPaginatore {
    position: absolute;
    top: 600px;
    left: 5px;
}

#PanelCercalotti {
    position: absolute;
    top: 70px;
    left: 1090px;
    padding: 10px;
}

#PanelPagSx {
    position: absolute;
    top: 805px;
    left: 115px;
    font-size: 45px;
    font-weight: bold;
}

#PanelPagDx {
    position: absolute;
    top: 805px;
    left: 930px;
    font-size: 45px;
    font-weight: bold;
}

#PanelFrecciaSx {
    position: absolute;
    top: 810px;
    left: 70px;
}

#PanelFrecciaDx {
    position: absolute;
    top: 810px;
    left: 990px;
}

#PanelPagine {
    position: absolute;
    top: 70px;
    left: 200px;
}

#PanelLineasopra {
    position: absolute;
    left: 70px;
    top: 160px;
    height: 1px;
    width: 955px;
    background-color: #464646;
}

#PanelLineasotto {
    position: absolute;
    left: 70px;
    top: 800px;
    height: 1px;
    width: 955px;
    background-color: #464646;
}

a.submit, input.submit {
    background: #3498db;
    background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
    background-image: -moz-linear-gradient(top, #3498db, #2980b9);
    background-image: -ms-linear-gradient(top, #3498db, #2980b9);
    background-image: -o-linear-gradient(top, #3498db, #2980b9);
    background-image: linear-gradient(to bottom, #3498db, #2980b9);
    -webkit-border-radius: 28;
    -moz-border-radius: 28;
    border-radius: 28px;
    font-family: Arial;
    color: #ffffff;
    font-size: 14px;
    padding: 5px 10px 4px 11px;
    text-decoration: none;
    border: 0px;
}


    a.submit, input.submit:hover {
        background: #3cb0fd;
        background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
        background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
        background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
        background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
        background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
        text-decoration: none;
    }




#gallery {
    float: left;
    min-height: 12em;
}

.gallery.custom-state-active {
    background: #eee;
}

.gallery li {
    float: left;
    width: 200px;
    height: 80px;
    padding: 0.4em;
    margin: 0 0.4em 0.4em 0;
    text-align: center;
}

    .gallery li h5 {
        margin: 0 0 0.4em;
        cursor: move;
    }

    .gallery li a {
        float: right;
    }

        .gallery li a.ui-icon-zoomin {
            float: left;
        }

    .gallery li img {
        width: 100%;
        cursor: move;
    }

#trash {
    height: 400px;
    width: 100%;
    line-height: 16px;
    margin: 0 0 0.4em;
    color: #000;
}

    #trash h4 {
        line-height: 16px;
        margin: 0 0 0.4em;
    }

        #trash h4 .ui-icon {
            float: left;
        }

#trash2 {
    height: 400px;
    width: 100%;
    line-height: 16px;
    margin: 0 0 0.4em;
    color: #000;
}

    #trash2 h4 {
        line-height: 16px;
        margin: 0 0 0.4em;
    }

        #trash2 h4 .ui-icon {
            float: left;
        }
