/*
    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 {    
    padding             : 0px;
    padding-top         : 0px;
    float               : left;
    width               : 943px;
    height              : 150px;
    background-color    : #759612;
}

/* ############# NEW CLASSES FOR HEADER  ############ */
.headerBottomPanel{
    margin              : 0px;
    padding             : 0px;
    height              : 27px;    
    background          : #FFFFFF url(/converis/images/header/subheader.png) repeat-x scroll top left;
}

.headerLinksPanel {
    position            : absolute;
    top                 : 37px;
    text-align          : right;
    width               : 100%;
}

/* ===== Header image styles ===== */
.noRepeat {
    width               : 191px;
}

/*
Repeat the header image to the width of the page or the box defined.
Used in Internet header page.
*/
.repeatHeaderX {
    background-image     : url(/converis/images/header/header_right.jpg);
    background-color     : #FFFFFF;
    background-repeat    : no-repeat;
    background-position  : top left;
    background-attachment: scroll;
}

/* DIV Container used for Footer in publicViewTemplate page. */
.layout #footer {
    clear               : both;
    height              : 41px;
    text-align          : center;
    padding             : 0px 1px 0px !important;
    margin              : 0px !important;
    width               : 941px;
    position            : relative;
    border              : 0px;
    background-color    : #759612;
}

#footerTop {
    width               : 941px;
    height              : 11px;
    margin              : 0px;
    padding             : 0px;
    background-position : top center;
    background          : transparent url(/converis/images/client/footer.png) no-repeat scroll left top;
}

#footerbg {
    width               : 941px;
    height              : 30px;
    margin              : 0px !important;    
}

.internetFooterGroup {
    color               : #FFFFFF;
    vertical-align      : middle;
    margin              : 0px 10px;
    padding             : 2px;
}
