﻿
.ILDR_Grid_RC {
    
    border: 1px solid #999999;
    border-radius: 5px !important;
    border-collapse: separate !important;
    border-spacing: 0;

    overflow:hidden;
}

/*
.ILDR_Grid_RC tr:first-child > td:first-child {
    -webkit-appearance: none !important;
    -moz-border-radius-topleft: 5px !important;
    -webkit-border-top-left-radius: 5px !important;
    border-top-left-radius: 5px !important;
}

*/

.ILDR_Grid_RC tr:not(:last-child) > td:first-child {
    border-bottom: solid 1px #999999;
}

.ILDR_Grid_RC tr > td:last-child {
    border-left: solid 1px #999999;
}

.ILDR_Grid_RC tr:not(:last-child) > td:last-child {
    border-bottom: solid 1px #999999;
}


.ILDR_DataGrid
{

}

.ildr_LD_SeasonDescr {
    vertical-align: top !important;
}

.ildr_LD_SeasonDescr td {
    vertical-align: top !important;
    padding-top:5px;
    padding-bottom:5px;
}
