#pageslide
{
    /* These styles MUST be included. Do not change. */
    display: none;
    position: absolute;
    position: fixed;
    top: 0;
    height: 500px;
    z-index: 999; 
    width: 100%;           /* Specify the width of your pageslide here */
    padding: 0 7px 7px 7px;  /* These styles are optional, and describe how the pageslide will look */
    background-color: #333;
    color: #FFF;
    -webkit-box-shadow: inset 0 0 5px 5px #222;
    -moz-box-shadow: inset 0 0 5px 5px #222;
    box-shadow: inset 0 0 5px 5px #222;
}
#pageslide .panelhandle
{
    background: url("/portals/_default/images/handle.gif") no-repeat scroll left center rgba(0, 0, 0, 0);
    cursor: pointer;
    height: 100%;
    right: -15px;
    position: absolute;
    top: 0;
    width: 24px;
}
#setupOpen
{
    display: block;
    background: #666;
    height: 140px;
    position: fixed;
    right: -40px;
    top: 190px;
    left: 0px;
    width: 40px;
    font-size: 26px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    border-radius: 0 6px 6px 0;
    z-index: 999999; 
}
#setupOpen a#setupOpen-button
{
    display: block;
    background: #666;
    height: 140px;
    position: absolute;
    width: 40px;
    font-size: 26px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    border-radius: 0 6px 6px 0;
    z-index: 999999; 
}
#setupOpen div
{
    font-size: 14px;
    line-height: 1em;
    display: block;
    transform: rotate(90deg);
    margin-top: 10px;
}
