/*
 *  File:         datatable.css
 *  CVS:          $Id$
 *  Description:  CSS descriptions for DataTables demo pages
 *  Author:       Allan Jardine
 *  Created:      Tue May 12 06:47:22 BST 2009
 *  Modified:     $Date$ by $Author$
 *  Language:     CSS
 *  Project:      DataTables
 *
 *  Copyright 2009 Allan Jardine. All Rights Reserved.
 *
 * ***************************************************************************
 * DESCRIPTION
 *
 * The styles given here are suitable for the demos that are used with the standard DataTables
 * distribution (see www.datatables.net). You will most likely wish to modify these styles to
 * meet the layout requirements of your site.
 *
 * Common issues:
 *   'full_numbers' pagination - I use an extra selector on the body tag to ensure that there is
 *     no conflict between the two pagination types. If you want to use full_numbers pagination
 *     ensure that you either have "example_alt_pagination" as a body class name, or better yet,
 *     modify that selector.
 *   Note that the path used for Images is relative. All images are by default located in
 *     ../images/ - relative to this CSS file.
 */
	/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables features
 */
.dataTables_wrapper {
	position: relative;
	clear: both;
	zoom: 1; /* Feeling sorry for IE */
	font-family: "Arial", sans-serif;
	font-size: 12px;
	color: #666666;
}

.dataTables_processing {
	display: none;
	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;
	position: absolute;
}

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

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

.dataTables_info_first, #datatables_profiles .sub-page-right-side .dt-center-container .dataTables_info {
	position: absolute;
    top: -70px;
    text-align: left;
}

.dataTables_info {
	width: 100%;
}

#cvlContainercomparison .dt-center-container .dataTables_info_first, 
#cvlContainercomparison .dt-center-container .dataTables_info {
	display: none;
}

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

/* 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 display
 */
table.display {
	width: 100%;
	clear: both;
	/* Note Firefox 3.5 and before have a bug with border-collapse
	 * ( https://bugzilla.mozilla.org/show%5Fbug.cgi?id=155955 ) 
	 * border-spacing: 0; is one possible option. Conditional-css.com is
	 * useful for this kind of thing
	 *
	 * Further note IE 6/7 has problems when calculating widths with border width.
	 * It subtracts one px relative to the other browsers from the first column, and
	 * adds one to the end...
	 *
	 * If you want that effect I'd suggest setting a border-top/left on th/td's and 
	 * then filling in the gaps with other borders.
	 */
}

table.display thead th {
	font-family: "Arial", sans-serif;
	font-size: 11px;
	color: #fff;
	font-weight: bold;
	line-height: 68px;
	vertical-align: middle;
	text-align: left;
	padding: 0px 12px !important;
	cursor: pointer;
}

table.display tfoot th {
	font-family: "Arial", sans-serif;
	font-size: 11px;
	color: #313131;
	text-shadow: 1px 1px 0 #ffffff;
	font-weight: bold;
	line-height: 68px;
	vertical-align: middle;
	text-align: left;
	padding: 0px 12px !important;
	cursor: pointer;
	border-right: 1px solid #b9b9b9;
	border-bottom: 0px solid #a7a7a7;
}

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


table.dt-table-header tr {
    border: none;
}

table.display td {
	color: #666666;
	overflow: visible;
	padding: 0px 12px !important;
    border-bottom: 1px solid #dadada;
}

table.display td.show-sap {
	padding-right: 0 !important;
}

table.display div.td-content-overflowed {
	overflow: visible;
	max-height: none; /* value defined as inline contextual property */
	position: relative;
}

table.display td a {
	white-space: nowrap;
	line-height: 25px;
}

.ui-dialog table.display td.show-tags a {
}

.row-noborder {
	border-bottom: none !important;
}

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

