.alarm {
    font-size: 10.0pt;
    font-family: Arial;
    color: coral;
}

.StyleItem {
    padding: 3pt 0pt 3pt 0pt;
    vertical-align: middle;
}

.StyleAlternatingItem {
    padding: 3pt 0pt 3pt 0pt;
    background-color: gainsboro;
    vertical-align: middle;
}
.fontFormEdit {
    font-size: 10.0pt;
    font-family: Arial;
}
.tp {
    PADDING-RIGHT: 4px;
    PADDING-LEFT: 4px;
    PADDING-TOP: 4px;
    PADDING-BOTTOM: 4px;
}
*Modal Popup  */
.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalPopup {
    background-color: #ffffff;
    border-width: 3px;
    border-style: solid;
    border-color: #83939b;
    padding: 3px;
    width: 70%;
}

.modalPopupHead {
    background-color: #83939b;
    border: solid 1px Gray;
    color: #ffffff;
}

.modalPopup p {
    padding: 5px;
}
.InfoTxt {
    padding: 5px;
    line-height: 1.5;
}
