/* r.a.d.colorpicker Vista1 skin */

/* skin-specific wrapper */
.RadColorPicker_Vista1 .palette
{
	border: solid 1px #646464;
	background: #e4e4e4;
}

* html .RadColorPicker_Vista1,
* html .RadColorPicker_Vista1 .palette
{
	filter:progid:DXImageTransform.Microsoft.Shadow(strength=3,color=#646464,direction=135);
}
*+html .RadColorPicker_Vista1,
*+html .RadColorPicker_Vista1 .palette
{
	filter:progid:DXImageTransform.Microsoft.Shadow(strength=3,color=#646464,direction=135);
}

.RadColorPicker_Vista1 .palette ul
{
	border-top:1px solid #686868;
	border-bottom:1px solid #686868;
	margin-bottom:1px;
	width:100%;
}

/*fix larger space between color button rows under IE*/
* html .RadColorPicker_Vista1 .breakline
{
	margin-bottom:-1px;
}
*+html .RadColorPicker_Vista1 .breakline
{
	margin-bottom:-1px;
}

/*fix larger space above the color preview div under IE*/
* html .RadColorPicker_Vista1 .palette ul
{
	padding-bottom:2px;
	margin-bottom:0;
}
*+html .RadColorPicker_Vista1 .palette ul
{
	padding-bottom:2px;
	margin-bottom:0;
}

/* color buttons */
.RadColorPicker_Vista1 .palette ul li a
{
	cursor: pointer;
	border: solid 1px #e4e4e4;
}

.RadColorPicker_Vista1 .palette ul li a span
{
	padding:2px;
	_padding:3px; /*fix for larger paletter width in IE6*/
}
/* end of color buttons */

/* selected color */
.RadColorPicker_Vista1 ul li a.selectedcolor
{
	border: solid 1px #000;
}

.RadColorPicker_Vista1 ul li a.selectedcolor span
{
	/*border: solid 1px #fff;*/
}
/* end of selected color */

/* color preview panel */
.RadColorPicker_Vista1 .palette .colorpreview
{
	margin: 1px;
}

.RadColorPicker_Vista1 .palette .colorpreview span
{
	font:normal 11px "segoe ui",arial,sans-serif;
	cursor:default;
	line-height: 20px;
}

.RadColorPicker_Vista1 .palette .colorpreview .colorvaluedark
{
	color: white;
	margin-right: 2px;
}

.RadColorPicker_Vista1 .palette .colorpreview .colorvaluelight
{
	color: black;
	margin-left: 2px;
}

.RadColorPicker_Vista1 .palette .colorbox
{
}
/* end of color preview panel */

/* no color button */
.RadColorPicker_Vista1 .palette .emptycolor
{
	background: #fff url('../Vista1/ColorPicker/NoColor.gif') no-repeat 4px 5px;
}

.RadColorPicker_Vista1 .palette .emptycolor,
.RadColorPicker_Vista1 .palette .emptycolor.selectedColor 
{
	font:normal 11px "segoe ui",arial,sans-serif;
	line-height:22px;
	padding:0 20px;
}

.RadColorPicker_Vista1 .palette .emptycolor span,
.RadColorPicker_Vista1 .palette .emptycolor a
{
	color:#646464;
	text-decoration: none;
	display: block; clear: both; float: none;
	margin: 0;
}
/* end of no color button */

/* color picker icon */
.RadColorPicker_Vista1 .icon,
.RadColorPicker_Vista1 .icon a,
.RadColorPicker_Vista1 .icon em
{
	width: 39px; height: 23px;
}

.RadColorPicker_Vista1 .icon a,
.RadColorPicker_Vista1 .icon a:hover,
.RadColorPicker_Vista1 .icon a:active,
.RadColorPicker_Vista1 .icon a:focus
{
	background-image:  url('../Vista1/ColorPicker/IconSprites.gif');
	background-repeat:no-repeat;
	cursor: default;
}

.RadColorPicker_Vista1 .icon a
{
	background-position: 0 0;
}

.RadColorPicker_Vista1 .icon a:hover
{
	background-position: 0 -23px;
}

.RadColorPicker_Vista1 .icon a:active,
.RadColorPicker_Vista1 .icon a:focus
{
	background-position: 0 -46px;
}
/* end color picker icon */