/*        ------   Menu Make-up    --------            */
.menu {
    color: #ffffff;
    background-color: #556177;
}

.menu ul li {
    width: 200px;
    color: #000000;
    background-color: #556177;
}

.menu a {
    display: block;
    text-decoration: none;
    text-align: center;
    color: #ffffff;
    padding-left: 28px;
    padding-right: 28px;
}

.menu a:hover, .menu li:hover>a {
    text-decoration: none;
    color: #000000;
    background-color: #D5DDE5;
}

.menu a:hover, .menu .adxmhoverA { /* li:hover>a selector */
    color: #000000;
    background-color: #D5DDE5;
    text-decoration: none;
}

.menu li li>a {
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
}

.menu li li:first-child>a {
  border-top: 1px solid #000000;
}

.menu li li:last-child>a {
  border-bottom: 1px solid #000000;
}

/* input/form */
form {
    padding: 0px;
    margin: 0px;
}

table {
    /* line-height: 120%; */
}

input, select, textarea {
    border: 1px solid;
    color: #687787;
    border-color: #687787;
    background-color: #E0E8F0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}

input.radio {
    border: 0px;
    padding: 2px;
    background-color: #FFFFFF;
    font-family: Arial;
    font-size: 11px;
    color: #000000;
}

input.checkbox{
  height: 12px;
  width: 12px;
  font-size: 14pt;
  background-color: #E0E8F0;
  padding: 0px;
}

input.checkbox:focus{
  border-top: 2px solid beige;
  border-left: 2px solid beige;
  border-right: 2px ridge #a99;
  border-bottom: 2px ridge #a99;
}

input.checkbox:active{
  padding: 0;
  border-top: 2px ridge beige;
  border-left: 2px ridge beige;
  border-right: 2px ridge #ffc;
  border-bottom: 2px ridge #fcc;
  padding: 0;
}

input.submit {
    border: 1px solid;
    color: #485866;
    border-color: #E6BD90;
    background-color: #E6BD90;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    width: 100px;
}

/* tooltip */
.tooltip {
    FONT-family: courier;
    FONT-SIZE: 11px;
    TEXT-DECORATION: bold;
    border: 1px solid black;
    border-color: #687787;
    padding: 1px;
    background-color: #E0E8F0;
    color: #687787;
}

#dhtmltooltip {
    position: absolute;
    width: 300px;
    border: 1px solid;
    border-color: #687787;
    padding: 6px;
    background-color: #E0E8F0;
    visibility: hidden;
    z-index: 100;
}

table, table th {
  FONT-SIZE: 11px;
  line-height: 19px;
}

.bottom a {
  color: #D5DDE5;
}
