@charset "UTF-8";
/* CSS Document */


.color-picker {
		
	position: relative;	
	width: 20px;
	height: 20px;
}


.color-space {
	
	width: 140px;
	height: 115px;
	
	position: absolute;
	
	top: 25px;
	
	border: 1px solid #555;
	background: url(../images/10_transparent_darkgrey2.png);
	
	z-index: 3000;
	
	display: none;
}

.color-space .diagram-image {
	
	background-color:  #ff0000;
}

.diagram-image {
	position: absolute;
	left: 7px;
	top: 7px;
	
	cursor: pointer;
}

.color-selector {
	
	position: absolute;
	
	background: url(../images/color_selector.png);
	width: 16px;
	height: 17px;
	
	cursor: pointer;
}

.selected-color-container {
	
	border: 1px solid #555;
	
	width: 18px;
	height:18px;
	
	background-color: none;
	
}

.selected-color {
	
	width: 14px;
	height: 14px;
	
	margin: 2px;
	
	background: url(../images/no_color_icon.png);
	background-color: none;
	
	cursor: pointer;
}

.no-color-selector {
	
	position: absolute;
	left: -1px;
	top: 114px;
	
	font-size: 0.9em;
	color: #DDD;
	
	padding: 3px 3px 1px 3px;
	
	border: 1px solid #555;
	border-top: 1px solid #111;
	background: url(../images/10_transparent_darkgrey2.png);
	
	cursor: pointer;
}
	
.hue-space {
	
	position: absolute;
	left: 120px;
	top: 7px;
	
	z-index: 3001;
	
	cursor: pointer;
}

.hue-selector {

	position: absolute;
	left: -5px;
	margin-top: -3px;
}
	
	