        body
        {
            margin: 25px 0 0 0;
        }
        
        #MENU
        {
             position: fixed;
             top:0;
             width:100%;
             margin:0; padding:0;
        }
        
        #MENU ul
        {
            padding: .2em 0;
            margin: 0;
            list-style-type: none;
            background-color: #036;
            color: #FFF;
            width: 100%;
            font: normal 90% arial, helvetica, sans-serif;
            text-align: left;
        }
        #MENU li
        {
            display: inline;
        }
        
        #MENU li a
        {
            text-decoration: none;
            background-color: #036;
            color: #FFF;
            padding: .2em 1em;
            border-right: 1px solid #fff;
        }
        
        #MENU li a:hover
        {
            background-color: #369;
            color: #fff;
        }
        
        

        
     
        #CONTROL
        {
            width: 100%;
            padding: 0px;
        }
        #CONTROL #LAST_UPDATED
        {
            float:right;
        }
        #CONTROL a
        {
            margin: 0 5px 0 0;
            text-decoration: underline;
            letter-spacing: 2px;
            padding:2px;
        }
        a
        {
            cursor: pointer;
        }
        
 
        
        #WAITMSG
        {
            font-weight: bold;
        }
        
        .ui-toolbar
        {
            width: 800px;
        }
        .DataTables_sort_icon
        {
            float: left;
        }
        .DataTables_sort_wrapper
        {
            cursor: pointer;
        }
        
        
        .right
        {
            text-align: right !important;
        }
        .pad
        {
            padding-right: 10px !important;
        }
        
        
        .R_100 td
        {
            background-color: #08298A !important;
            color: white !important;
            font-weight: bold;
        }
        .R_95 td
        {
            background-color: #2E2EFE !important;
            color: white !important;
            font-weight: bold;
        }
        .R_90 td
        {
            background-color: #2E64FE !important;
            color: white !important;
            font-weight: bold;
        }
        
        .D_100 td
        {
            background-color: #B40404 !important;
            color: white !important;
            font-weight: bold;
        }
        .D_95 td
        {
            background-color: #DF0101 !important;
            color: white !important;
            font-weight: bold;
        }
        .D_90 td
        {
            background-color: #FF0000 !important;
            color: white !important;
            font-weight: bold;
        }
        .RED
        {
            color: red;
        }
        .BLUE
        {
            color: blue;
        }