/* 
    Document   : estilo
    Created on : 30/04/2010, 17:11:52
    Author     : Daniel Michelon De Carli <daniel.de.carli@gmail.com>
    Description:
        Purpose of the stylesheet follows.
*/

.aviso a{
    color: red;
    font-weight: bold;
}

.aviso a:hover{
    color: red;
    font-weight: bold;
    font-style: italic;   
}

.lista_arquivos{
    list-style: none;
}

#text_historico{
}

.html-textarea {
    -moz-appearance: textfield-multiline;
    -webkit-appearance: textarea;
    border: 1px solid gray;
    height: 100%;
    min-height: 300px;
    min-width: 400px;
    overflow: auto;
    padding: 2px;
    resize: both;
    width: 50%;
}