<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">table.GridView
{
    color:#333333;
    border-collapse:collapse;
}
table.GridView tr.FooterStyle
{
    background-color:#507CD1;
    font-weight:bold;
    color:White;
}

table.GridView tr.FooterStyleInvoiceSearch
{
    background-color:White;
    font-weight:bold;
    color:Black;
}

table.GridView tr.RowStyle
{
    background-color:#EFF3FB;
}

table.GridView tr.ErrorRowStyle
{
    background-color:#FF0000;
    color:White;
}

table.GridView tr.EditRowStyle
{
    background-color:#2461BF;
}

table.GridView tr.SelectedRowStyle
{
    background-color:#C1CDCD;
}

/*table.GridView tr.SelectedRowStyle2
{
    background-color:#99FF66;
    font-weight:bold;
    color:#333333;
}*/

table.GridView tr.PagerStyle
{
    background-color:#2461BF;
    color:White;
}
table.GridView tr.HeaderStyle
{
    background-color:#507CD1;
    font-weight:bold;
    color:White;
}
table.GridView tr.DashboardAlternatingRowStyle
{
    background-color:#EFF3FB;
}

table.GridView tr.DashboardHeaderRow
{
    background-color:#EEEEEE;
    border-bottom:solid 2px #284E98;
    border-top:solid 2px #284E98;
}

table.GridView tr.DashboardHeaderRow td
{
    background-color:#EEEEEE;
    border-bottom:solid 2px #284E98;
}

table.GridView tr.DashboardHeaderRow td.none
{
	border-bottom:solid 2px #EEEEEE;
}

table.GridView tr.AlternatingRowStyle
{
    background-color:White;
}
table.GridView tr.PagerStyle td a
{
    color:White;
}
table.GridView tr.PagerStyle td table tr td a
{
    color:White;
}
table.GridView tr.HeaderStyle th a
{
    color:White;
}


table.GridView tr.Footer th a
{
    color:White;
}

table.GridView tr.RowStyleDashboard
{
    background-color:White;
}

div.Dashboard
{
	
}

div.DashboardSub
{
	padding-left:10px;
}

table.GridView tr.PagerStyle1
{
    background-color:#2461BF;
    color:White;
}

table.GridView tr.PagerStyle1 td a
{
	color:#284E98;
}
table.GridView tr.PagerStyle1 td table tr td a
{
	color:#284E98;
}

table.GridView tr.PagerStyle2
{
    background-color:White;
    color:#284E98;
}

table.GridView tr.PagerStyle2 td a
{
	color:#284E98;
}
table.GridView tr.PagerStyle2 td table tr td a
{
	color:#284E98;
}

/*
Beige Grid View
*/

table.GridViewBeige
{
    color:Black;
    border-collapse:collapse;
}
table.GridViewBeige tr.FooterStyle
{
    background-color:#cccccc;
    font-weight:normal;
    color:Black;
}

table.GridViewBeige tr.RowStyle
{
    background-color:#FFFFCC;
}

table.GridViewBeige tr.ErrorRowStyle
{
    background-color:#FF0000;
    color:White;
}

table.GridViewBeige tr.EditRowStyle
{
    background-color:#2461BF;
}
table.GridViewBeige tr.SelectedRowStyle
{
    background-color:#D1DDF1;
    font-weight:bold;
    color:#333333;
}


table.GridViewBeige tr.PagerStyle
{
    background-color:#2461BF;
    color:White;
}
table.GridViewBeige tr.HeaderStyle
{
    background-color:#cccccc;
    font-weight:normal;
    color:Black;
}


table.GridViewBeige tr.AlternatingRowStyle
{
    background-color:White;
}
table.GridViewBeige tr.PagerStyle td a
{
    color:White;
}
table.GridViewBeige tr.PagerStyle td table tr td a
{
    color:White;
}
table.GridViewBeige tr.HeaderStyle th a
{
    color:White;
}

table.DataEntry tr.HoverRowStyle
{
    background-color:#DCFC5C !important;
}


/*Invoice GridView2 */

table.GridView2
{
    color:#333333;
}

table.GridView2 tr.FooterStyle
{
    background-color:#507CD1;
    font-weight:bold;
    color:White;
}

table.GridView2 tr.FooterStyleInvoiceSearch
{
    background-color:White;
    font-weight:bold;
    color:Black;
}

table.GridView2 tr.RowStyle
{
    background-color:#EFF3FB;
}

table.GridView2 tr.ErrorRowStyle
{
    background-color:#FF0000;
    color:White;
}

table.GridView2 tr.EditRowStyle
{
    background-color:#2461BF;
}

table.GridView2 tr.SelectedRowStyle
{
    background-color:#C1CDCD;
}


table.GridView2 tr.PagerStyle
{
    background-color:#2461BF;
    color:White;
}
table.GridView2 tr.HeaderStyle
{
    background-color:#507CD1;
    font-weight:bold;
    color:White;
}




table.GridView2 tr.AlternatingRowStyle
{
    background-color:White;
}
table.GridView2 tr.PagerStyle td a
{
    color:White;
}
table.GridView2 tr.PagerStyle td table tr td a
{
    color:White;
}
table.GridView2 tr.HeaderStyle th a
{
    color:White;
}

table.GridView2 tr.Footer th a
{
    color:White;
}

table.GridView2 tr.RowStyleDashboard
{
    background-color:White;
}



table.GridView2 tr.PagerStyle2
{
    background-color:White;
    color:#284E98;
}

table.GridView2 tr.PagerStyle2 td a
{
	color:#284E98;
}
table.GridView2 tr.PagerStyle2 td table tr td a
{
	color:#284E98;
}
/*End Invoice Grid View */</pre></body></html>