﻿#Header_div {
    padding: 5px !important;
    background-image: url('Image/Kubota_fe469_250x250.png') !important;
    background-repeat: no-repeat !important;
    background-size: 200px 45px !important;
    height: 65px !important;
    background-position: 10px 10px !important;
}

#body_div {
    padding: 5px !important;
    overflow: auto !important;
}

#login, tr, td {
    margin-left: auto !important;
    margin-right: auto !important;
}

#menu {
    padding: 2px !important;
    background-color: #808080 !important;
    z-index: 9999 !important;
    color: white !important;
}

#MenuDIR {
    padding: 0px 0px 0px 0px !important;
    width: auto !important;
    padding-left: 5px !important;
    padding-right: 5px ;
    min-height: 30px;
}

.MenuDIRlink:hover {
    color: white !important;
}

#MenuDIR a {
    padding: 5px 17px 5px 5px !important;
    color: white !important;
    width: auto !important;
    padding-left: 5px !important;
    padding-right: 5px;
    min-height: 30px;
}

    body {
        font-family: Arial, Helvetica, sans-serif !important;
        font-size: 0.73em !important;
        color: black !important;
    }

a:hover, a:active {
    color: white;
}

a:link, a:visited {
    color: white;
    width: auto;
    /*min-height: 30px;*/
}

.button {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
}

#login_status_div {
    float: right !important;
    margin-top: 30px !important;
    color: black !important;
}

#a_logout {
    color: black;
}

    #a_logout:hover {
        background-color: white;
    }

.sub_menu {
    background-color: #808080;
}

_text {
    border: 1px solid #c0c0c0;
    padding: 4px;
    font-size: 14px;
    color: #000000;
    background-color: #ffffff;
}

.normalfld {
    background-color: #FFFFFF;
}

.focusfld {
    background-color: #FFFFCC;
}

.bgMenu {
    background-color: #808080;
}

.bgMenuHover {
    background-color: #000000;
    color: #ffffff !important;
}

    .bgMenuHover:hover {
        background-color: #000000;
        color: #ffffff !important;
    }

img {
    height: auto;
    width: auto;
}

.input_text {
    border: 1px solid #808080;
    padding: 4px;
    margin-right: 0px;
    height: 25px;
}

This is the CSS class to use when the control has focus .input_text:focus, input.input_text_focus {
    border-color: #646464;
    background-color: #43faab;
}


.RowDiv {
    display: table;
    width: 100%; /*Optional*/
    table-layout: fixed; /*Optional*/
    border-spacing: 5px; /*Optional*/
}

.ColumnDiv {
    display: table-cell;
}

.font16B {
    font-size: 16px;
    font-weight: bold;
    height: 35px;
}

.font14B {
    font-size: 14px;
    font-weight: bold;
}

.font16 {
    font-size: 16px;
}

.font14 {
    font-size: 14px;
}

.auto-tr_height35 {
    height: 35px;
}

.auto-tr_height25 {
    height: 25px;
}

.fixedElement {
    display: flex;
    vertical-align: top;
}

.Rowtable {
    position: relative;
}

.mycheckbox input[type="checkbox"] {
    margin-right: 5px;
}

.cssPager td {
    padding-left: 4px;
    padding-right: 4px;
}
