body {
    font-family: Arial, Helvetica, sans-serif;
    background-color:#ffffff;
}

.divMenuItem {
    position: relative;
    top: 0px;
    padding: 0 0 0 0;
    border: 1px solid #d0d0d0;
    background-color: #ffffff;
}

.divMenuItemTitle {
    background-color: #ffcc33;
    font-size: 13px;
    /* top right bottom left*/
    padding: 3px 3px 3px 3px;
    text-align: center;
    font-weight: bold;
    border-bottom: 1px solid #d0d0d0;
}

.divMenuItemContent {
    background-color: #ffffff;
    font-size: 11px;
    text-align: justify;
    padding: 3px 3px 3px 3px;
}

.divMenuItemSmallContainer {
    text-align: center;
    position: relative;
    font-size: 13px;
}

.directionTable {
    border: DarkGoldenRod groove;
}

.dirRow {
    border-top: 1px solid #CDCDCD
}

.dirRowGray {
    background-color: #eeeeee;
}

.dirNum {
    padding-left: 0.2em;
    text-align: right;
    white-space: nowrap;
    padding-top: 0.4em;
    vertical-align: top;
}

.dirTxt {
    padding-left: 0;
    text-align: left;
    padding-top: 0.4em;
    width: 100%;
    vertical-align: top;
}

.dirKM {
    padding-left: 0;
    padding-right: 0.2em;
    text-align: right;
    padding-top: 0.4em;
    vertical-align: top;
    white-space: nowrap;
}

.dirTotal {
    padding-left: 0;
    text-align: right;
    padding-top: 1em;
    vertical-align: top;
}

.dirGrandTotal {
    padding-left: 0;
    text-align: right;
    vertical-align: top;
}

.TQShield {
    width: 19px;
    height: 23px;
}

.RGShield {
    width: 20px;
    height: 21px;
}

/* control div */
.controlDiv {
    position: relative;
    top: 5px;
    margin: 0 0 10px 0;
    padding: 0 0 0 0;
    background-color: #ffffff;
    border: 2px solid black;
}

.dirOverlayTitle {
    border: medium groove DarkGoldenRod;
}

.dirMarkerTitle {
    text-decoration: underline;
}

/* Legend  */

#legendDiv {
    cursor: default;
}

#legendTitleTable {
}

.legendTable {
    width: 114px;
}

#legendTitleTD {
    width: 100px;
}

#legendToggleTD {
    width: 20px;
    cursor: pointer;
}

.legendIcon {
    width: 8px;
}

.legendSubTitle {
    text-align: center;
    font-weight: bold;
    font-size: 11px;
}

.legendText {
    font-size: 10px;
}

.legendIconColorImage {
    height: 15px;
    width: 8px;
}
