.dataTables_length {
	float: left;
}
.dataTables_filter {
	text-align: right;
}
.dataTables_wrapper table {
	clear: left;
}

.dataTables_wrapper th.sorting, .dataTables_wrapper th.sorting_asc, .dataTables_wrapper th.sorting_desc {
	cursor: pointer;
}
.dataTables_wrapper th.sorting {
	padding-right: 16px !important;
	background: #624f2f url("/images/icons/sort_both.png") center right no-repeat !important;
}
.dataTables_wrapper th.sorting_asc {
	padding-right: 16px !important;
	background: #624f2f url("/images/icons/sort_asc.png") center right no-repeat !important;
}
.dataTables_wrapper th.sorting_desc {
	padding-right: 16px !important;
	background: #624f2f url("/images/icons/sort_desc.png") center right no-repeat !important;
}
.dataTables_wrapper table.rowSelect tr:hover td, .dataTables_wrapper tr.selected td {
	cursor: pointer;
	background-color: #ffd;
}

.dataTables_info {
	float: left;
}
.dataTables_paginate {
	text-align: right;
	line-height: 16px;
}
.dataTables_paginate .paginate_button, .dataTables_paginate .paginate_active {
	cursor: pointer;
}
.dataTables_paginate .paginate_active {
	cursor: auto;
	font-weight: bold;
}
.dataTables_paginate span span {
	padding: 0 3px;
}

.ColVis {
    float: right;
	margin: 0 3px 0 0;
}
.ColVis_Button {
    background-color: #FFFFFF;
    border: 1px solid #D0D0D0;
    cursor: pointer;
    float: left;
    height: 20px;
    width: 130px;
    padding: 1px 5px;
    position: relative;
}
.ColVis_MasterButton {
	padding-left: 23px;
	background: url("/images/icons/text_columns.png") 3px 1px no-repeat;
}
button.ColVis_Button::-moz-focus-inner {
    border: medium none !important;
    padding: 0;
}
.ColVis_text_hover {
    background-color: #F0F0F0;
    border: 1px solid #999999;
}
div.ColVis_collectionBackground {
    background-color: black;
    z-index: 1100;
}
div.ColVis_collection {
    background-color: #F3F3F3;
    border: 1px solid #CCCCCC;
    padding: 3px;
    position: relative;
    width: 130px;
    z-index: 1102;
}
div.ColVis_collection button.ColVis_Button {
    background-color: white;
    float: none;
    margin-bottom: 2px;
    width: 100%;
    height: 25px;
}
div.ColVis_catcher {
    position: absolute;
    z-index: 1101;
}
.disabled {
    color: #999999;
}
button.ColVis_Button {
    text-align: left;
}
div.ColVis_collection button.ColVis_Button:hover {
    background-color: #F0F0F0;
    border: 1px solid #999999;
}
span.ColVis_radio {
    display: inline-block;
    width: 20px;
}

div.clear {
	clear: both;
}
