﻿/* ********************************************************************************* */
body { margin: 0; }
*
{
    font-family: Verdana, Arial, Tahoma;
    font-size: 10px;
}

/* ********************************************************************************* */
/* ********************************************************************************* */
/*
#lateral_esquerda
{
    float: left;
    width: 190px;
}
*/
/* ********************************************************************************* */
#iconLoad
{
    position: absolute;
    
    right: 10px;
    top: 75px;
    
    color: #A5A5A5;
}
/* ********************************************************************************* */
#logo
{
    width: 190px;
    height: 120px;
    
    background-position: center center;
    background-repeat: no-repeat;
    
    background-color: #333333;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #333333), color-stop(1, #000000));
    background: -moz-linear-gradient(center top, #333333 0%, #000000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=0);
    
    cursor: pointer;
}
/* ********************************************************************************* */
#lateral
{
    float: left;
    
    width: 180px;
    padding: 10px 0 10px 10px;

    background-color: #D8D8D8;
}
/* ********************************************************************************* */
/*@import url("/Css/Menus/Lateral.css");*/
/* ********************************************************************************* */
/* ********************************************************************************* */
/*
#lateral_direita
{
    float: left;
}
*/
/* ********************************************************************************* */
#topo
{
    float: left;

    width: 100%;
    height: 120px;
    
    /*
    box-shadow: 0 1px 5px #333333;
    -moz-box-shadow: 0 1px 5px #333333;
    -webkit-box-shadow: 0 1px 5px #333333;
    */
    
    background-color: #333333;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #333333), color-stop(1, #000000));
    background: -moz-linear-gradient(center top, #333333 0%, #000000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=0);
}
/* ================================================================================= */
#utilizador
{
    height: 25px;
    padding: 10px 10px 0 0;
    text-align: right;
}
/* ================================================================================= */
#menustopo
{
    height: 120px;
}
/*@import url("/Css/Menus/Topo.css");*/
/* ********************************************************************************* */
/* ********************************************************************************* */
#main
{
    padding: 10px;
    vertical-align: top;
}
/* ********************************************************************************* */
/* ********************************************************************************* */
#rodape
{
    clear: both;
    color: #FFFFFF;
    background-color: #333333;
}
/* ********************************************************************************* */
/* ********************************************************************************* */
.informacao
{
    padding: 10px 10px 10px 25px;

    color: #000000;
    text-align: right;
    
    border: solid 1px #A1C1D6;
    background-color: #F2F2F2;
    
    background-image: url("/Imagens/Icons/Informativo.png");
    background-position: 5px center;
    background-repeat: no-repeat;
}
.erro
{
    padding: 10px 10px 10px 25px;

    color: #FF0000;
    text-align: right;

    border: solid 1px #CD0000;
    background-color: #F2F2F2;
    
    background-image: url("/Imagens/Icons/Erro.png");
    background-position: 5px center;
    background-repeat: no-repeat;
}
.load
{
    padding: 10px 10px 10px 25px;

    color: #000000;
    text-align: right;
    
    border: solid 1px #A1C1D6;
    background-color: #F2F2F2;
    
    background-image: url("/Imagens/Icons/Load/16x16.gif");
    background-position: 5px center;
    background-repeat: no-repeat;
}
/* ********************************************************************************* */
/* ********************************************************************************* */
.legenda
{
    border: solid 1px #E8EDF3;
    max-width: 200px;
}
.legenda div { padding: 0 0 0 10px; }
.legenda div:first-child
{
    margin: 0 0 5px 0;
    padding: 5px;

    font-weight: bold;
    background-color: #E8EDF3;
}
.legenda div:last-child { padding: 0 0 10px 10px; }
/* ********************************************************************************* */
/* ********************************************************************************* */
