@charset "utf-8";

div.navigator {
    position: relative;
    text-align: center;
    width: 100%;
    padding: 10px 0 0;
    height: 3em;
    background-color: #232F3E;
    border-top: 1px solid #a3a3a3;
}
div.navigator p.header-note {
    position: absolute;
    bottom: 8px;
    right: 20px;
    font-size: 13px;
    color: #e2e2e2;
}
footer p.header-note {
    position: absolute;
    top: 8px;
    right: 20px;
    font-size: 13px;
    color: #e2e2e2;
}

div.ui-datepicker {
    font-size: 160%;
}

input[type=text], input[type=password] {
    padding: 0.3em !important;
    font-size: 140%;
}
select {
    font-size: 140%;
    border: 1px;
}

table.ListA tbody tr.link {
    cursor: pointer;
}
table.ListA tbody tr td {
    padding: 20px 10px !important;
}

.ButtonSide.mini.pm {
    margin: 0 15px 0 0 !important;
    padding: 15px 10px !important;
    font-weight: bold;
}
