
    .blue-body {
        font-family: "Courier New", Courier, monospace;
        font-size: 12px;
        color: #33ccff;
        background-color: #090935;
    }
    
    .bucket {
        font-family: "Courier New", Courier, monospace;
        font-size: 12px;
    }
    
    .bucket a {    
        font-family: "Courier New", Courier, monospace;
        font-size: 12px;
        color: #408040;
        text-decoration: none;
    }   
    
    .blue-body a {
        font-family: "Courier New", Courier, monospace;
        font-size: 12px;
        color: #408040;
        text-decoration: none;
    }

    .bucket a:hover {
        color: #FFFFFF;
        text-decoration: none;
    }
    
    .blue-body a:hover {
        color: #FFFFFF;
        text-decoration: none;
    }

    .blue-body input {
        border: 1px #33ccff solid;
        background: #006666;
        color: #33ccff;
        font-family: Tahoma;
        font-size: 13px;
    }

    .greenbox {
        min-width:500px;
        min-height:400px;
        border: thin solid #009900;
        background-color: #101010;
        margin-top: 50px;
        display: block;
        position: relative;
    }
    
    .content {
        font-family: Tahoma;
        font-size: 13px;
        text-decoration: none;
        padding: 15px;
        color: #33ccff;
        text-align: left;
        top: 0px;
        position: absolute;
    }
    
    .content a {
        font-family: Tahoma;
        font-size: 13px;
        color: #AACDAA;
        text-decoration: none;
    }

    .content a:hover {
        font-family: Tahoma;
        font-size: 13px;
        color: #FFFFFF;
        text-decoration: none;
    }

    .bucket {        
        left:0px;
        bottom: -7px;
        position: absolute;
        width: 100%;
    }
    
    .bucket .os-tr, .pre-os-tr, .payload {
        margin-left: 15px;
        margin-right: 15px;
    }
    
    .os-tr, .pre-os-tr {
        height: 20px;     
        font-family: "Courier New";
        font-size: 12px;
        color: #005500;
        text-decoration: none;
        text-align: center;
        overflow:hidden;  
        padding: 6px;
        text-align: right;
    }

    .pre-os-tr {
        padding-bottom: 0px;
    }
    
    .payload {
        font-family: "Courier New";
        font-size: 12px;
        color: #009900;                
        background-color: #090935;
        text-decoration: none;
        min-height: 50px;
        border: 1px #009900 solid;   
        position: relative;        
    }
    
    .payload a {
        font-family: "Courier New";
        font-size: 12px;
        color: #009900;
        text-decoration: underline dotted;
    }
    
    .payload a:hover {
        font-family: "Courier New";
        font-size: 12px;
        color: #FFFFFF;
        text-decoration: underline dotted;
    }
    
    .payload .pl_left, .pl_right {
        padding: 5px;
    }
    
    .payload .pl_left {
        text-align: left;
        left: 0px;
        position: absolute;        
    }

    .payload .pl_right {
        text-align: right;
        right: 0px;
        position: absolute;        
    }

    .continue {
        text-align: center;
        width: 300px;
        margin-top: 10px;
    }
    
    
.table-wrapper {}
.table {
    position: relative; 
    overflow: hidden; 
    display: table; 
    width: 100%; 
    height: 100%;
}
.table-row {
    display: table-row; 
    height: 100%;
}
.table-cell {
    position: relative; 
    overflow: hidden; 
    display: table-cell;
}
.cell-wrapper {
    position: absolute; 
    overflow: hidden; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%;
}