/* 
    Document   : stile
    Created on : 18-dic-2008, 10.22.04
    Author     : stefano
    Description:
        Purpose of the stylesheet follows.
*/

body {
    background-color: #ffffff;
    /*display: block;*/
}


table.modulo, th.modulo, td.modulo {
    font-family:Arial,Georgia,"Times New Roman",Times,serif;
    font-size:0.9em;
    border: 1px solid #dedede;
    width: 99%;
}

th.modulo {
    font-weight: bold;
    /*background-color: #dedede;*/
    width: 15%;
    text-align: left;
    border-bottom: 1px solid #dedede;
    border-right: 1px solid #dedede;
}

td.modulo {
    width: 35%;
    border: none;
    /*border-bottom: 1px solid #dedede;
    border-right: 1px solid #dedede;*/
}

.error{
    /*border: 1px solid red;*/
    background-color: #ffffcc;
    background-image: url(../images/delete_small.gif);
    background-position: right;
    background-repeat: no-repeat;
}

.loading{
    background-image: url(../images/loading.gif);
    background-repeat: no-repeat;
    background-position: center center;
    width: 300px;
    height: 30px;
    display: none;
    padding: 5px;
}

.bluebtn{
    text-align: center;
    width: 155px;
    height: 35px;
    vertical-align: middle;
}

