﻿.acpItem {
    border-bottom: 1px dotted;
    color: #1C1C1C;
    margin: 2px;
    padding: 2px;
}

.acpitemHighlighted {
    border-bottom: 1px dotted blue;
    background-color: antiquewhite;
    margin: 2px;
    padding: 2px;
}

.listacpItem {
    border: solid 1px #444444;
    margin: 2px;
    padding: 2px;
    overflow: auto;
    background-color: #FFFFFF;
}

.modalBackground {
    background-color: Black;
    /*filter: alpha(opacity=60);*/
    opacity: 0.6;
}

.modalPopup {
    background-color: #FFFFFF;
    /*width: 300px;*/
    border: 3px solid #0DA9D0;
    padding: 0;
}

    .modalPopup .header {
        background-color: #2FBDF1;
        height: 30px;
        color: White;
        line-height: 30px;
        text-align: center;
        font-weight: bold;
    }

    .modalPopup .body {
        min-height: 50px;
        line-height: 30px;
        text-align: center;
        font-weight: bold;
    }
