
/*
 * Table
 */
table.dataTable {
	margin: 0 auto;
	clear: both;
	width: 100%;
	margin-top:0px;
	margin-bottom:0px;
	vertical-align:middle !important;
}
table.dataTable tbody {
	border-bottom: 0px solid #dddddd;
}
table.dataTable.condensed-nosort {
	margin-top:0px;
}

table.dataTable thead th {
	padding: 2px 11px 10px 2px;
	/*border-top: 1px solid #dddddd;*/
	cursor: pointer;
	*cursor: hand;
}



table.dataTable th {
	font-size:12px;
	line-height:100%;
}
table.dataTable thead tr  {
	/*border-bottom: 1px solid #dddddd;*/
}
table.dataTable tfoot th {
	padding: 5px 12px 6px 2px;
	border-top: 1px solid #dddddd;
	border-bottom: 0px solid #dddddd;
	font-weight: bold;
}

table.dataTable.wInput td {
	padding: 1px 12px 1px 2px;
}
table.dataTable td {
	padding: 3px 12px 3px 2px;
}
table.dataTable td input[type="checkbox"]{
	vertical-align: text-top ;
}
table.dataTable.condensed-nosort td {
	padding: 2px 4px;
}
table.dataTable.condensed-nosort th {
	padding: 3px 4px;
}
table.dataTable td.center,
table.dataTable td.dataTables_empty {
	text-align: center;
}

/*
table.dataTable tr.odd td.sorting_1 { background-color: #f5f5f5; }
table.dataTable tr.odd td.sorting_2 { background-color: #f5f5f5; }
table.dataTable tr.odd td.sorting_3 { background-color: #f5f5f5; }
table.dataTable tr.even td.sorting_1 { background-color: #f5f5f5; }
table.dataTable tr.even td.sorting_2 { background-color: #f5f5f5; }
table.dataTable tr.even td.sorting_3 { background-color: #f5f5f5; }
*/

/*
 * Table wrapper
 */
.dataTables_wrapper {
	position: relative;
	clear: both;
	*zoom: 1;
	/*border-bottom: 1px solid #ddd;*/
}


/*
 * Page length menu
 */
.dataTables_length {
	float: left;
	padding-right:15px;
}


/*
 * Filter
 */
.dataTables_filter {
	float:left;
	margin-bottom:10px;
}
.dataTables_filter input{
	width:100%;
}


/*
 * Table information
 */
.dataTables_info {
	float: left;
	font-size:11px;
}


/*
 * Pagination
 */
.dataTables_paginate {
	float: right;
	text-align: right;
}

/* Two button pagination - previous / next */
.paginate_disabled_previous,
.paginate_enabled_previous,
.paginate_disabled_next,
.paginate_enabled_next {
	height: 19px;
	float: left;
	padding-top:2px;
	font-size:11px;
	cursor: pointer;
	*cursor: hand;
}
.paginate_disabled_previous:hover,
.paginate_enabled_previous:hover,
.paginate_disabled_next:hover,
.paginate_enabled_next:hover {
	text-decoration: none !important;
}
.paginate_disabled_previous:active,
.paginate_enabled_previous:active,
.paginate_disabled_next:active,
.paginate_enabled_next:active {
	outline: none;
}

.paginate_disabled_previous,
.paginate_disabled_next {
	color: #666 !important;
}
.paginate_disabled_previous,
.paginate_enabled_previous {
	padding-left: 20px;
}
.paginate_disabled_next,
.paginate_enabled_next {
	padding-right: 20px;
	margin-left: 5px;
}

.paginate_enabled_previous { background: url('images/back_enabled.png') no-repeat top left; }
.paginate_enabled_previous:hover { background: url('images/back_enabled_hover.png') no-repeat top left; }
.paginate_disabled_previous { background: url('images/back_disabled.png') no-repeat top left; }

.paginate_enabled_next { background: url('images/forward_enabled.png') no-repeat top right; }
.paginate_enabled_next:hover { background: url('images/forward_enabled_hover.png') no-repeat top right; }
.paginate_disabled_next { background: url('images/forward_disabled.png') no-repeat top right; }


/* Full number pagination */
.paging_full_numbers {
	line-height: 18px;
}
.paging_full_numbers a:active {
	outline: none
}
.paging_full_numbers a:hover {
	text-decoration: none;
}

.paging_full_numbers a.paginate_button,
.paging_full_numbers a.paginate_active {
	border: 1px solid #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size:11px;
	padding: 1px 5px;
	margin: 0 3px;
	cursor: pointer;
	*cursor: hand;
	color: #555;
}

.paging_full_numbers a.paginate_button {
	background-color: #f5f5f5;
}

.paging_full_numbers a.paginate_button:hover {
	background-color: #777;
	border: 1px solid #777;
	color: #fff;
	text-decoration: none !important;
}

.paging_full_numbers a.paginate_active {
	background-color: #777;
	border: 1px solid #777;
	color: #fff;
}

