﻿
/* Styles for tables
-----------------------------------------------------------*/

.table-clean {
    border-width: 0px;
    border-collapse: collapse;
}

.table-clean, tr {
    text-align: center;
    border: 1px solid;
    border-color:#eee;
    //background-color:#f52020;
}

.table-clean, th, td {
    text-align: center;
    border: 1px solid;
    border-color:#eee;
    background-color:#f5f5f5;
}

#ErrorMessageDiv {
    color:#ff6a00;
    padding: 1em;
    //background-color: #eee;
}
