<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.ultra_grid
{
    font-size:12px;
    border:solid 0px #808080;
}

.ultra_grid tr th
{
    font-size:12px;
    font-weight:400;
    color:#505050;
    background-color: #DCDCDC;
    padding: 2px 5px 2px 2px;
    border-right-style:none;
    border-left-style:none;
}


.ultra_grid tr th a
{
    font-weight:400;
    font-size:13px;
    color:#505050;
    text-decoration:underline;
}
.ultra_grid tr td
{
    color: #333333;
    padding:  2px 5px 2px 5px;
    border-bottom: solid 1px #CCCCCC;
    height:25px;
    border-right-style:none;
    border-left-style:none;
}

.usu .AspNet-GridView-Alternate{background-color:#EFEFEF;}
.ultra_grid tr:nth-child(even) {
    background-color: #eee;
}
.ultra_grid tr:nth-child(odd) {
    background-color: #fff;
}


.ticket_grid
{
    font-size:12px;
    border:solid 1px #808080;
}
.ticket_grid tr th
{
    font-size:12px;
    font-weight:400;
    color:#505050;
    background-color: #DCDCDC;
    padding: 2px 5px 2px 2px;
    border-right-style:none;
    border-left-style:none;
}
.ticket_grid tr th a
{
    font-weight:400;
    font-size:13px;
    color:#505050;
    text-decoration:underline;
}
.ticket_grid tr td
{
    color: #333333;
    padding:  2px 5px 2px 5px;
    border-bottom: solid 1px #CCCCCC;
    height:25px;
    border-right-style:none;
    border-left-style:none;
}


.ticket_grid  tr:nth-child(odd){ background-color:#eee;}
.ticket_grid  tr:nth-child(even){ background-color:#fff;}

.dash_grid {
    font-size: 12px;
    border: solid 1px #808080;
}

.dash_grid tr th {
    color: #D4B16A;
    background-color: #fff;
    text-transform: uppercase;
    font-size: 9px;

}

.dash_grid tr th a {
    font-weight: 400;
    font-size: 9px;
    color: #505050;
    text-decoration: underline;
}

.dash_grid tr td {
    color: #333333;
    padding: 2px 5px 2px 5px;
    border: solid #eee 1px;
    height: 25px;
}


.dash_grid tr:nth-child(odd) {
    background-color: #F8F8F8;
}

.dash_grid tr:nth-child(even) {
    background-color: #fff;
}

</pre></body></html>