/*
    Document   : standard
    Created on : 07/04/2010, 15:10:09
    Author     : Andréia de Oliveira
    Description:
        Padrão do framework
*/
* {
    margin: 0;
    padding: 0;
}

body {
    background: url(../images/layout/background.png) #e9e9e9 repeat-x;
    text-align: center; /* For IE */
    font-size: 76%;
    font-family: "Lucida Grande", "Lucida Sans", Helvetica, Arial;
}

/**
 * FORMATAÇÃO DE TIPOGRAFIA E PADRONIZAÇÃO
 */
h1,h2,h3,h4,h5,h6 { margin-top: 15px; }

h1 { font-size: 4em; margin: 0 }
h2 { font-size: 2.2em; margin-top: 10px; color: #3c7284; }
h3 { font-size: 1.3em; color: #527e8c; }

a { border: none; text-decoration: underline;  font-size: 1.0em; color: #477f91;}
a:hover { border: none; text-decoration: none; color: #2b5f70; }
a img { border: none; }

p { line-height: 20px; font-size: 1.0em; margin-top: 15px; color: #454545; }
	.error { color: #B6122A; font-weight: bold; }
	.grey { color: #A5A5A5; }

div.nota { margin: 20px; background: #f3f3f3; border: 1px solid #dddddd; color: #333333 }
div.nota p { margin: 10px; line-height: 22px; font-size: 1.15em; font-style: italic;  }
div.dica { margin: 20px; background: #a6e9ad; border: 1px solid #dddddd; color: black }
div.alerta { margin: 20px; background: #990000; border: 1px solid #dddddd; color: white }

ul { padding: 15px 20px 0; line-height: 20px; }
ul span.black { color: black; }

table { font-size: 1.0em; }
table td { color: #454545; }

/* BOTÃO VOLTAR */
div#voltar { width: 61px; height: 20px; padding-top: 15px; }
     div#voltar a {
        width: 61px;
        height: 17px;
        background: url(../images/layout/voltar.jpg) no-repeat bottom;
        display: block;
    }
        div#voltar a:hover { background-position: 0px 0px; }
