/* 
    Document   : footer
    Created on : 24/Mai/2009, 16:00:30
    Author     : Pedro Martins
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

.footer {
    background-color    : #4b4f56;
    height              : 40px;
    vertical-align      : middle;
}

.footer table {
    width               : 100%;
    color               : #999999;
    font-size           : 10px;
    font-weight         : bold;
    padding             : 1px 15px 1px 15px;
}

.footer table a{
    color               : #cccccc;
    text-decoration     : none;
}

.footer a:hover {
    color               : #ffffff;
    text-decoration     : none;
}

