        table.mp3_table {
            background-color : #FFFFFF;
            border-collapse  : collapse;
            width            : 100%;
        }

        thead.mp3_thead {
            color  : #000000;
            border : solid #ffffff 1px;
        }

        th.mp3_border, td.mp3_border, tbody.mp3_border {
            border : solid #6699CE 1px;
        }

        td.mp3_padding {
            padding : 5px;
        }

        table.mp3_table tr.mp3_tr:hover {
            background-color : #ffffff;
        }

        tr.mp3_tr:nth-child(odd) {
            background-color : #FFFFFF;
        }

        tr.mp3_tr:nth-child(even) {
            background-color : #ffffff;
        }

        th.mp3_center, td.mp3_center {
            text-align : center;
        }

        tr.mp3_footer {
            background-color : #FFFFFF;
            color            : #000000;
        }

        tr.mp3_footer a {
            color : #6699CE;
        }

        tr.mp3_footer a:hover {
            color : #FBEC88;
        }

        tr.mp3_nagivation a {
            text-align : left;
            color      : #6699CE;
        }

        tr.mp3_nagivation a:hover {
            color : #FBEC88;
        }

        tr.mp3_nagivation th {
            padding-left : 5px;
            float        : left;
        }

        tr.mp3_search {
            background-color : #FFFFFF;
            color            : #6699CE;
        }

        td.mp3_search {
            border       : solid #FFFFFF 1px;
            padding-left : 5px;
        }

        input:focus {
            outline : none;
        }

        input[type=submit] {
            border : solid #6699CE 1px;
            color  : #6699CE;
        }

        input[type=text] {
            border : solid #6699CE 1px;
            width  : 200px;
        }

        select {
            border : solid #6699CE 1px;
        }
