/**
 * Arquivo de estilos para as mensagens do sistema.
 * 
 * @author Marison Souza Gomes
 * Copyright Maven IT Solutions
 */

#divMessages {
    border: 1px solid #000;
    width: 400px;
    min-height: 200px;
    position: absolute;
    background: white;
    text-align: left;
    position: fixed;

    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;    
}

#divMessages li, #divMessages ul {
    list-style: square inside;
    padding: 2px;
    margin: 0;
}

/** drag and drop */
#barMessages {
    border-bottom: 1px solid #000;
    background-color: #e5e5e5;
    padding: 0 2px;
    cursor: default;
    float: left;
    height: 16px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;    
    
}

#barMessages span {
    font-weight: bold;
    font-size: 12px;
    color: #000000;
    font-weight: bold;
}

#barMessages img, #barMessages span {
	margin: 0;
}

#contentMessages {
    background-color: #f0f0f0;
    clear: both;
    padding: 5px;
    min-height: 180px;
    overflow: auto;
    font-weight: normal;
}