/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Jan 24, 2014, 11:49:45 AM
    Author     : jgalama
*/

.im-header-container {
    pointer-events: none;
}
.im-header-container h1 {
    min-width:50px;
    display:block;
    right: 110px;
    bottom: 0px;
    padding: 4px 10px;
    font-size: 18px;
    opacity:0;
}
.im-header-title-container {
    overflow:hidden;
    width: 100%;
    height: 70px;
    position: absolute;
}
.im-header-image {
    opacity: 0;
    filter: alpha(opacity=0);
}