/*!
* jquery.fixedHeaderTable. The jQuery fixedHeaderTable plugin
*
* Copyright (c) 2011 Mark Malek
* http://fixedheadertable.com
*
* Licensed under MIT
* http://www.opensource.org/licenses/mit-license.php
*
* Launch  : October 2009
* Version : 1.2
* Released: TBA
*/.fht-table,.fht-table th{border:1px solid #999}.fht-table,.fht-table tbody,.fht-table td,.fht-table tfoot,.fht-table th,.fht-table thead,.fht-table tr{margin:0;padding:0;font:inherit}.fht-table-wrapper,.fht-table-wrapper .fht-tfoot{overflow:hidden;position:relative}.fht-table-wrapper .fht-thead{overflow:visible}.fht-table-wrapper .fht-tbody{overflow-y:scroll;overflow-x:hidden}.fht-table-wrapper .fht-table .fht-cell{overflow:hidden;height:1px}.fht-table th{background-color:#777;color:#fff;font-weight:700;padding:4px 0;text-align:center;margin:0}