#icon-ads {
	background: transparent url('../images/cpt-editoricon-ads.png') no-repeat top left !important;
}
#adsanity_disallowed_agents,
#adsanity_discovered_agents {
	width: 98%;
	height: 300px;
}

#customizing-bar {
	padding: 10px;
	background-color: #eee;
	border: 1px solid #ccc;
	margin: 20px 0;
	position: relative;
}
	#ad-choices {
		position: absolute;
		right: 3px;
		top: 3px;
		border: 1px solid #ddd;
		border-radius: 3px;
		padding: 10px;
		cursor: pointer;
		z-index: 9999;
		width: 300px;
		background-color: #fff;
		
	}
		#ad-choices:hover {
			-moz-box-shadow: 5px 5px 5px #ccc;
			-webkit-box-shadow: 5px 5px 5px #ccc;
			box-shadow: 5px 5px 5px #ccc;
		}
		#ad-choices:hover ul,
		#ad-choices:hover input[type="text"] {
			display: block;
		}
		#ad-choices input[type="text"] {
			margin: 10px 0 0;
			display: none;
		}
		#ad-choices ul {
			margin-bottom: 0 !important;
			display: none;
			overflow: auto;
			height: 225px;
			border: 1px solid #eee;
			background-color: #fff;
		}
			#ad-choices li {
				padding: 10px;
				margin: 0;
			}
			#ad-choices li label {
				display: block;
			}
			#ad-choices li:hover {
				background-color: #eaf2fa;
			}

#custom-views-chart,
#custom-clicks-chart {
	width: 95%;
	height: 400px;
}

.mass-select {
	float: right;
}
	.selectall {
		padding-left: 16px;
		background: transparent url('../images/ui-check-box.png') no-repeat left center;
	}
	.selectnone {
		padding-left: 16px;
		background: transparent url('../images/ui-check-box-uncheck.png') no-repeat left center;
	}
