/******************DYNAMIC LIST WIDGET**********************/
.hide-group-row {
    display: none;
}

.show-group-row {
    display: table-row;
}

.list-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 2px;
    border: 1px solid #808080;
    background: url(../images/yellow_grad.gif) repeat-x scroll 0 0 #FFF;
}

.list-table th {
    background-color: #0066CC;
    color: #FFF;
    font-size: 0.9em;
    padding: 10px;
    text-align: left;
}

.list-table .group-row {
    background-color: #BED4F1;
    cursor: pointer;
}

.list-table .group-inner-table {
    background-color: #FFF;
    width: 100%;
    border-spacing: 0;
    border-collapse: separate;
}

.list-table .group-inner-table td {
    padding: 8px 6px;
}

.list-table .group-row tr:last-child td {
    border-bottom: none;
}

.list-table .grouped td {
    border-bottom: 1px dotted #0066CC;
    border-top: none;
    border-left: none;
    border-right: none;
    position: relative;
}

.list-table .grouped td {
    border-bottom: 1px dotted #0066CC;
    border-top: none;
    border-left: none;
    border-right: none;
    position: relative;
}

.list-table .group-row .group-name-wrapper {
    display: block;
    padding: 8px 6px;
}

.list-table .group-row .group-name-wrapper p {
    display: inline;
}

.list-table .grouped p,
.list-table .group-row .group-name-wrapper p {
    margin: 0;
}

.list-table .group-row .group-name {
    margin-left: 7px;
    cursor: pointer;
    font-size: 0.9em;
}

.list-table .group-row .group-support {
    position: relative;
    float: right;
}

.list-table .group-row .group-count {
    margin: 0 15px 0 0;
    font-size: 0.9em;
}

.list-table .group-row .group-actions a,
.list-table .grouped a {
    font-size: 0.9em;
}

.list-table .group-row .icon {
    background: url(../images/icon.expand.png) no-repeat;
    cursor: pointer;
    height: 11px;
    width: 11px;
    float: left;
    margin-top: 5px;
    margin-left: 6px;
}

.list-table .collapsed .icon {
    background-position: 0 -11px;
}

.list-table .grouped .list-actions {
    float: right;
}