table.display th.extra-column {
	margin: 0px !important;
	padding: 0px !important;
	text-decoration: none;
    background: #656593;
	cursor: default;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables sorting
 */
.sorting_asc {
	background: #4e4e77 url('../../images/grid_header_bg.png') no-repeat scroll right
		-346px; /*346px;353px*/
}

.sorting_desc {
	background: #4e4e77 url('../../images/grid_header_bg.png') no-repeat scroll right
		-277px; /*277px;284px*/
}

.sorting {
	background: #656593 url('../../images/grid_header_bg.png') no-repeat scroll right
		-208px; /*208px;215px*/
}

.monitoring-th {
	background: url('../../images/grid_header_bg.png') no-repeat scroll right
		-415px !important;
}

.monitoring-th.sorting_desc {
	background: url('../../images/grid_header_bg.png') no-repeat scroll right
		-484px !important;
    background: #4e4e77;
}

.monitoring-th.sorting_asc {
	background: url('../../images/grid_header_bg.png') no-repeat scroll right
		-553px !important;
    background: #4e4e77;
}

.sorting_asc_disabled {
	background: url('../../images/grid_header_bg.png') no-repeat scroll right
		-346px; /*346px;353px*/
}

.sorting_desc_disabled {
	background: url('../../images/grid_header_bg.png') no-repeat scroll right
		-277px; /*277px;284px*/
}

.sortingths th {
	color: #555555 !important;
	background: url('../../images/grid_header_bg.png') no-repeat scroll left
		-1px;
}

.sortingths .sorting_asc {
	background: url('../../images/grid_header_bg.png') no-repeat scroll right
		-139px;
    background: #4e4e77;
}

.sortingths .sorting_desc {
	background: url('../../images/grid_header_bg.png') no-repeat scroll right
		-70px;
    background: #4e4e77;
}

.sortingths .sorting {
	background: url('../../images/grid_header_bg.png') no-repeat scroll right
		-1px;
    background: #656593;
}

.sorting_disabled {
	background: #656593;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables row classes
 */
table.display tr.odd.gradeA {
	background-color: #ddffdd;
}

table.display tr.even.gradeA {
	background-color: #eeffee;
}

table.display tr.odd.gradeC {
	background-color: #ddddff;
}

table.display tr.even.gradeC {
	background-color: #eeeeff;
}

table.display tr.odd.gradeX {
	background-color: #ffdddd;
}

table.display tr.even.gradeX {
	background-color: #ffeeee;
}

table.display tr.odd.gradeU {
	background-color: #ddd;
}

table.display tr.even.gradeU {
	background-color: #eee;
}

tr.odd {
	background-color:  #fff;/*#fafbfd;*/
	height: 42px;
	/*line-height: 40px;*/
}

tr.even {
	background-color: #fff;
	height: 42px;
	/*line-height: 40px;*/
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * Misc
 */
.dataTables_scroll {
	clear: both;
}

.dataTables_scrollBody {
	*margin-top: -1px;
}

.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;
}

td.group {
	background-color: #d1cfd0;
	border-bottom: 2px solid #A19B9E;
	border-top: 2px solid #A19B9E;
}

td.details {
	background-color: #d1cfd0;
	border: 2px solid #A19B9E;
}

.example_alt_pagination div.dataTables_info {
	width: 40%;
}

.paging_full_numbers span.paginate_button,.paging_full_numbers span.paginate_active
	{
	cursor: pointer;
	*cursor: hand;
}

.paging_full_numbers span {
	display: inline-block;
}

.paging_full_numbers {
	width: 100%;
	height: 25px;
	line-height: 25px;
}

.paging_full_numbers span.paginate_button {
	text-align: center;
	font-family: "Arial", sans-serif;
	font-size: 11px;
	color: #afafaf;
	text-shadow: 1px 1px 0 #ffffff;
	line-height: 25px;
	font-weight: bold;
	min-width: 35px;
	background: url(/images/sprite.png) no-repeat;
	background-position: left -825px;
	margin-right: -1px;
}

.paging_full_numbers span.paginate_button:hover {
	background-position: left -903px;
}

.paging_full_numbers span.paginate_active {
	text-align: center;
	font-family: "Arial", sans-serif;
	font-size: 11px;
	text-shadow: 1px 1px 0 #ffffff;
	line-height: 25px;
	font-weight: bold;
	min-width: 35px;
	background: url(/images/sprite.png) no-repeat;
	background-position: left -825px;
	color: #464646;
	margin-right: -1px;
}

.paging_full_numbers span.previous {
	width: 89px;
	background-position: left -955px;
}

.paging_full_numbers span.next {
	width: 66px;
	background-position: left -1007px;
}

.paging_full_numbers span.previous:hover {
	background-position: left -981px;
}

.paging_full_numbers span.next:hover {
	background-position: left -1033px;
}

.paging_full_numbers span.first {
	display: none;
}

.paging_full_numbers span.last {
	display: none;
}

table.display.dt-table-left tr.row_selected td:first-child {
    border-left: 3px solid #ffc106;
}

table.display tr.even.row_selected td {
	background-color: #fff6df;
}

table.display tr.odd.row_selected td {
	background-color: #fff6df;
}

/*
 * Sorting classes for columns
 */ /* For the standard odd/even */
tr.odd td.sorting_1 {
	background-color: #f4f5f9;
}

tr.odd td.sorting_2 {
	background-color: #DADCFF;
}

tr.odd td.sorting_3 {
	background-color: #E0E2FF;
}

tr.even td.sorting_1 {
	background-color: #f4f5f9;
}

tr.even td.sorting_2 {
	background-color: #F2F3FF;
}

tr.even td.sorting_3 {
	background-color: #F9F9FF;
}

/* For the Conditional-CSS grading rows */ /*
 	Colour calculations (based off the main row colours)
  Level 1:
		dd > c4
		ee > d5
	Level 2:
	  dd > d1
	  ee > e2
 */
tr.odd.gradeA td.sorting_1 {
	background-color: #c4ffc4;
}

tr.odd.gradeA td.sorting_2 {
	background-color: #d1ffd1;
}

tr.odd.gradeA td.sorting_3 {
	background-color: #d1ffd1;
}

tr.even.gradeA td.sorting_1 {
	background-color: #d5ffd5;
}

tr.even.gradeA td.sorting_2 {
	background-color: #e2ffe2;
}

tr.even.gradeA td.sorting_3 {
	background-color: #e2ffe2;
}

tr.odd.gradeC td.sorting_1 {
	background-color: #c4c4ff;
}

tr.odd.gradeC td.sorting_2 {
	background-color: #d1d1ff;
}

tr.odd.gradeC td.sorting_3 {
	background-color: #d1d1ff;
}

tr.even.gradeC td.sorting_1 {
	background-color: #d5d5ff;
}

tr.even.gradeC td.sorting_2 {
	background-color: #e2e2ff;
}

tr.even.gradeC td.sorting_3 {
	background-color: #e2e2ff;
}

tr.odd.gradeX td.sorting_1 {
	background-color: #ffc4c4;
}

tr.odd.gradeX td.sorting_2 {
	background-color: #ffd1d1;
}

tr.odd.gradeX td.sorting_3 {
	background-color: #ffd1d1;
}

tr.even.gradeX td.sorting_1 {
	background-color: #ffd5d5;
}

tr.even.gradeX td.sorting_2 {
	background-color: #ffe2e2;
}

tr.even.gradeX td.sorting_3 {
	background-color: #ffe2e2;
}

tr.odd.gradeU td.sorting_1 {
	background-color: #c4c4c4;
}

tr.odd.gradeU td.sorting_2 {
	background-color: #d1d1d1;
}

tr.odd.gradeU td.sorting_3 {
	background-color: #d1d1d1;
}

tr.even.gradeU td.sorting_1 {
	background-color: #d5d5d5;
}

tr.even.gradeU td.sorting_2 {
	background-color: #e2e2e2;
}

tr.even.gradeU td.sorting_3 {
	background-color: #e2e2e2;
}

/*
 * Row highlighting example
 */
table.display tr:not(.row_selected).even.highlighted,
table.display tr:not(.row_selected).odd.highlighted {
	/*background-color: #f4f5f9 !important;*/
	background-color: rgba(184, 191, 220, 0.1) !important;
	/*background-color: rgb(31,3,199) !important;*/
}
table.display.dt-table-left tr:not(.row_selected).even.highlighted td:first-child,
table.display.dt-table-left tr:not(.row_selected).odd.highlighted td:first-child {
    border-left: 3px solid #656593;
}

table.display.dt-table-left-other-without-slider tr:not(.row_selected).even.highlighted td:first-child,
table.display.dt-table-left-other-without-slider tr:not(.row_selected).odd.highlighted td:first-child {
    border-left: none;
}

table.display tr.even.add-highlighted td,
table.display tr.odd.add-highlighted td {
	background-color: #cef2ff !important;
}

table.display tr.even.rechecking td {
	background-color: #E5E5E5;
}

table.display tr.odd.rechecking td {
	background-color: #E5E5E5;
}

table.display tr.even.keyword-rt-paused td,
table.display tr.odd.keyword-rt-paused td {
	background-color: #d0d0d0 !important;
	font-style: italic !important;
}

.ex_highlight_row #example tr.even:hover {
	background-color: #f4f5f9;
}

.ex_highlight_row #example tr.even:hover td.sorting_1 {
	background-color: #DDFF75;
}

