/* Folha de estilo para o logdumper.php 
   Aqui estão definidas as opções de formataçào que serão aplicadas aos
   logs do MUD, exibidos pelo quando forem exibidos via WEB
   
   Em caso de problemas, favor comunicar ao Dermeister 
*/


.log_table
{
    font-size : 11px;
    font-weight : normal;
    color : Black;
    background-color : white;
    border: 1px solid #DDDDDD;
}

.log_default
{
    background-color : white;
    font-size : 11px;
    font-weight : normal;	
    color : black;
    text-decoration : none;
}


.log_linenumber
{
    background-color : #DDDDDD;
    font-size : 11px;
    font-weight : normal;	
    color : black;
    text-decoration : none;
}

.log_areset
{
    background-color : white;
    font-size : 11px;
    font-weight : normal;	
    color : gray;
    text-decoration : none;
}

.log_boot
{
    background-color : #DDDDFF;
    font-size : 11px;
    font-weight : normal;	
    color : black;
    text-decoration : none;
}

.log_bug
{
    background-color : #FFDDDD;
    font-size : 11px;	
    font-weight : bold;
    color : red;
    text-decoration : none;
}

.log_lag
{
    background-color : #FFDDFF;
    font-size : 11px;	
    font-weight : bold;
    color : black;
    text-decoration : none;
}


.log_connected
{
    background-color : white;
    font-size : 11px;
    font-weight : normal;	
    color : #0D00BD ;
    text-decoration : none;
}

.log_loading
{
    background-color : white;
    font-size : 11px;
    font-weight : normal;	
    color : #6CB1BF;
    text-decoration : none;
}

.log_order
{
    background-color : #DDFFFF;
    font-size : 11px;
    font-weight : normal;	
    color : black;
    text-decoration : none;
}

.log_clones
{
    background-color : #FFFF41;
    font-size : 11px;	
    font-weight : bold;
    color : black;
    text-decoration : none;
}

.log_quit
{
    background-color : white;
    font-size : 11px;
    font-weight : normal;	
    color : #008000;
    text-decoration : none;
}

.log_socketclose
{
    background-color : white;
    font-size : 11px;
    font-weight : normal;	
    color : #F7911C;
    text-decoration : none;
}

.log_socketopen
{
    background-color : white;
    font-size : 11px;
    font-weight : normal;	
    color : #9C7B11;
    text-decoration : none;
}


