/*
 * $Id: makeup.css 7244 2008-12-17 15:27:47Z gjm $
 */


html, body {
    font-family: verdana, sans-serif;
    font-size: 12px;
    color: #333;
    background-color: #fff;
}



a {
    color: #772323;
}

a:hover {
    text-decoration: underline;
}

a.external {
    background-image: url(../img/extlink.gif);
    background-repeat: no-repeat;
    background-position: center right;
    padding: 0 18px 0 0;
}

a.external span {
    position: absolute;
    left: -5000px;
    width: 4000px;
}



div.actions a {
    font-weight: bold;
}



h1 {
    color: #772323;
    font-size: 1.6em;
    font-family: "Trebuchet MS", arial, verdana, sans-serif;
    font-weight: bold;
    margin: 0 0 0.8em 0;
}

h2 {
    color: #333;
    font-size: 1.4em;
    font-family: "Trebuchet MS", arial, verdana, sans-serif;
    font-weight: normal;
    margin: 0 0 1em 0;
}

h3 {
    color: #333;
    font-size: 1em;
    font-weight: bold;
    margin: 1em 0 1.5em 0;
}


.top-of-page {
    background-position: 0% 50%;
    background-repeat: no-repeat;
    padding-left: 22px;
    background-image: url(../img/parent.gif);
}



/*---------------------------------------------------------------------------
 * Mensagens
 */

.msg-msg-message {
    font-size: 1.3em;
    font-weight: bold;
    color: #0a0;
    margin-bottom: 1em;
    border: 2px solid #0a0;
    background-color: #fff8c5;
    padding: 1em 2em 1em 4em;
    background-image: url(../img/dialog-ok.png);
    background-position: 1em 50%;
    background-repeat: no-repeat;
}

.msg-warning-message {
    font-size: 1.3em;
    font-weight: bold;
    color: #555;
    margin-bottom: 1em;
    border: 2px solid #ffaa00;
    background-color: #fff8c5;
    padding: 1em 2em 1em 4em;
    background-image: url(../img/dialog-warning.png);
    background-position: 1em 50%;
    background-repeat: no-repeat;
}

.msg-error-message {
    font-size: 1.3em;
    font-weight: bold;
    color: #a00;
    margin-bottom: 1em;
    border: 2px solid #a00;
    background-color: #fff8c5;
    padding: 1em 2em 1em 4em;
    background-image: url(../img/dialog-error.png);
    background-position: 1em 50%;
    background-repeat: no-repeat;
}



.clear {
    clear: both;
}

.clear-left {
    clear: left;
}

.clear-right {
    clear: right;
}



/*---------------------------------------------------------------------------
 * Caixas com mensagem "Aguarde um momemnto"
 */


.wait, .wait-small {
    font-style: italic
}

.wait img, .wait-small img {
    vertical-align: middle;
}

.wait-small {
    margin-top: 0.5em;
}
