.fgray {
    /*
    Modificato da Mario
    padding: 3px 5px;
    */
    padding: 3px 0;
    /*background-color: #e6e6e6;*/
    background: #f2f2f2;
    color: #003C7F;
}

.fgray th, .fgray td {
    padding: 2px 2px;
}

.fgray2 {
    padding: 3px 5px;
    background-color: #e6e6e6;
    color: #003C7F;
}

.fgray2 th, .fgray2 td {
    padding: 2px 2px;
}

/* blue button */
.fgray .gwt-Button {
    border-width: 3px;
    margin: 0;
    padding: 3px 10px;
    text-decoration: none;
    cursor: pointer;
    cursor: pointer;
    font: bold 12px verdana, arial, sans-serif;
    background: #4262a7;
    color: white;
    border: 1px solid #bbb;
    border-bottom: 1px solid #a0a0a0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.fgray .gwt-Button-Little {
    border-width: 3px;
    margin: 0;
    padding: 3px 5px;
    text-decoration: none;
    cursor: pointer;
    cursor: pointer;
    font: bold 12px verdana, arial, sans-serif;
    background-color: #4262a7;
    color: white;
    border: 1px solid #bbb;
    border-bottom: 1px solid #a0a0a0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 0.8em;
    text-transform: none;
}

.fgray2 .gwt-Button {
    border-width: 3px;
    margin: 0;
    padding: 3px 10px;
    text-decoration: none;
    cursor: pointer;
    cursor: pointer;
    font: bold 12px verdana, arial, sans-serif;
    background: white;
    color: #4262a7;
    border: 1px solid #bbb;
    border-bottom: 1px solid #a0a0a0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.fgray2 .gwt-Button-Little {
    border-width: 3px;
    margin: 0;
    padding: 3px 5px;
    text-decoration: none;
    cursor: pointer;
    cursor: pointer;
    font: bold 12px verdana, arial, sans-serif;
    background-color: white;
    color: #4262a7;
    border: 1px solid #bbb;
    border-bottom: 1px solid #a0a0a0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 0.8em;
    text-transform: none;
}

.fgray gwt-Label {
}

.fgray .gwt-Button:active {
    border: 1px inset #6c8dd4;
}

.fgray .gwt-Button:hover {
    background-color: white;
    color: #4262a7;
}

.fgray .gwt-Button[disabled] {
    cursor: default;
    color: #888;
    background-color: lightgray;
}

.fgray .gwt-Button[disabled]:hover {
    border: 1px outset #ccc;
}

.fgray .gwt-Button-Little:active {
    border: 1px inset #6c8dd4;
}

.fgray .gwt-Button-Little:hover {
    background-color: white;
    color: #4262a7;
}

.fgray .gwt-Button-Little[disabled] {
    cursor: default;
    color: #888;
    background-color: lightgray;
}

.fgray .gwt-Button-Little[disabled]:hover {
    border: 1px outset #ccc;
}


.fgray2 .gwt-Button:active {
    border: 1px inset #6c8dd4;
}

.fgray2 .gwt-Button:hover {
    background-color: #4262a7;
    color: white;
}

.fgray2 .gwt-Button[disabled] {
    cursor: default;
    color: #888;
    background-color: lightgray;
}

.fgray2 .gwt-Button[disabled]:hover {
    border: 1px outset #ccc;
}

.fgray2 .gwt-Button-Little:active {
    border: 1px inset #6c8dd4;
}

.fgray2 .gwt-Button-Little:hover {
    background-color: #4262a7;
    color: white;
}
