﻿.eC2CTable
{
    background: #FFFFFF;
    color: #000000;
}

.eC2CTable th,
.eC2CTable tr,
.eC2CTable td
{
    border: 1px dotted #000000;
}

.eC2CTable th
{
    background: #A6AFCC;
    color: #000000;
}

.eC2CTable .eC2CTable th,
.eC2CTable tr.Alternate
{
    background: #EAEBEC;
    color: #000000;
}

.eC2CTable td.Highlight
{
    color: #213983;
}

.eC2CLiveWidget input[type=submit]
{
    background: #FFFFFF;
    color: #666666;
    border: 2px solid #213983;
    font-weight: bold;
    padding: 2px 6px;
    cursor: pointer;
}

.eC2CLiveWidget input:hover
{
    background: #EAEBEC;
    color: #666666;
}

.eC2CLegend
{
    border: solid 1px #7C7C7C;
}

.eC2CLegend .eC2CLiveWidgetValueChanged
{
    color: #213983;
}

.eC2CTable .Pager
{
    font-weight: bold;
}

.eC2CTable .Pager a
{
    font-weight: normal;
    text-decoration: underline;
}

.ListView .Pager
{
    font-weight: bold;
}

.ListView .Pager a
{
    margin: 0 3px;
    font-weight: normal;
    text-decoration: underline;
}

.ListView .Pager span
{
    margin: 0 3px;
}

.NoBorder tr,
.NoBorder td
{
    border: none;
}


/********************************/
/* MCS6ConfigurationWidget.ascx */
/********************************/

.MCS6TablePadding
{
    padding: 2px 5px;
}

.MCS6TableBorder
{
    border: 1px dotted black;
}

.MCS6TableBorderLRB
{
    border-left: 1px dotted black;
    border-right: 1px dotted black;
    border-bottom: 1px dotted black;
}

.MCS6TableBorderTRB
{
    border-top: 1px dotted black;
    border-right: 1px dotted black;
    border-bottom: 1px dotted black;
}

.MCS6TableBorderRB
{
    border-right: 1px dotted black;
    border-bottom: 1px dotted black;
}
