/* r.a.d.colorpicker TV1 skin */

/* skin-specific wrapper */
.RadColorPicker_TV1 .palette
{
	border: solid 1px #d4d8d9;
	background: #f0f2f4;
}

/* color buttons */
.RadColorPicker_TV1 .palette ul li a
{
	cursor: auto;
	border: solid 1px #f0f2f4;
	margin: 1px;
}

.RadColorPicker_TV1 .palette ul li a span
{
	border: solid 1px #a2a7ae;
}
/* end of color buttons */

/* selected color */
.RadColorPicker_TV1 .selectedcolor
{
	border: solid 1px #9399a2 !important;
}

.RadColorPicker_TV1 .selectedcolor span
{
	border: solid 1px white !important;
}
/* end of selected color */

/* color preview panel */
.RadColorPicker_TV1 .palette .colorpreview
{
	border: solid 1px #d4d8d9;
	margin: 0 2px 2px 2px;
}

.RadColorPicker_TV1 .palette .colorpreview span
{
	font: normal 11px Arial, Verdana, Sans-serif;
	cursor: default;
	line-height: 24px;
}

.RadColorPicker_TV1 .palette .colorpreview .colorvaluedark
{
	color: white;
	margin-right: 2px;
}

.RadColorPicker_TV1 .palette .colorpreview .colorvaluelight
{
	color: black;
	margin-left: 2px;
}

.RadColorPicker_TV1 .palette .colorbox
{
}
/* end of color preview panel */

/* no color button */
.RadColorPicker_TV1 .palette .emptycolor
{
	background: white;
}

.RadColorPicker_TV1 .palette .emptycolor,
.RadColorPicker_TV1 .palette .emptycolor.selectedColor 
{
	border: solid 1px #d4d8d9 !important;
	font-size: 12px;
	text-align: center;
	line-height: 30px;
	margin: 2px 2px 0 2px;
}

.RadColorPicker_TV1 .palette .emptycolor span,
.RadColorPicker_TV1 .palette .emptycolor.selectedColor span
{
	border: solid 1px white;
}

.RadColorPicker_TV1 .palette .emptycolor span,.RadColorPicker_TV1 .palette .emptycolor a
{
	font: bold 10px Verdana, Arial, Sans-serif;
	color: #d4d8d9;
	text-decoration: none;
	display: block; clear: both; float: none;
	margin: 0;
}
/* end of no color button */

/* color picker icon */
.RadColorPicker_TV1 .icon,
.RadColorPicker_TV1 .icon a,
.RadColorPicker_TV1 .icon em
{
	width: 34px; height: 22px;
}

.RadColorPicker_TV1 .icon a,
.RadColorPicker_TV1 .icon a:hover,
.RadColorPicker_TV1 .icon a:active,
.RadColorPicker_TV1 .icon a:focus
{
	background-image: url(ColorPicker/IconSprites.gif);
	background-repeat: no-repeat;
	cursor: default;
}

.RadColorPicker_TV1 .icon a
{
	background-position: 0 0;
}

.RadColorPicker_TV1 .icon a:hover
{
	background-position: 0 -22px;
}

.RadColorPicker_TV1 .icon a:active,
.RadColorPicker_TV1 .icon a:focus
{
	background-position: 0 -44px;
}
/* end color picker icon */