/* Simple number pagination */
.paging_simple_numbers {
	line-height: 18px;
	float:left;
	margin-top:10px;
}
.paging_simple_numbers a:active {
	outline: none
}
.paging_simple_numbers a:hover {
	text-decoration: none;
}

.paging_simple_numbers a.paginate_button,
.paging_simple_numbers a.paginate_active {
	border: 1px solid #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size:11px;
	padding: 1px 5px;
	margin: 0 3px;
	cursor: pointer;
	*cursor: hand;
	color: #555;
}

.paging_simple_numbers a.paginate_button {
	background-color: #f5f5f5;
}

.paging_simple_numbers a.paginate_button:hover {
	background-color: #777;
	border: 1px solid #777;
	color: #fff;
	text-decoration: none !important;
}

.paging_simple_numbers a.paginate_active {
	background-color: #777;
	border: 1px solid #777;
	color: #fff;
}
/*
 * Processing indicator
 */
.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;
}


/*
 * Sorting
 */
.sorting { background: url('images/sort_both.png') no-repeat center right; }
.sorting_asc { background: url('images/sort_asc.png') no-repeat center right; }
.sorting_desc { background: url('images/sort_desc.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; }
 
 
table.dataTable thead th:active,
table.dataTable thead td:active {
	outline: none;
}


/*
 * Scrolling
 */
.dataTables_scroll {
	clear: both;
}

.dataTables_scrollBody {
	*margin-top: -1px;
	-webkit-overflow-scrolling: touch;
}

.dataTables_scrollHead {
	margin-bottom:10px;
}

.dataTables_scrollHeadInner {
	padding-top:5px;
	padding-bottom:5px;
}


/*
 * FOR CUSTOM
 */

div.dataTables_length label {
    width: auto;
    text-align: left;
	float:left;
}
 
div.dataTables_length select {
    width: 55px;
	height:auto;
	padding:0px;
	border-radius:3px 0px 0px 3px;
}
 
div.dataTables_filter label {
    float: right;
    width: auto;
	font-size:11px;
}
 
div.dataTables_info {
    padding-top: 2px;
}
 
.row_selected {
 	background:#ece9e7;
	cursor:pointer;
}
.row_selected_arrow {
 	background: #ece9e7 url(images/forward_enabled.png) right no-repeat;
	cursor:pointer;
}
.bottom {
	padding-top:20px;
	padding-left:5px;
	padding-right:5px;
	height:22px;
	/*border-top: 1px solid #ddd;*/
}
.top {
	padding-top:3px;
	padding-left:5px;
	padding-right:5px;
	height:22px;
	display:block;
	/*border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;*/
}

table.highlight tbody tr:hover, table.highlight tbody tr:hover a  {
 	background: #EDF2FA;
	color: rgb(51, 51, 51);
	cursor:pointer;
}


table.highlight_arrow tbody tr:hover  {
 	background: #ece9e7 url(images/forward_enabled.png) right no-repeat;
	cursor:pointer;
}
.DTFC_ScrollWrapper {border-bottom: 0px solid #ddd;}




/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * ColVis styles
 */
.ColVis {
	float: right;
	margin-bottom: 5px;
	display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 0px;
  vertical-align: middle;
  cursor: pointer;
  /*background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);*/
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;  /* Darken IE7 buttons */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #bbbbbb;
  *border: 0;
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}

.ColVis_Button {
	position: relative;
	float: left;
	font-size:11px;
	color:#333;
	padding: 2px 10px;
	background: none;
	border: 0px solid #ddd;
	cursor: pointer;
	*cursor: hand;
}

button.ColVis_Button::-moz-focus-inner { 
	border: none !important;
	padding: 0;
}

.ColVis_text_hover {
	border: 1px solid #999;
	background-color: #f0f0f0;
}

div.ColVis_collectionBackground {
	background-color: #000;
	z-index: 1100;
}

div.ColVis_collection {
	margin-top:5px;
	background-color: #fff;
	padding: 10px 6px;
	border: 0px solid #999;
	z-index: 1102;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	text-wrap: none;
	white-space:  nowrap;
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3), 0px 1px 3px rgba(0, 0, 0, 0.3), 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
}

div.ColVis_collection br{
	display: none;
}

div.ColVis_collection button.ColVis_Button {
	width: 100%;
	float: left;
	margin-bottom: 2px;
}

div.ColVis_catcher {
	position: absolute;
	z-index: 1101;
}

.disabled {
	color: #999;
}



button.ColVis_Button {
	text-align: left;
}

div.ColVis_collection button.ColVis_Button:hover {
	background-color:#CCC;
	border-radius:2px;
}

.ColVis_radio {
	display: inline-block;
	width: auto;
	margin-right:5px;
	vertical-align: text-top !important;
}
.ColVis_title{
	font-size:12px;
	vertical-align: text-top !important;
}

.ColVis_Restore {
	background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;  /* Darken IE7 buttons */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #bbbbbb;
  *border: 0;
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin-top:10px;
  padding:2px 5px 3px;
  font-size:11px;
  font-weight:bold;
  text-align:center !important;
}