.yellowx #filestatus {
    background: #FFF200;
}
.redx  #filestatus {
    background: #FF0000;
}
.greenx  #filestatus {
    background: #00FF00;
}
.stoplightcontainer {
    position: relative;
}
.stoplight {
    float: right;
}
.btnsl {
    width: 16px;
    height: 16px;
    margin-top: 2px;
    margin-left: 2px;
    margin-right: 0;
    margin-bottom: 0;
    padding: 0;
}
.clearfloat {
    clear: both;
}
.colorbox {
    border: 1px solid black;
    text-align: right;
}
.dollarinputbox {
    border: 1px solid black;
    text-align: right;
}
input.redx {
    background: #FF0000;
}
input.yellowx {
    background: #FFF200;
}
input.greenx {
    background: #00FF00;
}
.yellowx .dollarinputbox {
    background: #FFF200;
}
.redx .dollarinputbox {
    background: #FF0000;
}
.greenx .dollarinputbox {
    background: #00FF00;
}

/* Worksheet */

.worksheet {
    border: 1px solid black;
    background: #E6E7E9;
    width: 1000px;
    margin-top: 1em;
}

.worksheet .col1 {
    width: 25px;
}
.worksheet .col2 {
    padding: 1px 30px 1px 4px;
    width: 255px;
}
.worksheet .col3 {
    width: 25px;
}
.worksheet .col4 {
    padding: 1px 30px 1px 4px;
    width: 85px;
}
.worksheet .col5 {
    width: 25px;
}
.worksheet .col6 {
    padding: 1px 30px 1px 4px;
    width: 120px;
}
.worksheet .col7 {
    width: 25px;
}
.worksheet .col8 {
    padding: 1px 30px 1px 4px;
    width: 95px;
}
.worksheet .col9 {
    width: 25px;
}
.worksheet .col10 {
    padding: 1px 30px 1px 4px;
    width: 95px;
}
.worksheet .col11 {
    width: 25px;
}
.worksheet .col12 {
    padding: 1px 30px 1px 4px;
    width: 120px;
}
.col4basic input[type=text] {
    width: 50px;
}
.col6basic input[type=text] {
    width: 60px;
}
.col8basic input[type=text] {
    width: 80px;
}
.col10basic input[type=text] {
    width: 70px;
}
.col12basic input[type=text] {
    width: 90px;
}

/* Dependency Section */
.depends {
    border: 1px solid black;
    padding: 5px;
    width: 350px;
    margin-top: 1em;
}
.depends #slfilestatus {
    width: 330px;
    position: relative;
    left: 0;
    margin-bottom: 10px;
}
.depends .dollarinputbox {
    width: 100px;
}
.depends .stoplightcontainer {
    margin-top: 8px;
    position: relative;
    left: -100px;
}
.depends .stoplightcontainer .stoplight {
    float: right;
    margin-left: 20px;
}
.depends .stoplightcontainer .yellowx {
    float: right;
}
.depends .stoplightcontainer .redx {
    float: right;
}
.depends .stoplightcontainer .greenx {
    float: right;
}
.warn1 {
    color: red;
}
