﻿#persistentToolbar
{
    position: fixed;
    bottom: 0;
    _position: absolute;  
    _top: expression(document.body.scrollTop + document.body.clientHeight - this.clientHeight);
    width: 100%;
    z-index: 100;
}

#persistentToolbarBackground
{
    position: absolute;
    left: 0;
    bottom: 0;
    _bottom: -1px;
    width: 100%;
    height: 6px;
    /* background-image: url("/images/solarwinds/persistent-toolbar/shadow.png"); */
    background-repeat: repeat-x;
    background-position: center bottom;
    _background-image: none;
   /* _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/solarwinds/persistent-toolbar/shadow.png", sizingMethod="scale"); */
}

#persistentToolbarContent
{
    width: 960px;    
    margin-left: 20px;
    position: relative;
    font-size: 14px;
    color: #ffffff;
}

#persistentToolbarContentBackground
{ 
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-position: left bottom;
    background-repeat: no-repeat;
}

#persistentToolbarContent.closed #persistentToolbarContentBackground
{
    height: 33px;
    /*background-image: url("/images/solarwinds/persistent-toolbar/closed.png"); */
    _background-image: none;
    /*_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/solarwinds/persistent-toolbar/closed.png");*/
}

#persistentToolbarContent.opened #persistentToolbarContentBackground
{
    height: 33px;
    /*background-image: url("/images/solarwinds/persistent-toolbar/opened.png");*/
    _background-image: none;
   /* _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/solarwinds/persistent-toolbar/opened.png");*/
}

#persistentToolbarPersona
{
    position: absolute;
    left: 0;
    bottom: 0; 
    width: 277px;
    height: 33px;
    background-repeat: no-repeat;
    cursor: pointer;
    _cursor: hand;
}

#persistentToolbarPersona.hover
{
    height: 175px;
   /* background-image: url("/images/solarwinds/persistent-toolbar/hover-persona.png");*/
    _background-image: none;
    /*_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/solarwinds/persistent-toolbar/hover-persona.png");*/
}

#persistentToolbarPersonaText
{
    position: absolute;
    left: 50px;
    bottom: 5px;
    font-weight: bold;
}

#persistentToolbarPersonaSelect
{
    position: absolute;
    left: 27px;  
    bottom: 30px; 
    width: 241px;
    height: 132px;
    font-size: 11px;
}

#persistentToolbarPersonaSelect div
{
    padding: 6px;
    padding-left: 10px;
    padding-right: 0;
    font-weight: bold;
    text-decoration: none;
    color: #1D7FA1;
}

#persistentToolbarPersonaSelect div.hover
{
    color: #333333;
    background: #ebebeb;
}

#persistentToolbarMessage
{
    position: absolute;
    left: 280px;  
    bottom: 0; 
    width: 618px;    
    height: 33px;
    background-repeat: no-repeat;  
    cursor: pointer;
    _cursor: hand;
}

#persistentToolbarMessage.hover
{
  /*  background-image: url("/images/solarwinds/persistent-toolbar/hover-message.png");*/
    _background-image: none;
  /*  _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/solarwinds/persistent-toolbar/hover-message.png");*/
}

#persistentToolbarMessage a
{
    color: #ffffff;
    text-decoration: none;
    display: block;
    padding-left: 15px;
    padding-top: 11px;
    width: 100%;
    height: 100%;
}

#persistentToolbarButton
{
    position: absolute;
    left: 901px;
    bottom: 0; 
    width: 59px;
    height: 33px;
    background-repeat: no-repeat;
    cursor: pointer;
    _cursor: hand;
}

#persistentToolbarContent.opened #persistentToolbarButton.hover
{
  /*  background-image: url("/images/solarwinds/persistent-toolbar/hover-button-opened.png");
    _background-image: none;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/solarwinds/persistent-toolbar/hover-button-opened.png"); */
}

#persistentToolbarContent.closed #persistentToolbarButton.hover
{
   /* background-image: url("/images/solarwinds/persistent-toolbar/hover-button-closed.png");
    _background-image: none;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/solarwinds/persistent-toolbar/hover-button-closed.png"); */
}

#persistentToolbarContent.closed #persistentToolbarPersona,
#persistentToolbarContent.closed #persistentToolbarMessage,
#persistentToolbarContent.closed #persistentToolbarPersonaSelect,
#persistentToolbarContent.opened #persistentToolbarPersonaSelect
{
    display: none;
}

#persistentToolbarContent.opened #persistentToolbarPersona,
#persistentToolbarContent.opened #persistentToolbarMessage,
#persistentToolbarContent.opened #persistentToolbarPersona.hover #persistentToolbarPersonaSelect
{
    display: block;
}