        #Matrix2_ {
            position: relative;
            top: 20px; left: 20px;
            font-family: Arial; font-size: 14px;
        }

        .Matrix2_Table {
            border: 1px solid black; border-spacing: 0px;
        }

        /* Header Properties */
        .Matrix2_HeaderRow {
            border: 1px solid black;
            font-weight: bold; font-size: 15px; color: #FFFFFF;
            height: 35px; background-color: #777777;
        }

        .Matrix2_HeaderCell {
            border: 1px solid black; padding: 3px;
            text-overflow: ellipsis; overflow: hidden;
            white-space: nowrap; text-align: center;
        }

        /* Table Body Properties - Row and Cell elements*/
        .Matrix2_Row {
            height: 35px;
        }

        .Matrix2_Row:nth-child(odd) {
            background-color: #DDDDDD;
        }

        .Matrix2_Cell {
            border: 1px solid #777777; padding: 5px; text-align: center;
        }

        /* Footer Properties */
        .Matrix2_FooterRow {
            height: 40px;
        }

        /*  Navigation Properties */
        .Matrix2_NavigationLink {
            display: inline-block; text-decoration: none; text-align: center; width: 18px;
            padding: 5px; font-size: 16px; color: #444444;
        }

        .Matrix2_NavigationLink:hover {
            background-color: #888888; color: #FFFFFF; border-radius: 4px;
        }

        .Matrix2_NavigationCurrentPage {
            display: inline-block;
            width: 18px; padding: 5px;
            font-size: 16px; text-decoration: none; text-align: center;
            background-color: #444444; color: #FFFFFF; border-radius: 4px;
        }

        .Matrix2_CellLink {
            color: black;
            padding: 5px;
        }
        
        .Matrix2_CellLink:hover {
            background-color: #888888; color: #FFFFFF; border-radius: 4px;
        }
        
        #Matrix2_Error {
            position: static; top: 10px; left: 50px; background-color: Red; padding: 3px; color: white; display: none;
        }


        /* Css for the popUp div if you use a link */
        #Matrix2_PopUp {
            padding: 10px;
            background-color: white;
            width: 300px;
            height: 300px;
            vertical-align: middle;
            border-radius: 10px;
            font-family: Arial;
            font-size: 14px;
            color:#444444;
        }

