.dataTables_wrapper {
	position: relative;
	clear: both;
	font-size: 12px;
	line-height: 15px;
	padding: 0px;
	z-index: 100;
}
.dataTables_wrapper input {
	border: solid 1px #CCC;
	padding: 2px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.dataTables_processing {
	position: absolute;
	top: 39px;
	padding: 20px;
	background-color: #EFFFBD;
	border: 1px solid #E3FE57;
	text-align: center;
	font-size: 12px;
	line-height: 15px;
}

.dataTables_length {
	width: 40%;
	float: left;
	font-size: 12px;
	line-height: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.dataTables_filter {
	text-align: right;
	font-size: 12px;
	line-height: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.dataTables_info {
	float: left;
	font-size: 12px;
	line-height: 15px;
	padding-top: 10px;
}

.dataTables_paginate {
	text-align: right;
	font-size: 11px;
	line-height: 15px;
	padding-top: 10px;
}

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

.paginate_disabled_previous {
	background-image: url('/site_images/back_disabled.jpg') no-repeat ;
}

.paginate_enabled_previous {
	background-image: url('/site_images/arrowleft.jpg') no-repeat  ;
}

.paginate_disabled_next {
	background-image: url('/site_images/forward_disabled.jpg') no-repeat ;
}

.paginate_enabled_next {
	background-image: url('/site_images/arrowright.gif') no-repeat ;
}

/*  DataTables display */

table.display {
	font-size: 12px;
	line-height: 15px;
	padding: 0;
	width:100%;
}

table.display thead th {
	padding: 3px 10px;
	border-bottom: 1px solid #CCC;
	font-weight: bold;
	cursor: pointer;
	* cursor: hand;
	white-space: nowrap;
	color: #000;
	text-transform: capitalize;
}
table.display thead th:hover, table.display tfoot th:hover {
	color: #666;
}

table.display tfoot th {
	padding: 3px;
	border-top: 1px solid #CCC;
	font-weight: bold;
	white-space: nowrap;
	color: #000;
	text-transform: capitalize;
}

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

table.display td {
	padding: 3px 10px;

}
table.display td strong {
	color: #000;
}

table.display td.center {
	text-align: center;
}
table.display td a,table.display td a:visited {
	color: #000;
	text-decoration: none;
}
table.display td a:hover {
	color: #666;
}
table.display tr.odd {
	background: #f1f1f1 ;
}
table.display tr.odd:hover  {
	background: #CCC;
	cursor: pointer;
}
table.display tr:hover  {
	background: #CCC;
	cursor: pointer;
}

/*  DataTables ajax */

table.ajax {
	font-size: 12px;
	line-height: 15px;
	padding: 0;
	width: 100%;
	margin-top: 10px;
	clear: both;
	text-align: left;
}

table.ajax thead th {
	padding: 3px 10px;
	border-bottom: 1px solid #CCC;
	font-weight: bold;
	cursor: pointer;
	* cursor: hand;
	white-space: nowrap;
	color: #000;
	text-transform: capitalize;
}
table.ajax thead th:hover, table.ajax tfoot th:hover {
	color: #666;
}

table.ajax tfoot th {
	padding: 3px;
	border-top: 1px solid #CCC;
	font-weight: bold;
	white-space: nowrap;
	color: #000;
	text-transform: capitalize;
}

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

table.ajax td {
	padding: 5px 10px;

}
table.ajax td strong {
	color: #000;
}

table.ajax td.center {
	text-align: center;
}
table.ajax td a,table.ajax td a:visited {
	color: #000;
	text-decoration: none;
}
table.ajax td a:hover {
	color: #666;
}
table.ajax tr.odd {
	background: #f1f1f1 ;
}
table.ajax tr.odd:hover  {
	background: #f1f1f1;
}

/*  DataTables sorting */

.sorting_asc {
	background: url('/site_images/arrowup.gif') no-repeat center right;
}

.sorting_desc {
	background: url('/site_images/arrowdown.gif') no-repeat center right;
}
