
#testLayout {
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    border: 1px solid black;
    border: 0px;
}

.tabBody {
    margin: 0px;
    padding: 0px;
    /*
    border: 1px solid black;
    */
    background-color: #DEDEDE;
    border: 0px;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px; 
    top: 0px;
    overflow: auto;
}

#logBody {
    padding-left: 5px;
    padding-top: 5px;
    font-family: Monaco, monospace;
    font-size: 11px;
    white-space: pre;
}

#progressOuter {
    background:#e9e9e9 url("../../dijit/themes/pentaho/images/dojoTundraGradientBg.png") repeat-x 0 0;
    height: 1em;
    /*the following trick is necessary to prevent IE from wrapping the last piece of progress bar into a new line*/
    _margin:1px;
    _padding: -1px;
    
    /*
    border-color: #e8e8e8;
    */
}

#progressOuter .success, #progressOuter .failure{
    float: left;
    height: 1em;
}

#play, #pause {
    font-family: Arial;
    font-size: 1.4em;
    border: 1px solid #DEDEDE;
    cursor: pointer;
    padding-right: 0.5em;
}

.header {
    border: 1px solid #DEDEDE;
}

button.tab {
    border-width: 1px 1px 0px 1px;
    border-style: solid;
    border-color: #DEDEDE;
    margin-right: 5px;
}

#testListContainer {
    /*
    border: 1px solid black;
    */
    position: relative;
    height: 99%;
    width: 100%;
    overflow: auto;
}

#testList {
    border-collapse: collapse;
    position: absolute;
    left: 0px;
    width: 100%;
}

#testList td {
    border-bottom: 1px solid #DEDEDE;
    border-right : 1px solid #DEDEDE;
    padding: 3px;
}

#testListHeader th {
    border-bottom: 1px solid #DEDEDE;
    border-right : 1px solid #DEDEDE;
    padding: 3px;
    font-weight: bolder;
    font-style: italic;
}

#testList tfoot {
    font-weight: bold;
}

#toggleButtons {
    float: left;
    background-color: #DEDEDE;
}

div.testGroupName {
    position: absolute;
}

.inProgress {
    background-color: #85afde;
}

.success {
    background-color: #7cdea7;
}

.failure {
    background-color: #de827b;
}
