/*
 * An alternative styling for ColVis
 * Note you will likely have to change the path for the background image used by jQuery UI theming:
 *   ../../../../examples/examples_support/themes/smoothness
 */

.ColVis {
	border: 0px;
	height: 25px;
}

.ColVis_MasterButton {
	height: 100%;
	width: 100%;
	border-left-width: 0;
	cursor: pointer;
	*cursor: hand;
	background: url('images/button.png') no-repeat top left;
}

button.ColVis_Button{ 
	border: 0px;
	padding: 0;
}

.ColVis_text_hover {
	border: 1px solid #999;
	background-color: #f0f0f0;
}

div.ColVis_collectionBackground {
	background-color: black;
	z-index: 1100;
}

div.ColVis_collection {
	position: relative;
	width: 200px;
	background-color: #EFF8FE;
	padding: 3px;
	border: 1px solid #A6C9E2;
	z-index: 1102;
}

div.ColVis_collection button.ColVis_Button {
	height: 30px;
	width: 100%;
	margin-right: 3px;
	margin-bottom: 2px;
	padding: 3px 5px;
	cursor: pointer;
	*cursor: hand;
	text-align: left;
}

div.ColVis_collection button.ColVis_Button:hover {
	border: 1px solid #A6C9E2;
	background-color: #b9dff8;
	width: 100%;
}

div.ColVis_catcher {
	position: absolute;
	z-index: 1101;
}

span.ColVis_radio {
	display: inline-block;
	width: 20px;
}

button.ColVis_Restore {
	margin-top: 15px;
}

button.ColVis_Restore span {
	display: inline-block;
	padding-left: 10px;
	text-align: left;
}

.disabled {
	color: #999;
}



/*
 * Styles needed for DataTables scrolling
 */
div.dataTables_scrollHead {
	position: relative;
	overflow: hidden;
}

div.dataTables_scrollBody {
	overflow-y: scroll;
}

div.dataTables_scrollFoot {
	overflow: hidden;
}

/*
 * Namespace DTCR - "DataTables ColReorder" plug-in
 */

table.DTCR_clonedTable {
	background-color: white;
	z-index: 202;
}

div.DTCR_pointer {
	width: 1px;
	background-color: #0259C4;
	z-index: 201;
}

body.alt div.DTCR_pointer {
	margin-top: -15px;
	margin-left: -9px;
	width: 18px;
	background: url('../images/insert.png') no-repeat top left;
}

.TableTools{
	float: right;
	width: 66%;
}

.ColVis_collection button:nth-child(odd){
	background-color: #FFFFFF;
}
.ColVis_collection button:nth-child(even){
	background-color: #EFF8FE;
}