﻿.eC2CTable
{
    background: #FFFFFF;
    color: #000000;
    border: none;
    border-collapse: collapse;
    text-align: center;
    font-size: 11px;
    width: 100%;
}

.eC2CTable.NoWrap,
.eC2CTable td.NoWrap
{
    white-space: nowrap;
}

.eC2CTable *
{
    vertical-align: middle;
}

.eC2CTable th,
.eC2CTable tr,
.eC2CTable td
{
    border: 1px dotted #000000;
}

.eC2CTable th
{
    background: #777777;
    color: #FFFFFF;
    padding: 4px;
}

.eC2CTable .eC2CTable th,
.eC2CTable tr.Alternate
{
    background: #EEEEEE;
    color: #000000;
}

.eC2CTable tr.GroupBegin,
.eC2CTable tr.GroupContinued,
.eC2CTable tr.GroupEnd
{
    border-left-style: solid;
    border-left-width: 2px;
    border-right-style: solid;
    border-right-width: 2px;
}

.eC2CTable tr.GroupBegin
{
    border-top-style: solid;
    border-top-width: 2px;
}

.eC2CTable tr.GroupEnd
{
    border-bottom-style: solid;
    border-bottom-width: 2px;
}

.eC2CTable td
{
    padding: 1px 4px;
}

.eC2CTable td.NoPadding
{
    padding: 0;
}

.eC2CTable td.NoPadding .eC2CTable
{
    border: hidden;
}

.eC2CTable input
{
    margin: 2px 0;
}

.eC2CTable.LeftAlign td
{
    text-align: left;
}

.eC2CTable.Padding td
{
    padding-bottom: 3px;
    padding-top: 3px;
}

.eC2CTable td.Highlight
{
    color: #0000CD;
    font-weight: bold;
}

.eC2CTable td.RedHighlight
{
    background: #ED1B2E;
    color: #FFFFFF;
    font-weight: bold;
}

.eC2CTable td.YellowHighlight
{
    background: #F7FF00;
    color: #000000;
    font-weight: bold;
}

.eC2CTable .Pager table td
{
    border: none;
}

.eC2CLegend
{
    border: solid 1px #000000;
    padding: 4px;
}

.eC2CLegend ul
{
    display: inline;
    border: 0;
    margin: 0;
    padding: 0;
}

.eC2CLegend ul li
{
    display: inline;
}

.ListView
{
    background: #FFFFFF;
    color: #000000;
    border-left: 1px dotted #000000;
    border-bottom: 1px dotted #000000;
    border-right: 1px dotted #000000;
    font-size: 9px;
    padding: 5px;
}

.ListView.EditMode th,
.ListView.EditMode tr,
.ListView.EditMode td
{
    font-size: 11px;
    text-align: left;
    border: none;
    padding: 0px;
}
