table.table-sorter
{
	font: 12px "Century Gothic",Arial,Helvetica,sans-serif;
	border-collapse: collapse;
}
table.table-sorter th, table.table-sorter td{
/*	border-left: 1px solid #fff;
	border-top: 1px solid #fff;*/
	padding: 5px;
}
table.table-sorter thead{
	width: 100%;
	/*position: absolute;*/
	top: 0px;
	left: 0px;
	border: 1px solid #ccc;
}
table.table-sorter thead tr{
	/*white-space: nowrap;*/
}
table.table-sorter thead th
{
	font-weight: normal;
	font:bold 12px "Verdana";
	color: #039;
    text-align: center;
    border-right: 1px solid #ccc; 
    border-top: 1px solid #ccc; 
}

table.table-scroll tbody tr{
    width: 100%;
}
table.table-scroll tbody tr td{
    min-width: 30px;
    white-space: nowrap;
}

div.datatable{
	position: relative;
}
div.datatable,div.datatable>div.table-header,div.datatable>div.table-footer{
	width: 100%;
}
div.datatable>div.table-header{
	/*height: 33px;*/
}
div.datatable>div.table-body{
	max-height: 400px;
	overflow-y: auto;
	overflow-x: auto;
}
div.datatable>div.table-footer{
	padding: 7px;
}
