table.sortable 
			{
				width: 90%;
				border-spacing: 1px;
				background-color: #e7e7e7;
				color: #666;
			}
			/*table.sortable td,
			table.sortable th { padding: 4px; }*/
			table.sortable thead th 
			{
				text-align: center;
				/*background: #f0f0f0;*/
				color: #fff;
				border-bottom: 1px solid #999;
				border-left: 1px solid #fff;
			}
			table.sortable thead a:hover { text-decoration: none; }
			table.sortable thead th img { vertical-align: middle; }
			table.sortable tbody th { font-weight: bold; }
			table.sortable tbody tr			{ text-align: left; }
			table.sortable tbody tr.row1 	{ background: #f9f9f9; border-top: 1px solid #fff; }
			table.sortable tbody tr.row0:hover td,
			table.sortable tbody tr.row1:hover td  { background-color: #ffd ; }
			table.sortable tbody tr td 	   { background: #fff; border: 1px solid #fff; }
			table.sortable tbody tr.row1 td { background: #E6E6E6; border-top: 1px solid #FFF; }
			table.sortable tfoot tr { text-align: center;  color: #333; }
			table.sortable tfoot td,
			table.sortable tfoot th { background-color: #f3f3f3; border-top: 1px solid #999; text-align: center; }
			table.sortable td.order 		{ text-align: center; }
			table.sortable td.order span { float: left; display: block; width: 20px; text-align: center; }
			table.sortable .pagination { display:table; padding:0;  margin:0 auto;	 }