
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * ColVis styles
 */
div.ColVis {
	float: right;
	margin-bottom: 1em;
}

button.ColVis_Button,
ul.ColVis_collection li {
    position: relative;
	float: left;
	margin-right: 3px;
	border: 1px solid #ccc;
	cursor: pointer;
	*cursor: hand;
	color: black;
	white-space: nowrap;
    outline: none;
	background: #ebe3cd;

    font-family: 'Open Sans', sans-serif;
    text-transform: none;
    display: block;
    padding: 2px 15px;
    font-size: 12px;
}

.ColVis_Button:hover,
ul.ColVis_collection li:hover {
	border: 1px solid #dccfa9;
	text-decoration: none !important;
    outline: none;
    background: #ebe3cd; /* Old browsers */
    cursor: pointer;
}

ul.ColVis_collection li:hover, ul.ColVis_collection li span:hover, ul.ColVis_collection li label:hover   {
    cursor: pointer;
    color: #e3001b;
    background-color: #dccfa9;
}

button.ColVis_Button {
	height: 30px;
	padding: 3px 8px;
}

button.ColVis_Button::-moz-focus-inner { 
	border: none !important;
	padding: 0;
}

button.ColVis_Button:active { 
	outline: none;
}


div.ColVis_collectionBackground {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #999999;
	z-index: 1100;
}

ul.ColVis_collection {

	list-style: none;
	width: 170px;
	padding: 2px 0 2px 2px;
	margin: 0;
    margin-left: -19px;
	border: 1px solid #dccfa9;
	background-color: #dccfa9;
	overflow: hidden;
	z-index: 2002;
}

ul.ColVis_collection li {
	position: relative;
	height: auto;
	left: 0;
	right: 0;
	padding: 0.5em;
	display: block;
	float: none;
	margin-bottom: 4px;
}

ul.ColVis_collection li {
	text-align: left;
}

ul.ColVis_collection li.ColVis_Button:hover {
	border: 1px solid #999;
	background-color: #f0f0f0;
}

ul.ColVis_collection li span {
	display: inline-block;
	padding-left: 0.5em;
	cursor: pointer;
}

ul.ColVis_collection li.ColVis_Special {
	border-color: #ccc;
	background: #ededed;
}

ul.ColVis_collection li.ColVis_Special:hover {
	background: #e2e2e2;
}


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

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

.disabled {
	color: #999;
}