.ex_highlight_row #example tr.even:hover td.sorting_2 {
	background-color: #E7FF9E;
}

.ex_highlight_row #example tr.even:hover td.sorting_3 {
	background-color: #E2FF89;
}

.ex_highlight_row #example tr.odd:hover {
	background-color: #f4f5f9;
}

.ex_highlight_row #example tr.odd:hover td.sorting_1 {
	background-color: #D6FF5C;
}

.ex_highlight_row #example tr.odd:hover td.sorting_2 {
	background-color: #E0FF84;
}

.ex_highlight_row #example tr.odd:hover td.sorting_3 {
	background-color: #DBFF70;
}

/*
 * KeyTable
 */
table.KeyTable td {
	border: 3px solid transparent;
}

table.KeyTable td.focus {
	border: 3px solid #3366FF;
}

table.display tr.gradeA {
	background-color: #eeffee;
}

table.display tr.gradeC {
	background-color: #ddddff;
}

table.display tr.gradeX {
	background-color: #ffdddd;
}

table.display tr.gradeU {
	background-color: #ddd;
}

div.box {
	height: 100px;
	padding: 10px;
	overflow: auto;
	border: 1px solid #8080FF;
	background-color: #E5E5FF;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables Type Other Without Slider
 */
table.dt-table.dt-other-without-slider td,table.dt-table.dt-table-left-other-without-slider td
	{
	border-bottom: 1px solid #c8c8c8;
	border-right: 1px solid #c8c8c8;
	border-left: 1px solid #c8c8c8;
	padding: 0 10px;
}

table.dt-table.dt-other-without-slider td:first-child,table.dt-table.dt-table-left-other-without-slider td:first-child
	{
	border-left: 0px solid #c8c8c8;
}

table.dt-table.dt-other-without-slider td:last-child,table.dt-table.dt-table-left-other-without-slider td:last-child
	{
	border-right: 0px solid #c8c8c8;
}

table.dt-table.dt-other-without-slider tr.odd.row_selected td,table.dt-table.dt-table-left-other-without-slider tr.odd.row_selected td
	{
	background-color: #fff6df;
}

table.dt-table.dt-other-without-slider tr.even.row_selected td,table.dt-table.dt-table-left-other-without-slider tr.even.row_selected td
	{
	background-color: #fff6df;
}

table.dt-table.dt-other-without-slider tr.odd.row_selected td:last-child,table.dt-table.dt-other-without-slider tr.even.row_selected td:last-child
table.dt-table.dt-table-left-other-without-slider tr.odd.row_selected td:last-child,table.dt-table.dt-table-left-other-without-slider tr.even.row_selected td:last-child {
	background-repeat: no-repeat;
	background-position: 98% 12px;
}

table.dt-table.dt-other-without-slider tr:hover,table.dt-table.dt-table-left-other-without-slider tr:hover
	{
	background-color: #f4f5f9;
}

table.dt-table.dt-other-without-slider tr.odd:hover td.sorting_1,table.dt-table.dt-table-left-other-without-slider tr.odd:hover td.sorting_1
	{
	background-color: #f4f5f9;
}

table.dt-table.dt-other-without-slider tr.even:hover td.sorting_1,table.dt-table.dt-table-left-other-without-slider tr.even:hover td.sorting_1
	{
	background-color: #f4f5f9;
}

table.dt-table.dt-other-without-slider tr.odd.row_selected:hover td,table.dt-table.dt-table-left-other-without-slider tr.odd.row_selected:hover td
	{
	background-color: #f4f5f9;
}

table.dt-table.dt-other-without-slider tr.even.row_selected:hover td,table.dt-table.dt-table-left-other-without-slider tr.even.row_selected:hover td
	{
	background-color: #f4f5f9;
}

table.dt-table.dt-header-other-without-slider thead th,table.dt-table.dt-other-without-slider thead th,table.dt-table.dt-table-left-header-other-without-slider thead th,table.dt-table.dt-table-left-other-without-slider thead th
	{
	border: 1px solid #c8c8c8;
	border-top: 2px solid #c8c8c8;
	color: #313131;
	cursor: pointer;
	font-family: "Arial", sans-serif;
	font-size: 12px;
	font-weight: bold;
	height: 36px;
	line-height: 36px;
	padding: 0 10px;
	text-align: left;
	text-shadow: 1px 1px 0 #FFFFFF;
	vertical-align: middle;
}

table.dt-table.dt-header-other-without-slider tfoot th,table.dt-table.dt-other-without-slider tfoot th,table.dt-table.dt-table-left-header-other-without-slider tfoot th,table.dt-table.dt-table-left-other-without-slider tfoot th
	{
	border: 1px solid #c8c8c8;
	color: #313131;
	cursor: pointer;
	font-family: "Arial", sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 0 10px;
	text-align: left;
	text-shadow: 1px 1px 0 #FFFFFF;
	vertical-align: middle;
	border-bottom: 0px solid #c8c8c8;
}

table.dt-table.dt-header-other-without-slider thead th:first-child,table.dt-table.dt-other-without-slider thead th:first-child
	{
	border-left: 0px solid #C8C8C8;
}

table.dt-table.dt-header-other-without-slider thead th:last-child,table.dt-table.dt-other-without-slider thead th:last-child
	{
	border-right: 0px solid #C8C8C8;
}

table.dt-table.dt-header-other-without-slider tfoot th:first-child,table.dt-table.dt-other-without-slider tfoot th:first-child
	{
	border-left: 0px solid #C8C8C8;
}

table.dt-table.dt-header-other-without-slider tfoot th:last-child,table.dt-table.dt-other-without-slider tfoot th:last-child
	{
	border-right: 0px solid #C8C8C8;
}

table.dt-table.dt-header-other-without-slider .sorting_asc,table.dt-table.dt-other-without-slider .sorting_asc
	{
	background: url('../../images/grid_header_other_bg.png') #e3e3e3 no-repeat
		scroll right -170px;
}

table.dt-table.dt-header-other-without-slider .sorting_desc,table.dt-table.dt-other-without-slider .sorting_desc
	{
	background: url('../../images/grid_header_other_bg.png') #e3e3e3 no-repeat
		scroll right -88px;
}

table.dt-table.dt-header-other-without-slider .sorting,table.dt-table.dt-other-without-slider .sorting
	{
	background: url('../../images/grid_header_other_bg.png') #e3e3e3 no-repeat
		scroll right -19px;
}

table.dt-table.dt-header-other-without-slider .sorting_asc_disabled,table.dt-table.dt-other-without-slider .sorting_asc_disabled
	{
	background: url('../../images/grid_header_other_bg.png') #e3e3e3 no-repeat
		scroll right -170px;
}

table.dt-table.dt-header-other-without-slider .sorting_desc_disabled,table.dt-table.dt-other-without-slider .sorting_desc_disabled
	{
	background: url('../../images/grid_header_other_bg.png') #e3e3e3 no-repeat
		scroll right -88px;
}

table.dt-table.dt-header-other-without-slider .extra-column,table.dt-table.dt-other-without-slider .extra-column
	{
	margin: 0px !important;
	padding: 0px !important;
	text-decoration: none;
	background: #e3e3e3;
	cursor: default;
}

.dt-table-center-container-other-without-slider {
	border-left: 1px solid #C8C8C8;
	border-right: 1px solid #C8C8C8;
	border-bottom: 0px solid #C8C8C8;
    overflow-x: hidden;
}

table.dt-table.dt-table-left-header-other-without-slider tfoot th:first-child,table.dt-table.dt-table-left-other-without-slider tfoot th:first-child
	{
	border-left: 0px solid #C8C8C8;
}

table.dt-table.dt-table-left-header-other-without-slider tfoot th:last-child,table.dt-table.dt-table-left-other-without-slider tfoot th:last-child
	{
	border-right: 0px solid #C8C8C8;
}

table.dt-table.dt-table-left-header-other-without-slider thead th:first-child,table.dt-table.dt-table-left-other-without-slider thead th:first-child
	{
	border-left: 0px solid #C8C8C8;
}

table.dt-table.dt-table-left-header-other-without-slider thead th:last-child,table.dt-table.dt-table-left-other-without-slider thead th:last-child
	{
	border-right: 1px solid #C8C8C8;
}

table.dt-table.dt-table-left-header-other-without-slider .sorting_asc,table.dt-table.dt-table-left-other-without-slider .sorting_asc
	{
	background: url('../../images/grid_header_other_bg.png') #e3e3e3 no-repeat
		scroll right -170px;
}

table.dt-table.dt-table-left-header-other-without-slider .sorting_desc,table.dt-table.dt-table-left-other-without-slider .sorting_desc
	{
	background: url('../../images/grid_header_other_bg.png') #e3e3e3 no-repeat
		scroll right -88px;
}

table.dt-table.dt-table-left-header-other-without-slider .sorting,table.dt-table.dt-table-left-other-without-slider .sorting
	{
	background: url('../../images/grid_header_other_bg.png') #e3e3e3 no-repeat
		scroll right -19px;
}

table.dt-table.dt-table-left-header-other-without-slider .sorting_asc_disabled,table.dt-table.dt-table-left-other-without-slider .sorting_asc_disabled
	{
	background: url('../../images/grid_header_other_bg.png') #e3e3e3 no-repeat
		scroll right -170px;
}

table.dt-table.dt-table-left-header-other-without-slider .sorting_desc_disabled,table.dt-table.dt-table-left-other-without-slider .sorting_desc_disabled
	{
	background: url('../../images/grid_header_other_bg.png') #e3e3e3 no-repeat
		scroll right -88px;
}

table.dt-table.dt-table-left-header-other-without-slider .sortingths th.checkboxes,table.dt-table.dt-table-left-other-without-slider .sortingths th.checkboxes
	{
	background: #e3e3e3;
}

table.dt-table.dt-table-left-header-other-without-slider tfoot th:first-child,table.dt-table.dt-table-left-other-without-slider tfoot th:first-child
	{
	border-left: 1px solid #C8C8C8;
}

table.dt-table.dt-table-left-header-other-without-slider thead th:first-child,table.dt-table.dt-table-left-other-without-slider thead th:first-child
	{
	border-left: 1px solid #C8C8C8;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables Type Other With Slider
 */
table.dt-table.dt-other-with-slider td,table.dt-table.dt-table-left-other-with-slider td
	{
	border-bottom: 1px solid #c8c8c8;
	border-right: 1px solid #c8c8c8;
	border-left: 1px solid #c8c8c8;
	padding: 0 10px;
}

table.dt-table.dt-other-with-slider td:first-child,table.dt-table.dt-table-other-with-slider td:first-child
	{
	border-left: 0px solid #c8c8c8;
}

table.dt-table.dt-other-with-slider td:last-child,table.dt-table.dt-table-other-with-slider td:last-child
	{
	border-right: 0px solid #c8c8c8;
}

table.dt-table.dt-other-with-slider tr.odd.row_selected td,table.dt-table.dt-table-other-with-slider tr.odd.row_selected td
	{
	background-color: #fff6df;
}

table.dt-table.dt-other-with-slider tr.even.row_selected td,table.dt-table.dt-table-other-with-slider tr.even.row_selected td
	{
	background-color: #fff6df;
}

table.dt-table.dt-other-with-slider tr:hover,table.dt-table.dt-table-other-with-slider tr:hover
	{
	background-color: #f4f5f9;
}

table.dt-table.dt-other-with-slider tr.odd:hover td.sorting_1,table.dt-table.dt-table-other-with-slider tr.odd:hover td.sorting_1
	{
	background-color: #f4f5f9;
}

table.dt-table.dt-other-with-slider tr.even:hover td.sorting_1,table.dt-table.dt-table-other-with-slider tr.even:hover td.sorting_1
	{
	background-color: #f4f5f9;
}

table.dt-table.dt-other-with-slider tr.odd.row_selected:hover td,table.dt-table.dt-table-other-with-slider tr.odd.row_selected:hover td
	{
	background-color: #f4f5f9;
}

table.dt-table.dt-other-with-slider tr.even.row_selected:hover td,table.dt-table.dt-table-other-with-slider tr.even.row_selected:hover td
	{
	background-color: #f4f5f9;
}

table.dt-table.dt-header-other-with-slider thead th,table.dt-table.dt-other-with-slider thead th
	{
	border-left: 1px solid #C8C8C8;
	border-right: 1px solid #C8C8C8;
	border-top: 2px solid #c8c8c8;
	color: #313131;
	cursor: pointer;
	font-family: "Arial", sans-serif;
	font-size: 12px;
	font-weight: bold;
	height: 36px;
	line-height: 36px;
	padding: 0 10px;
	text-align: left;
	text-shadow: 1px 1px 0 #FFFFFF;
	vertical-align: middle;
}

table.dt-table.dt-header-other-with-slider tfoot th,table.dt-table.dt-other-with-slider tfoot th,table.dt-table.dt-table-left-header-other-with-slider tfoot th,table.dt-table.dt-table-left-other-with-slider tfoot th
	{
	border-left: 1px solid #C8C8C8;
	border-right: 1px solid #C8C8C8;
	border-top: 2px solid #c8c8c8;
	color: #313131;
	cursor: pointer;
	font-family: "Arial", sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 0 10px;
	text-align: left;
	text-shadow: 1px 1px 0 #FFFFFF;
	vertical-align: middle;
	border-bottom: 0px solid #c8c8c8;
	border-right: 1px solid #C8C8C8;
	border-top: 0px solid #c8c8c8;
}

table.dt-table.dt-table-left-header-other-with-slider thead th,table.dt-table.dt-table-left-other-with-slider thead th
	{
	border-left: 1px solid #C8C8C8;
	border-bottom: 1px solid #C8C8C8;
	border-right: 1px solid #C8C8C8;
	border-top: 2px solid #c8c8c8;
	color: #313131;
	cursor: pointer;
	font-family: "Arial", sans-serif;
	font-size: 12px;
	font-weight: bold;
	height: 56px;
	line-height: 56px;
	padding: 0 10px;
	text-align: left;
	text-shadow: 1px 1px 0 #FFFFFF;
	vertical-align: middle;
}

table.dt-table.dt-header-other-with-slider tfoot th:first-child,table.dt-table.dt-other-with-slider tfoot th:first-child
	{
	border-left: 0px solid #C8C8C8;
}

table.dt-table.dt-header-other-with-slider tfoot th:last-child,table.dt-table.dt-other-with-slider tfoot th:last-child
	{
	border-right: 0px solid #C8C8C8;
}

table.dt-table.dt-header-other-with-slider thead th:first-child,table.dt-table.dt-other-with-slider thead th:first-child
	{
	border-left: 0px solid #C8C8C8;
}

table.dt-table.dt-header-other-with-slider thead th:last-child,table.dt-table.dt-other-with-slider thead th:last-child
	{
	border-right: 0px solid #C8C8C8;
}

table.dt-table.dt-header-other-with-slider .sorting_asc,table.dt-table.dt-other-with-slider .sorting_asc
	{
	background: url('../../images/grid_header_other_bg.png') #e3e3e3 no-repeat
		scroll right -170px;
}

table.dt-table.dt-header-other-with-slider .sorting_desc,table.dt-table.dt-other-with-slider .sorting_desc
	{
	background: url('../../images/grid_header_other_bg.png') #e3e3e3 no-repeat
		scroll right -88px;
}

table.dt-table.dt-header-other-with-slider .sorting,table.dt-table.dt-other-with-slider .sorting
	{
	background: url('../../images/grid_header_other_bg.png') #e3e3e3 no-repeat
		scroll right -19px;
}

table.dt-table.dt-header-other-with-slider .sorting_asc_disabled,table.dt-table.dt-other-with-slider .sorting_asc_disabled
	{
	background: url('../../images/grid_header_other_bg.png') #e3e3e3 no-repeat
		scroll right -170px;
}

table.dt-table.dt-header-other-with-slider .sorting_desc_disabled,table.dt-table.dt-other-with-slider .sorting_desc_disabled
	{
	background: url('../../images/grid_header_other_bg.png') #e3e3e3 no-repeat
		scroll right -88px;
}

table.dt-table.dt-header-other-with-slider .extra-column,table.dt-table.dt-other-with-slider .extra-column
	{
	margin: 0px !important;
	padding: 0px !important;
	text-decoration: none;
	background: #e3e3e3;
	cursor: default;
}

.dt-table-slider-top-other-with-slider {
	border-top: 1px solid #C8C8C8;
	border-bottom: 1px solid #C8C8C8;
	padding-bottom: 10px;
	margin-top: 0px;
	position: relative;
	background: #fff;
}

.dt-table-slider-bottom-other-with-slider {
	padding: 3px 0px 6px 0px;
	border-top: 1px solid #C8C8C8;
	position: relative;
	background: #fff;
	margin-top: -1px;
}

.dt-table-scroll-content-other-with-slider {
	margin-top: 0px;
}

.dt-table-center-container-other-with-slider {
	border-left: 1px solid #C8C8C8;
	border-right: 1px solid #C8C8C8;
	border-bottom: 1px solid #C8C8C8;
}

.dt-center-container-with-slider {
	padding-bottom: 18px;
}

table.dt-table.dt-table-left-header-other-with-slider tfoot th:first-child,table.dt-table.dt-table-left-other-with-slider tfoot th:first-child
	{
	border-left: 0px solid #C8C8C8;
}

table.dt-table.dt-table-left-header-other-with-slider tfoot th:last-child,table.dt-table.dt-table-left-other-with-slider tfoot th:last-child
	{
	border-right: 0px solid #C8C8C8;
}

table.dt-table.dt-table-left-header-other-with-slider thead th:first-child,table.dt-table.dt-table-left-other-with-slider thead th:first-child
	{
	border-left: 0px solid #C8C8C8;
}

table.dt-table.dt-table-left-header-other-with-slider thead th:last-child,table.dt-table.dt-table-left-other-with-slider thead th:last-child
	{
	border-right: 1px solid #C8C8C8;
}

table.dt-table.dt-table-left-header-other-with-slider .sorting_asc,table.dt-table.dt-table-left-other-with-slider .sorting_asc
	{
	background: url('../../images/grid_header_other_bg.png') #e3e3e3 no-repeat
		scroll right -160px;
}

table.dt-table.dt-table-left-header-other-with-slider .sorting_desc,table.dt-table.dt-table-left-other-with-slider .sorting_desc
	{
	background: url('../../images/grid_header_other_bg.png') #e3e3e3 no-repeat
		scroll right -78px;
}

table.dt-table.dt-table-left-header-other-with-slider .sorting,table.dt-table.dt-table-left-other-with-slider .sorting
	{
	background: url('../../images/grid_header_other_bg.png') #e3e3e3 no-repeat
		scroll right -9px;
}

table.dt-table.dt-table-left-header-other-with-slider .sorting_asc_disabled,table.dt-table.dt-table-left-other-with-slider .sorting_asc_disabled
	{
	background: url('../../images/grid_header_other_bg.png') #e3e3e3 no-repeat
		scroll right -160px;
}

table.dt-table.dt-table-left-header-other-with-slider .sorting_desc_disabled,table.dt-table.dt-table-left-other-with-slider .sorting_desc_disabled
	{
	background: url('../../images/grid_header_other_bg.png') #e3e3e3 no-repeat
		scroll right -78px;
}

table.dt-table.dt-table-left-header-other-with-slider .sortingths th.checkboxes,table.dt-table.dt-table-left-other-with-slider .sortingths th.checkboxes
	{
	background: #e3e3e3;
}

table.dt-table.dt-table-left-header-other-with-slider tfoot th:first-child,table.dt-table.dt-table-left-other-with-slider tfoot th:first-child
	{
	border-left: 1px solid #C8C8C8;
}

table.dt-table.dt-table-left-header-other-with-slider thead th:first-child,table.dt-table.dt-table-left-other-with-slider thead th:first-child
	{
	border-left: 1px solid #C8C8C8;
}

table.dt-table.dt-table-left-header tfoot th:first-child,table.dt-table.dt-table-left tfoot th:first-child
	{
	border-left: 1px solid #B9B9B9;
}

table.dt-table.dt-table-left tbody td:first-child {
}

table.dt-table.dt-table-left-header thead th:first-child,table.dt-table.dt-table-left thead th:first-child {
    border-left: 3px solid #656593;
}

table.dt-table-left-header-other-without-slider.dt-table-left-header thead th:first-child,
table.dt-table-left-header-other-without-slider.dt-table-left thead th:first-child {
    border-left: none;
}

table.dt-table.dt-table-left-header tfoot th:last-child,table.dt-table.dt-table-left tfoot th:last-child {
	border-right: 1px solid #B9B9B9;
}

table.dt-table.dt-table-left tbody td:last-child {
    padding-right: 0 !important;
}

table.dt-table.dt-table-left-header thead th:last-child,table.dt-table.dt-table-left thead th:last-child
	{
}

.dataTables_empty {
	background-color: #FFF;
	height: 40px;
	padding: 3px 10px;
	vertical-align: middle;
	text-align: left;
    color: #80807F;
    font-size: 12px;
    text-shadow: 1px 1px 0 #FFFFFF;
}

.dataTables_empty {
	border: none !important;
}



th .colName {
	width:100%;
	height:36px;
	overflow:hidden;
	white-space: nowrap;
	line-height:36px;
}

.dt-table-left-other-without-slider tr  {
    height: 42px !important;
    line-height: 0 !important;
}
.dt-table-left-other-without-slider tfoot {
    display: none;
}