﻿table.grid {
    border: solid 1px #9aae81;
}

    table.grid tr.odd {
        background-color: #ecf3e1;
    }

    table.grid td.odd {
        background-color: #ecf3e1;
    }

    table.grid tr.even {
        background-color: #ffffff;
    }

    table.grid td.even {
        background-color: #ffffff;
    }

    table.grid tr.tall {
        height: 25px;
    }
    /* when there is a inner border bottom */
    table.grid tr.short {
        height: 24px;
    }
    /* when there is not a inenr border bottom */
    table.grid tr.title {
        height: 20px;
    }
    /* when there is not a border bottom */

    table.grid td.rb {
        border-right: solid 1px #dbeac6;
    }

    table.grid td.bb {
        border-bottom: solid 1px #dbeac6;
    }

    table.grid td {
        color: #4d4849;
        font-size: 12px;
    }

/*
table.grid td.chkOn {
	background-attachment:scroll;
	background-repeat:no-repeat;
	background-image:url('Images/chk.png');
	background-position:8px 5px;
	width:25px;
}
table.grid td.chkOff {	width:25px; }

*/
ul.bannerTabsTop > li {
    z-index: 0;
}

