﻿ @import url('Base.css');

body
{
    background:  #fff;
}

.page
{
    width:100%;
    height:100%;          
    background-color: #fff;
    margin:0px;
    border: 0px;
    padding:0px;        
}

/***************** HEADER ***************/
.header
{
    background-color:#439FD2;
    background-color:#9DA2AA;
}
.header .logo
{
    margin-top:5px;
    margin-left:5px;       
}
.header .leftColumn
{      
    /*top: 0px;
    left: 0px;  
    position:absolute;
    width: 200px;*/
    height:60px;
    float:left;
}
.header .rightColumn
{
    height:60px;
    /*margin-left:215px;*/
    display:inline-block;
    margin-left:15px;
}
.header .rightColumn .text
{
    line-height:60px;
    color:white;
}

.Footer
{
	height: 18px;
	color: #FFFFFF;
	text-align: center;
	background-color: #9DA2AA;
	vertical-align: middle;
	/*margin-top: 20px;*/
	position: fixed;
	bottom: 0px;
    font-size:12px;
    padding-top:4px;
}
.PanelCookiesPolicy{
    background-color:gray;
    color:white; 
    font-size:12px;
}
.PanelCookiesPolicy a{
    color:white;    
}