﻿
/* Main */




/* Reports */

.reports_filter_tbl
{
    border-style: solid;
    border-width: 1px;
    border-color: #BFD5E0;
}
.reports_filter_bg
{
    background-color: #C4E1EF;
}

.reports_res_tbl
{
    border-style: solid;
    border-width: 1px;
    border-color: #74BEE2;
}
.reports_res_row td, reports_res_row_alt td, .reports_res_tbl_hd th
{
    text-align: right;
    border-style: solid;
    border-width: 1px;
    border-color: #74BEE2;
}
.reports_res_tbl_hd th
{
    background-color: RGB(196,225,239); /*RGB(200,220,240)*/
}
.reports_res_row td
{
    background-color: white;
}
.reports_res_row_alt td
{
    background-color: #eeccff;
}


/* General */

.bor
{
    border: solid 1px red;
}
