/*
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 : Mar 14, 2015, 7:04:04 PM
    Author     : praveen
*/
.logopanel{
    background-color: white;
}
.logoframe{
     
}
.logopanel .logo{
    display: inline-block;
    vertical-align: middle;
}
.logopanel .label{
    display: inline-block;
    vertical-align: bottom;
    font-family: carnevalee-freakshow;
}
.logopanel .siteinfo{
    color:gray;
    font-family: arial;
    font-weight: bold;
}

.logoX{
    display: inline-block;
    vertical-align: top;
    font-weight: bold;
}
.logoX .x{
    text-decoration: underline;
}