﻿html, div#body {
    background-color: #FFFFFF;
}

.display-label {
    /*float: left;*/
    margin-right: 8px;
    font-weight: bold;
}

/*.DataContainer .usrImageSmall {
    padding-right: 10px;
    max-width: 80px;
    max-height: 80px;
}*/

table tbody .myAltRowClass {
    /*background-color: #fff2f5;*/
    background-color: #f1f0ff;
    background-image: none;
}

table tbody .myAltRowClassRed {
    /*background-color: #fff2f5;*/
    background-color: #F0B5B5;
    background-image: none;
    color:red !important;
}

table tbody .myAltRowClassGreen {
    /*background-color: #fff2f5;*/
    background-color: rgba(159, 228, 148, 0.45);
    background-image: none;
}
