/* $Id$ */
#tray-tray{
    width:960px;
    height:25px;
    background:#FFFFFF;
    margin:0 auto 0 -480px;
    position:fixed;
    bottom:0;
    left:50%;
    border:1px solid #B5B5B5;
    border-bottom:none;
    font-size:11px;
    font-family:inherit;
    z-index:450;
    overflow:hidden;
}

#tray-tray ul{
    margin:0;
    padding:0;
}

#tray-tray ul.tray-main{
    overflow:hidden;
    background-color:#F6F6F2;
    padding:0;
}

#tray-tray ul li.tray-item{
    background: none repeat scroll 0 0 transparent;
    float: left;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

#tray-tray ul li.tray-item-position-left{
    float:left;
    border-right: 1px inset #333333;
}

#tray-tray ul li.tray-item-position-right{
    float:right;
    border-left: 1px outset #333333;
}

#tray-tray ul li.tray-item a.tray-item-handle{
    color:#111111;
    display:block;
    font-size:11px;
    height:25px;
    line-height:25px;
    padding:0 10px;
    font-weight:bold;
}

#tray-tray ul li.tray-item a.tray-item-handle:hover{
    background:#FFFFFF;
    text-decoration:none;
}

#tray-tray ul li.tray-item-active a.tray-item-handle{
    color:#1281C5;
    background:#FFF;
}

#tray-tray ul li.tray-item-active a.tray-item-handle:hover{
    background-color:#FFFFFF;
}

#tray-tray ul li.tray-item-ajax-processed a.tray-item-handle{
    background:url(images/throbber.gif) no-repeat right 7px transparent;
    padding-right:20px;
}

#tray-tray ul li.tray-item-ajax-processed a.tray-item-handle:hover,
#tray-tray ul li.tray-item-ajax-processed.tray-item-active a.tray-item-handle{
    background:url(images/throbber.gif) no-repeat right 7px #FFFFFF;
}

#tray-tray ul li.tray-item-ajax-processing a.tray-item-handle{
    background:url(images/throbber.gif) no-repeat right -13px #FFFFFF !important;
}

/**
 * Handle display
 */
#tray-tray ul li .tray-item-block{
    display:none;
    position:fixed;
    bottom:25px;
    background:#FFFFFF;
    width:250px;
    border:1px solid #B5B5B5;
    font-size:11px;
}

#tray-tray ul li.tray-item-position-left .tray-item-block{
    margin-left:-1px;
}

#tray-tray ul li .tray-item-block .tray-item-controls{
    overflow:hidden;
    background-color:#1281C5;
    height:20px;
    color:#FFFFFF;
    padding:2px 5px;
    font-weight:bold;
    line-height:20px;
}

#tray-tray ul li .tray-item-block .tray-item-controls ul{
    float:right;
}

#tray-tray ul li .tray-item-block .tray-item-controls ul li{
    background:none;
    list-style:none outside none;
    margin:0;
    padding:0;
    float:left;
}

#tray-tray ul li .tray-item-block .tray-item-controls ul li a{
    display:block;
    width:16px;
    height:16px;
    text-indent:-9999px;
    margin:1px;
}

#tray-tray ul li .tray-item-block .tray-item-controls ul li a.tray-item-minimize{
    background:transparent url(images/minimize.png) no-repeat center;
}

#tray-tray ul li .tray-item-block .tray-item-controls ul li a.tray-item-close{
    background:transparent url(images/close.png) no-repeat center;
}

#tray-tray ul li .tray-item-block .tray-item-content{
    padding:5px;
}

#tray-tray ul li .tray-item-block .content{
    margin:0;
}

#tray-tray ul li .tray-item-block .tray-item-content ul{
    margin:0 0 0 30px;
}

/**
 * Full display
 */
#tray-tray ul li.tray-item-full{
    padding:2px 5px;
}

#tray-tray ul li.tray-item-full .content{
    margin:0;
}

#tray-tray ul li.tray-item-full .content ul{
    overflow:hidden;
    margin:0;
    padding:0;
}

#tray-tray ul li.tray-item-full .content ul li{
    float:left;
    margin:0 5px 0 0;
    padding:0;
    background:none;
    list-style:none outside none;
}

#tray-tray ul li.tray-item-full .content ul li a{
    display:block;
    height:22px;
    line-height:22px;
}

#tray-tray ul li.tray-item-full p{
    margin:0;
    line-height:22px;
}