.dataTables_wrapper .dataTables_paginate {
	float: center;
	text-align: center;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
	display: inline-block;
	padding: 0.5em 1em;
	margin-left: 2px;
	margin-right: 2px;
	text-align: center;
	cursor: pointer;
	text-decoration: none !important;	
}
.dataTables_wrapper .dataTables_paginate .ellipsis {
	display: inline-block;
	padding: 0.5em 1em;
	margin-left: 2px;
	margin-right: 2px;
	text-align: center;
	cursor: text;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
	cursor: text;
	font-weight: bold;
	color: #B12124;
	text-decoration: none !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
	cursor: text;
	text-decoration: none !important;
}

.dataTables_filter {
	padding-bottom: 10px;
}
.dataTables_filter input {
	width:200px;margin-left:10px;background-color:#B12124;font-size:100%;color:#ffffff;font-weight:normal;text-align:left;vertical-align:middle;border-spacing:0;border:none;border-width:0;padding:4px;outline:0 none;
}
.dataTables_empty {
	background-color:#ffffff;color:#000000;font-size:100%;font-weight:normal;padding:6px;border-bottom:1px solid #999999;border-left:1px solid #999999;border-right:1px solid #999999;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  *cursor: hand;
  background-repeat: no-repeat;
  background-position: center right;
}
table.dataTable thead .sorting {
  background-image: url("../images/sort_both.png");
}
table.dataTable thead .sorting_asc {
  background-image: url("../images/sort_asc.png");
}
table.dataTable thead .sorting_desc {
  background-image: url("../images/sort_desc.png");
}
table.dataTable thead .sorting_asc_disabled {
  background-image: url("../images/sort_asc_disabled.png");
}
table.dataTable thead .sorting_desc_disabled {
  background-image: url("../images/sort_desc_disabled.png");
}