table.GroupedItemTable {
    width: 100%;
    text-align: center;
    font-size: 14px;
}

table.GroupedItemTable thead tr th {
    background-color: #e0e0e0;
    font-weight: bold;
    padding-top: 2px;
    padding-left: 10px;
    padding-right: 10px;
}

table.GroupedItemTable tbody tr td {
    padding-top: 6px;
    padding-bottom: 3px;
    font-size: 12px;
}
table.GroupedItemTable tbody tr td a {
    font-size: 12px;
}
table.GroupedItemTable tbody tr.Even td {
    background-color: #E8E8E8;
}
table.GroupedItemTable tbody tr.Odd td {
    background-color: #f0f0f0;
}

table.GroupedItemTable tbody tr.PropertyGroup td {
    font-weight: bold;
    text-align: left;
    background-color: #E8E8E8;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

table.GroupedItemTable tbody tr td.PropertyName{
    padding-left: 10px;
    text-align: left;
}

table.GroupedItemTable {
}

