/*
    Document   : footerAndHeaderStyles
    Created on : 2008.08.07., 9:50:22
    Author     : g.gelashvili
    Description: Style for displaying the Headers in right column content.
                 Used in all the right column pages : infoBox, Overview, Search.
*/

/* DIV Container used for header in publicViewTemplate page. */
.layout #header {
    background          : #0C2577 url(/converis/images/client/CWTSHeader.jpg) no-repeat scroll left top;
    padding             : 0px;
    float               : left;
    width               : 940px;
}

.menuHeader {
    color               : #34438F;
    font-family         : Verdana,Sans-serif;
    font-size           : 100%;
    text-align          : left;
    vertical-align      : middle;
}

/* ############# NEW CLASSES FOR HEADER  ############ */
.headTopPanel{
    margin              : 0px;
    padding             : 0px;
}

#headerarealeft {
    background-color    : #0C2577;
    display             : inline;
    float               : left;
    margin              : 0px;
    padding             : 0px;
    width               : 218px;
}

#headerarearight {
    float               : right;    
    text-align          : right;
    padding-right       : 10px;
    padding-top         : 3px;
    /* width               : 250px; */
}

/* DIV Container used for Footer in publicViewTemplate page. */
.layout #footer {
    clear               : both;
    height              : 20px;
    text-align          : right;
    padding             : 0px !important;
    margin              : 0px !important;
    width               : 100%;
    position            : relative;
    border              : 0px;
    background-color    : #0C2577;
}

#searcharea {
    margin              : 16px 10px 0px 0px;
    text-align          : right;
    width               : auto;
}

#toolboxarea {
    background-color    : #EFEEED;
    float               : left;
    font-size           : 90%;
    width               : 100%;
}

