
    .idRowEven          { font-family: calibri; font-size: 14px; color: #000000; background-color: #ffffff; cursor: default; }
    .idRowEven:hover    { font-family: calibri; font-size: 14px; color: #000000; background-color: #eecc77; cursor: default; }
    .idRowOdd           { font-family: calibri; font-size: 14px; color: #000000; background-color: #f9f9ff; cursor: default; }
    .idRowOdd:hover     { font-family: calibri; font-size: 14px; color: #000000; background-color: #eecc77; cursor: default; }
 
    .idColumnCaption:hover
    {
        font-family: calibri;
        color: #000044; 
        font-size :small;
        font-weight: bold;
        text-align: left;
	    background: url(images/id/colbackon.jpg) repeat-x;
        border-top: #eeeeff 1px solid;
        border-right: #bbbbdd 1px solid;
        border-left: #eeeeff 1px solid;
        border-bottom: #bbbbdd 1px solid;
        height:20px;
        cursor: default;
    }

    .idColumnCaption
    {
        font-family: calibri;
        color: #000044; 
        font-weight: bold;
        font-size :small;
        text-align: left;
	    background: url(images/id/colback.jpg) repeat-x;
        border-top: #eeeeff 1px solid;
        border-right: #bbbbdd 1px solid;
        border-left: #eeeeff 1px solid;
        border-bottom: #bbbbdd 1px solid;
        height:20px;
        cursor: default;
    }

