.dataTables_wrapper {
	position: relative;
	clear: both;
}

.dataTables_processing {
	position: absolute;
	top: 0px;
	left: 50%;
	width: 250px;
	margin-left: -125px;
	border: 1px solid #ddd;
	text-align: center;
	color: #999;
	font-size: 11px;
	padding: 2px 0;
}

.dataTables_length {
	width: 40%;
	float: left;
}

.dataTables_filter {
	width: 50%;
	float: right;
	text-align: right;
}

.dataTables_info {
	width: 50%;
	float: left;
}

.dataTables_paginate {
	float: right;
	text-align: right;
}

#dataTable .display {
	margin: 0 auto;
	width: 100%;
	clear: both;
	border-collapse: collapse;
}

#dataTable .display tfoot th {
	padding: 3px 0px 3px 10px;
	font-weight: bold;
	font-weight: normal;
}

#dataTable .display tr.heading2 td {
	border-bottom: 1px solid #aaa;
}

#dataTable .display td {
	padding: 3px 10px;
}

#dataTable .display td.center {
	text-align: center;
}

#dataTable {
	margin : 0px auto;
}

#dataTable th,		
#dataTable td {
	text-align : left;
}

#dataTable td {
	vertical-align : top;
}

.paging_two_button .ui-button {
	float: left;
	cursor: pointer;
	* cursor: hand;
}

.paging_full_numbers .ui-button {
	padding: 2px 6px;
	margin: 0;
	cursor: pointer;
	* cursor: hand;
	color: #333 !important;
}

.dataTables_paginate .ui-button {
	margin-right: -0.1em !important;
}

.paging_full_numbers {
	width: 350px !important;
}

.dataTables_wrapper .ui-toolbar {
	padding: 5px;
}

.dataTables_paginate {
	width: auto;
}

.dataTables_info {
	padding-top: 3px;
}

#dataTable .display thead th {
	padding: 3px 0px 3px 10px;
	cursor: pointer;
	* cursor: hand;
}

div.dataTables_wrapper .ui-widget-header {
	font-weight: normal;
}

#dataTable td {border:1px lightgrey;}
#dataTable tr.odd { background-color: white;}
#dataTable tr.even{ background-color: #DBDBDB;}