#get_ajax_table { width: 100%; font-size: 12px; color: Black; text-align: center; margin: auto; }
#get_ajax_table .header { height: 22px; color: White; font-weight: bold; background-image: none; }
#get_ajax_table .header td { height: 22px; color: white; font-weight: bold; background-color: #00129d; background-image: none; }
#get_ajax_table .header a { color: #ffffff; font-weight: bold; }
#get_ajax_table .row td { background-color: #ffffff; height: 20px; }
#get_ajax_table td a { font-size: 12px; color: #000099; }
#get_ajax_table td a:hover { color: #ff0000; text-decoration: underline; }
#get_ajax_table .pager td { background-color: #ffffff; padding: 15px; text-align: center; }
#get_ajax_table .pager #pager_left { display: block; text-align: left; margin-bottom: 5px; float: left; height: 20px; line-height: 20px; }
#get_ajax_table .pager #pager_left b { color: #ff3300; }
#get_ajax_table #pager { display: inline; margin: auto; float: left; margin-left: 30px; }
#get_ajax_table #pager ul { list-style: none; margin: 0px; padding: 0px; }
#get_ajax_table #pager ul .pages { border: none; text-transform: uppercase; font-size: 12px; padding: 0; text-align: center; }
#get_ajax_table #pager ul.pages li { list-style: none; float: left; border: 1px solid #ccc; text-decoration: none; margin: 0px 5px 0px 0px; height: 20px; line-height: 20px; padding-right: 5px; padding-left: 5px; cursor: pointer; }
#get_ajax_table #pager ul.pages li:hover { border: 1px solid #003f7e; background-color: #ff3300; color: #ffffff; }
#get_ajax_table #pager ul.pages li.pgEmpty { border: 1px solid #cccccc; color: #cccccc; background-color: #ffffff; }
#get_ajax_table #pager ul.pages li.pgCurrent { border: 1px solid #003366; font-weight: bold; background-color: #102030; color: #ffffff; }
