#clrpkr
{
	background: #c7e7fb;
	border: solid 1px #9dd7fb;
	color: #AAA;
	font-size: 70%;
	padding: 5px;
	z-index: 1;
	top: 0;
	left: 0;
	position: absolute;
	width: 200px;
}
#clrpkr br
{
    clear: both;
    margin: 0;
    padding: 0;
}
#clrpkr_close
{
	float: right;
	margin: 0px 5px 0px 0px;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
	font-weight: 900;
	font-size: 120%;
}
#clrpkr_close a
{
    text-decoration: none;
}
#clrpkr_hex:hover, #clrpkr_hex:hover
{
    color: #FFD000;
}

#clrpkr_SV
{
    background: #FF0000 url('images/SatVal.png') no-repeat;
    border: solid 1px #9dd7fb;
    position: relative;
    cursor: crosshair;
    float: left;
    height: 166px;
    width: 167px; 
    margin-right: 10px;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='SatVal.png', sizingMethod='scale');
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}
#clrpkr_SVslide
{
    background: url('images/slide.gif') no-repeat;
    height: 9px;
    width: 9px;
    position: absolute;
    line-height: 1px;
}
#clrpkr_H
{
    border: solid 1px #9dd7fb;
    cursor: crosshair;
    float: left;
    height: 166px;
    position: relative;
    width: 19px;
    padding: 0;
    top: 0px;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

#clrpkr_Hslide
{
    background: url('images/slideHue.gif') no-repeat;
    height: 9px;
    width: 25px;
    position: absolute;
    line-height: 1px;
}
#clrpkr_Hmodel
{
    position: absolute;
    top: 0px;
}
#clrpkr_Hmodel div
{
    height: 1px;
    width: 19px;
    font-size: 1px;
    line-height: 1px;
    margin: 0;
    padding: 0;
}

#clrpkr .defclr
{
	border: solid 1px #fcfcfc;
	text-decoration:none;
}

#clrpkr_def
{
    display: block;
    width: 165px;
    line-height: 20px;
    white-space:normal;
}
