/* 
    Document   : fwFrame
    Created on : 5-nov-2010, 9.18.05
    Author     : gabriele
    Description:
        Purpose of the stylesheet follows.
*/

.slide-stack-back{
    text-align: left;
}

.slide-stack-back .button{
    display: block;
    background: url(buttons/slidestack/back_36.png) 50% 50%;
    width: 36px;
    height: 36px;
    margin-left: 6px;
}

.slide-stack{
    position: relative;
    width: 100%;
    height: 100%;
    border-collapse: collapse;
}
.slide-stack-header{
    /*position: absolute;*/
    width: 100%;
    /*height: 50px;*/
    border-bottom: solid 1px #DDD;
}
.slide-stack-header .refresh{
    float: right;
}
.slide-stack-trail{
    height: 1em;
    white-space: nowrap;
}
.slide-stack-trail .button{
    color: #888;
    display: inline;
}

.slide-stack-title{
    font-size: 2em;
    padding-left: 20px;
    /*height: 30px;
    white-space: nowrap;*/
}

.slide-stack-tabs{
    width: 100%;
    border-bottom: solid 1px #DDD;
}
.slide-stack-tabs > div {
    display: inline-block;
    background: #ddd;
    margin: .2em;
    padding: .2em .8em;
    font-size: 1.1em;
}

.slide-stack-tabs > div.active {
    background: #FFD393;
}

.slide-stack-container{
    /*position: relative;
    overflow: auto;
    height: 100%;*/
}

.slide-stack-content{
    /*position: absolute;*/
    padding: 4px 0px;
    /*top: 51px;
    bottom: 43px;*/
    left: 0;
    right: 0;
    overflow: auto;
}
.slide-stack-content-end{
    clear: both;
}
.slide-stack-footer{
    /*position: absolute;*/
    width: 100%;
    bottom: 0;
    height: 42px;
    border-top: solid 1px #DDD;
}
.slide-stack-buttons{
    text-align: right;
    padding: 6px 40px;
}
.slide-stack-buttons table{
    width: 100%;
}

.slide-stack-buttons .c-back{
    text-align: left;
}
.slide-stack-buttons .c-buttons{
    text-align: right;
}

.slide-stack-buttons .button{
    display: inline-block;
    background: #B00;
    color: #FFF;
    border: outset 1px #B00;
    border-radius: 6px; -webkit-border-radius: 6px; -moz-border-radius: 6px;
    padding: 3px 5px;
    margin-left: 8px;
}

.slide-stack-buttons .button.disabled{
    background: #CCC;
    color: #FFF;
    border: outset 1px #CCC;
}