html, body
{
        margin:0;
        padding:0;
}

.bottombar {
    height: 52px;
    width: 100%;
    border: 0;
    background-color: #67a54b;
}

#empty_space1 {
    height: 48px;
    width: 100%;
    border: 0;
}

#knutr_title {
    color: #DF7401;
    font-size: 24pt;
    font-weight: bold;
    position: absolute;
    top:0px;
    left:24px;
}

#headertable {
    width: 100%;
    padding: 0px;
    //border-spacing: 0px;
    //border: 0px;
    //margin: 0px;
    border-collapse: collapse;
}

.btn_clr {
    background-color: #67a54b;
    color: #F6E3CE;
}

.message_panel {
     color: #f00;
}


.tabon {
    background-color: #67a54b;
    height: 32px;
    width: 90px;
    border-left: thin solid #000;
    border-top: thin solid #000;
    text-align: center;
    vertical-align: middle;
}

.taboff {
    background-color: #ffffff;
    height: 32px;
    width: 90px;
    border-left: thin solid #000;
    border-top: thin solid #000;
    text-align: center;
    vertical-align: middle;
    border-bottom: thin solid #000;
}

