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

.paging_full_numbers .ui-button {
	padding: 2px 6px;
	margin: 0;
	cursor: pointer;
	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_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_paginate {
	float: right;
	text-align: right;
	width: auto;
	margin-right: 25px;
}

.dataTables_info {
	padding-top: 3px;
	width: 50%;
	float: left;
}

table.display thead th {
	padding: 3px 0px 3px 10px;
	cursor: pointer;
}

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

thead th div.DataTables_sort_wrapper {
	position: relative;
	padding-right: 20px;
	padding-right: 20px;
}

thead th div.DataTables_sort_wrapper span {
	position: absolute;
	top: 50%;
	margin-top: -8px;
	right: 0;
}

tr.odd {
	background-color: #dfeffc;
}

tr.even {
	background-color: white;
}

.dataTables_scroll {
	clear: both;
}

.top, .bottom {
	padding: 15px;
}

.top .dataTables_info {
	float: none;
}

.clear {
	clear: both;
}

.dataTables_empty {
	text-align: center;
}

#condition_table_filter {
	width: 100%;
}

#region_selector, #district_selector, #jurisdiction_selector, #type_selector, #searchBox {
	margin: 10px;
}

#moreInfo {
	float: left;
	padding-top: 9px;
	padding-left: 10px;
	color: white;
}

#opener {
	padding: 4px;
}

#modal {
	font-family:Arial, Helvetica, sans-serif;
	background-color:#ddd;
	border-radius:10px;
	border:1px solid #999;
	padding:10px;
	color: black;
	width: 350;
	border-radius: 4px;
}

div .DataTables_sort_wrapper {
	text-decoration: underline;
	cursor: pointer;
}
