﻿
.Header
{
    margin:0px 0px 0px 0px;
    background-image:url(Imagens/img_back_header.jpg);
    background-repeat:repeat-x;
    width:100%;
    height:130px;
    
}
.SubHeader
{
	width:900px;
}
.HeaderLeft
{
   float:left; 
   background-repeat:no-repeat;
   padding-right:0px;
   margin:0px 0px 0px 0px; 
   padding-top:0px; 
   width:700px;
}

.HeaderConfig
{
	padding-top:2px; 
	float:right;
  
}

.ClientLogo
{
	background-image:url(Ficheiros/Reports/Logotipo.png);
	height:96px;
}

.UserNameLabel
{
	font-weight: bold;
	font-size: 11px;
	color:White ;
	background-color:Transparent;
}
.Botoes
{
	border-width: thin;
	float: right;
	margin: 0px;
	padding-right: 10px;
	text-align: center;
	font-weight: bold;

}
.Botoes:hover
{
    text-decoration:underline;
    color:#430101;
}
