/* 
    Document   : header
    Created on : 24/Mai/2009, 15:58:19
    Author     : Pedro Martins
    Description:
        Purpose of the stylesheet follows.
*/

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

.header {
    background-color    : #4b4f56;
    height              : 100px;
	padding				: 0px;
    vertical-align      : middle;
	border-bottom		:#e5006a solid 8px;
}

.header table {
    width               : 100%;
    color               : #b2b2b2;
    font-size           : 10px;
    font-weight         : bold;
    padding             : 0px 15px 0px 15px;
}

.header table a{
    color               : #dadada;
	font-weight:bold;
    text-decoration     : none;
}

.header a:hover {
    color               : #dadada;
	font-weight:bold;
	text-decoration:underline;
}

