﻿body {

}

        .ContextItem
        {
            background-color:White;
            color:Black;
            font-weight:normal;
            
            }
        .ContextItem:hover
        {
            background-color:#0066FF;
            color:White;
            font-weight:bold;
            
        }
       .detailItem
       {
           background:white;
           
       }
       .detailItem:hover
       {
           background-color:#FEE378;
           border: 1px outset #222222;
           font-weight:bold;
           cursor:default;
       }
           .gvhide
        {
            display: none;
        }
           .dongngang {
            color: #0000CC;
            background-color: #99CCFF;
            text-align:center;
                
        }
            .selected_row
    {
        background-color: #A1DCF2;
    }
    