.dataTables_wrapper {
	position: relative;
	min-height: 100px;
	clear: both;
	_height: 302px;
	zoom: 1; /* Feeling sorry for IE */
    width: 100%;
}

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

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

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

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

table.display tr.row_selected {

    background-color: #89f804;
}

.dataTables_paginate {
	width: 44px;
	* width: 50px;
	float: right;
	text-align: right;
}

/* Pagination nested */
.paginate_disabled_previous, .paginate_enabled_previous, .paginate_disabled_next, .paginate_enabled_next {
	height: 19px;
	width: 19px;
	margin-left: 3px;
	float: left;
}

.paginate_disabled_previous {
	background-image: url('../images/datatables/back_disabled.jpg');
}

.paginate_enabled_previous {
	background-image: url('../images/datatables/back_enabled.jpg');
}

.paginate_disabled_next {
	background-image: url('../images/datatables/forward_disabled.jpg');
}

.paginate_enabled_next {
	background-image: url('../images/datatables/forward_enabled.jpg');
}



/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables display
 */
table.display {
	margin: 0 auto;
	width: 100%;
	clear: both;
}


table.display thead th {
	padding: 3px 18px 3px 10px;
	border-bottom: 1px solid black;
	font-weight: bold;
	cursor: pointer;
	* cursor: hand;
}

table.display tfoot th {
	padding: 3px 10px;
	border-top: 1px solid black;
	font-weight: bold;
}

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

table.display td {
	padding: 3px 10px;
	border-bottom: 1px dotted #aaa;
}

table.display td.center {
	text-align: center;
}






/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables sorting
 */

.sorting_asc {
	background: url('../images/datatables/sort_asc.png') no-repeat center right;
}

.sorting_desc {
	background: url('../images/datatables/sort_desc.png') no-repeat center right;
}

.sorting {
	background: url('../images/datatables/sort_both.png') no-repeat center right;
}

.sorting_asc_disabled {
	background: url('../images/datatables/sort_asc_disabled.png') no-repeat center right;
}

.sorting_desc_disabled {
	background: url('../images/datatables/sort_desc_disabled.png') no-repeat center right;
}



.sp_ComponentsColumn{
    text-align: center;
}
