﻿/*Slide Panel Style
The default panel id is JiveHelpSlidePanel
*/

#JiveHelpSlidePanel
{
    /* Styling the help panel */
    background-color: #5CA4E8; /* Blue background color */
    /*background-image: url(Images/translucent_panel_bg.png);*/
    color: #FFFFFF; /* White text color */
    font-family: 'Trebuchet MS' , 'Lucida Sans Unicode' , Arial, sans-serif; /* Which font to use */ 
    overflow: auto;/*added by okw to allow scrolling*/ 
    /* You shouldn't change these 5 options unless you need to */
    height: 100%;
    left: 0px;
    z-index: 10;
    position: absolute;
    display: none;
}

#JiveHelpSlidePanel #leftPanelContent
{
    padding: 0px;
    padding: 2px 3px 2px 3px;
}
#JiveHelpSlidePanel .closeLink
{
    /* Layout of close link */
    padding-left: 2px;
    padding-right: 2px; /*background-color:#FFF;*/
    position: absolute;
    top: 2px;
    right: 2px;
    border-width: 0 0 0 0;
    color: #000000;
}
#JiveHelpSlidePanel .closeLink:hover
{
    /* Close link text  - mouseover effect*/
    color: #FFFFFF;
    /*background-color: #000000;*/
}

