﻿/* Reset CSS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

* {
    font-family: 'Quicksand', sans-serif;
    font-size: 17px;
}

#div_top {
    background-color: #fbfefc;
    padding-top: 1px;
    padding-bottom: 1px;
}

#img_logo {
    display: block;
    margin-right: auto;
    margin-left: auto;
    height: 60px;
}

.img_wait {
    width: 32px;
    vertical-align: middle;
    margin-right: 5px;
}

.span_wait {
    vertical-align: middle;
}




/*************************************************************************/
/*****  B O U T O N S                                               ******/
/*************************************************************************/
.btnStyle, .ui-dialog .btnStyle {
    border: none;
    padding: 3px 5px;
    cursor: pointer;
}

    .btnStyle span, .ui-dialog .btnStyle span {
        vertical-align: middle;
        margin-left: 3px;
        margin-right: 3px;
        font-size: 17px;
    }

    .btnStyle img, .ui-dialog .btnStyle img {
        vertical-align: middle;
        margin-left: 3px;
        margin-right: 3px;
        width: 18px;
    }



/*************************************************************************/
/*****  T A B L E                                                   ******/
/*************************************************************************/
legend {
    font-weight: bold;
}

fieldset {
    border: 1px solid #b7a8d5;
    padding: 5px;
}


table {
    border-collapse: collapse;
    font-size: 13px;
}

    table tr th {
        text-align: left;
        padding: 1px 3px;
    }

    table tr td {
        padding: 1px 3px;
        vertical-align: top;
    }
