﻿/* r.a.d.colorpicker TELERIK skin */

/* skin-specific wrapper */
.RadColorPicker_Telerik .palette
{
	border: solid 1px #ccc;
	background: #f2f2f2;
}

/* color buttons */
.RadColorPicker_Telerik .palette ul li a
{
	cursor: hand;
	border: solid 1px #f2f2f2;
	margin: 1px;
}

.RadColorPicker_Telerik .palette ul li a span
{
	border: solid 1px #a2a7ae;
}
/* end of color buttons */

/* selected color */
.RadColorPicker_Telerik .selectedcolor
{
	border: solid 1px #747474 !important;
}

.RadColorPicker_Telerik .selectedcolor span
{
	border: solid 1px white !important;
}
/* end of selected color */

/* color preview panel */
.RadColorPicker_Telerik .palette .colorpreview
{
	border: solid 1px #ccc;
	margin: 2px;
}

.RadColorPicker_Telerik .palette .colorpreview span
{
	font: normal 11px Arial, Verdana, Sans-serif;
	cursor: default;
	line-height: 24px;
}

.RadColorPicker_Telerik .palette .colorpreview .colorvaluedark
{
	color: white;
	margin-right: 2px;
}

.RadColorPicker_Telerik .palette .colorpreview .colorvaluelight
{
	color: black;
	margin-left: 2px;
}

.RadColorPicker_Telerik .palette .colorbox
{
}
/* end of color preview panel */

/* no color button */
.RadColorPicker_Telerik .palette .emptycolor
{
	background: white;
}

.RadColorPicker_Telerik .palette .emptycolor,
.RadColorPicker_Telerik .palette .emptycolor.selectedColor 
{
	border: solid 1px #ccc !important;
	font-size: 12px;
	text-align: center;
	line-height: 30px;
	margin: 2px 2px 0 2px;
}

.RadColorPicker_Telerik .palette .emptycolor span,
.RadColorPicker_Telerik .palette .emptycolor.selectedColor span
{
	border: solid 1px white;
}

.RadColorPicker_Telerik .palette .emptycolor span,.RadColorPicker_Telerik .palette .emptycolor a
{
	font: bold 10px Verdana, Arial, Sans-serif;
	color: #ccc;
	text-decoration: none;
	display: block; clear: both; float: none;
	margin: 0;
}
/* end of no color button */

/* color picker icon */
.RadColorPicker_Telerik .icon,
.RadColorPicker_Telerik .icon a,
.RadColorPicker_Telerik .icon em
{
	width: 36px; height: 24px;
}

.RadColorPicker_Telerik .icon a,
.RadColorPicker_Telerik .icon a:hover,
.RadColorPicker_Telerik .icon a:active,
.RadColorPicker_Telerik .icon a:focus
{
	background-image: url(WebResource.axd?d=zUf-InCCcHOTykpI3Ak_dVPVgt9qaMdtecufAO2p316aEH-Qee4tAJM1vtv88NRFx1impm_xrFLeAfPY46Gupg7FzUS718W_5Vl4opCulBc1&t=633438057600000000);
	background-repeat: no-repeat;
	cursor: default;
}

.RadColorPicker_Telerik .icon a
{
	background-position: 0 0;
}

.RadColorPicker_Telerik .icon a:hover
{
	background-position: 0 -24px;
}

.RadColorPicker_Telerik .icon a:active,
.RadColorPicker_Telerik .icon a:focus
{
	background-position: 0 -48px;
}
/* end color picker icon */