
            body
            {
                line-height: 1.6em;
            }

           
            #gridView .header
            {
                height:30px;
                padding-left: 20px;
                font-size: 12px;
                color: #039;
                background: #b9c9fe;
                border-top: 4px solid #aabcfe;
            }
            #gridView .header select
            {
                width:50px;
            }
            #gridView .header span
            {
                padding-left:350px;
            }
            #gridView .header span input
            {
                border:3px solid #aabcfe;
            }
            .search
            {
                font-style: italic;
                color: gray;
            }
            #tableWrap table
            {
               
                font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
                font-size: 12px;
                text-align: left;
                border-collapse: collapse;
                clear: both;
            }
            #tableWrap table th
            {
                clear: both;
                font-size: 13px;
                font-weight: normal;
                padding: 8px 15px;
                background: #b9c9fe;
                border-top: 4px solid #aabcfe;
                border-bottom: 1px solid #fff;
                color: #039;
            }
            /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables sorting
            */

            #tableWrap table tr .sorting_asc {
                background:#b9c9fe url('images/sort_asc.png') no-repeat center right;
            }

            #tableWrap table tr .sorting_desc {
                background: #b9c9fe url('images/sort_desc.png') no-repeat center right;
            }

            #tableWrap table tr .sorting {
                background: #b9c9fe url('images/sort_both.png') no-repeat center right;
            }

            #tableWrap table tr .sorting_asc_disabled {
                background: #b9c9fe url('images/sort_asc_disabled.png') no-repeat center right;
            }

            #tableWrap table tr .sorting_desc_disabled {
                background:#b9c9fe url('images/sort_desc_disabled.png') no-repeat center right;
            }
            #tableWrap table td
            {
                padding: 8px;
                background: #e8edff;
                border-bottom: 1px solid #fff;
                color: #669;
                border-top: 1px solid transparent;
            }
            #tableWrap table td a
            {
                color: #669;
            }
            #tableWrap table tr:hover td
            {
                background: #d0dafd;
                color: #339;
            }
            #tableWrap table a:hover
            {
                text-decoration: none;
                color: #339;
            }

            #tableWrap .pg_class
            {
                width:1110px;
                font-size: 13px;
                font-weight: normal;
                background: #b9c9fe;
                border-bottom: 4px solid #aabcfe;
                border-top: 1px solid #fff;
                color: #039;
            }
            #load
            {
                font-size: 11px;
                background-color: #aabcfe;
                color: #fff;
            }

      