.CLCP {
	position: absolute;
	display: none;
	z-index: 101;
	background: transparent url(../../img/widgets/colorpicker.png) no-repeat -10px 0;
	/*border-bottom:1px solid #666666;
	border-left:1px solid #666666;*/
	padding-bottom: 5px;
	/*border-right:1px solid #666666;*/
}

.CLCP td, .CLCP div {
	font: normal 11px/14px Arial, sans-serif;
	text-align: left;
}

.CLCPDragDiv {
	position: relative;
	width: 242px;
	height: 248px;
	padding: 10px;
	cursor: move;
}

.CLCPIinnerShell {
	width: 242px;
	height: 248px;
	cursor: default;
}

.CLCPPicker {
	width: 242px;
	height: 152px;
	margin-bottom: 9px;
}

.CLCPSatVal {
	background: #ff0000 url(../../img/widgets/hsvBG.png) no-repeat;
	border: 1px solid #000000;
	position: relative;
	float: left;
	height: 150px;
	width: 150px;
	cursor: crosshair;
	filter : progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../../img/widgets/hsvBG.png", sizingMethod="scale");
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
}

.CLCPSatValSlide {
	background: url(../../img/widgets/colorPickerLarge.png) no-repeat;
	height: 14px;
	width: 14px;
	position: relative;
	font-size: 0;
	line-height: 0;
	top: -3px;
	left: -3px;
}

.CLCPHueContainer, .CLCPSatContainer, .CLCPValContainer {
	cursor: crosshair;
	position: relative;
	float: left;
	height: 154px;
	width: 22px;
	margin-left: 8px;
	top: -5px;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
}

.CLCPHueSlide, .CLCPSatSlide, .CLCPValSlide {
	background: url(../../img/widgets/verticalSliderTransparent.png) no-repeat;
	height: 18px;
	width: 18px;
	position: relative;
	font-size: 0;
	line-height: 0;
	z-index: 10;
}

.CLCPHue, .CLCPSat, .CLCPVal {
	width: 20px;
	height: 150px;
	border: 1px solid #000000;
	position: relative;
	top: -13px;
}

.CLCPHue {
	background: url(../../img/widgets/hueBG.jpg) no-repeat;
}

.CLCPSat {
	background: #ff0000 url(../../img/widgets/satBG.png) no-repeat;
}

.CLCPVal {
	background: #ff0000 url(../../img/widgets/valBG.png) no-repeat;
}

.CLCPbPE {
	width: 242px;
	height: 85px;
	margin: 0 auto;
}

.CLCPbPE div {
	float: left;
	height: 14px;
	width: 28px;
	text-align: center;
	color: #808080;
	font-size: 11px;
	line-height: 11px;
	margin-right: 1px;
}

.CLCPbPE input {
	float: left;
	width: 24px;
	margin-right: 2px;
	height: 18px;
	padding-top: 4px;
	font-size: 11px;
	line-height: 11px;
	border: 1px solid #B1B1B1;
	color:#666666;
	text-align: center;
	text-transform: uppercase;
}

.CLCPClear {
	float: none !important;
	margin: 0 !important;
	padding: 0 !important;
	line-height: 0 !important;
	clear: both !important;
}

.CLCPNoDim {
	width: 0 !important;
	height: 0 !important;
}

.CLCPclose {
	padding: 7px 0pt 0pt 12px;
	float: right;
	cursor: pointer;
}