/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables features
 */

.dataTables_wrapper {
	position: relative;
	min-height: 302px;
	_height: 302px;
	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;
	margin-bottom: 10px;
	font-weight: bold;
}

.dataTables_info {
	width: 60%;
	float: left;
}

.dataTables_paginate {
	width: 44px;
	float: right;
	margin: 5px;
	margin-top: 10px;
	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/back_disabled.jpg');
}

.paginate_enabled_previous {
	background-image: url('images/back_enabled.jpg');
}

.paginate_disabled_next {
	background-image: url('images/forward_disabled.jpg');
}

.paginate_enabled_next {
	background-image: url('images/forward_enabled.jpg');
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables sorting
 */

.sorting_asc {
	background: url('images/sort_asc_pl_brand.png') no-repeat center right;
}

.sorting_desc {
	background: url('images/sort_desc_pl_brand.png') no-repeat center right;
}

.sorting {
	background: url('images/sort_both_pl_brand.png') no-repeat center right;
}

.sorting_asc_disabled {
	background: url('images/sort_asc_disabled.png') no-repeat center right;
}

.sorting_desc_disabled {
	background: url('images/sort_desc_disabled.png') no-repeat center right;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * Misc
 */
.top, .bottom {
	padding: 15px;
	background-color: #F5F5F5;
	border: 1px solid #CCCCCC;
}

.top .dataTables_info {
	float: none;
}

.clear {
	clear: both;
}

tfoot input {
	/*margin: 0.5em 0;*/
	width: 100%;
	color: #444;
}

tfoot input.search_init {
	color: #999;
	text-align:left;
}

tfoot input.search_init_hidden {
	color: #999;
	text-align: left;
	visibility:hidden
}

tfoot input.search_init_right {
	color: #999;
	text-align: right;
}

tfoot input.search_init_left {
	color: #999;
	text-align: left;
	margin-left: -6;
	text-align:left;
}

tfoot input.search_init_center {
	color: #999;
	text-align: center;
}

.example_alt_pagination div.dataTables_info 
{
	width: 40%;
	margin-top: 10px;
}

.example_alt_pagination .dataTables_paginate 
{
	width: 400px;
}

.example_alt_pagination div.dataTables_paginate span.paginate_button,
 	.example_alt_pagination div.dataTables_paginate span.paginate_active {
	padding: 2px 5px;
	margin:0 3px;
	cursor: pointer;
	color: black;
	font-weight: bold;
}

.example_alt_pagination div.dataTables_paginate span.paginate_button {
	font-weight: bold;
	color: black;
}

.example_alt_pagination div.dataTables_paginate span.paginate_button:hover,
.example_alt_pagination div.dataTables_paginate span.paginate_active {
	background-color: #E7E7E7;
}

table.display tr.row_selected.odd td {
	background-color: #B0BED9;
}

table.display tr.row_selected.even td {
	background-color: #9FAFD1;
}

.gridCellRight
{
	text-align:right;
}

.gridCellLeft
{
	text-align:left;
	white-space:nowrap;
}
.gridCellCenter
{
	text-align:center;
	white-space:nowrap;
}