/*
    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.
*/

/*
  Style for DIV Container used for header in publicViewTemplate page.
*/
.layout #header {
    padding             : 0px;  
    float               : left;
    width               : 941px;
    height              : 149px;
}

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

/* ############# NEW CLASSES FOR HEADER  ############ */
.headTopPanelRight{
   margin-left          : 740px;
   position             : absolute;
   text-align           : right;
   top                  : 32px;
   width                : 20%;
}

.headTopPanelLeft{
    position            : absolute;
    top                 : 32px;
    text-align          : left;
    width               : 60%;
    margin-left         : 246px;
}

.layout #subHeaderPanel{
    background          : #FFFFFF url(/converis/images/client/subheader.png) repeat-x scroll left top;
    float               : left;
    width               : 941px;
    height              : 35px;
}

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

.headerarearight {
    float               : left;
    text-align          : right;
    padding-left        : 34px;
    padding-top         : 33px;
    width               : 250px;
}

/*
  Style for DIV Container used for Footer in publicViewTemplate page.
*/

#footerbg {
    width               : 941px;
    height              : 7px;
    margin              : 0px !important;
    background          : transparent url(/converis/images/client/footer.jpg) no-repeat scroll left bottom;
}

.internetFooterGroup {
    vertical-align      : middle;
    margin              : 0px 0px;
    padding             : 15px 0px 10px;
}

.layout #footer {
    clear               : both;
    height              : 51px;
    padding             : 0px !important;
    margin              : 0px !important;
    width               : 951px;
    position            : relative;
    border              : 0px;
    background-color    : #335885;
}

.headerLink {
    color               : #000000 !important;
    font-weight         : bold;
}

