/* skin-specific wrapper */
.RadColorPicker_Kartenwerk .rcpPalette { border: none; background: white; }
/* color buttons */
.RadColorPicker_Kartenwerk .rcpPalette ul li a { cursor: hand; border: solid 2px white; margin: 0px; }
.RadColorPicker_Kartenwerk .rcpPalette ul li a span { border: solid 1px #653f10; }
/* end of color buttons */

/* selected color */
.RadColorPicker_Kartenwerk .rcpSelectedColor { border: solid 2px #653f10 !important; }
.RadColorPicker_Kartenwerk .rcpSelectedColor span { border: solid 1px white !important; }
/* end of selected color */

/* color preview panel */
.RadColorPicker_Kartenwerk .rcpPalette .rcpColorPreview { border: solid 1px #a5bedf; margin: 2px; }
.RadColorPicker_Kartenwerk .rcpPalette .rcpColorPreview span { font: normal 11px Arial, Verdana, Sans-serif; cursor: default; line-height: 24px; }
.RadColorPicker_Kartenwerk .rcpPalette .rcpColorPreview .colorvaluedark { color: white; margin-right: 2px; }
.RadColorPicker_Kartenwerk .rcpPalette .rcpColorPreview .colorvaluelight { color: black; margin-left: 2px; }
.RadColorPicker_Kartenwerk .rcpPalette .rcpColorBox { }
/* end of color preview panel */

/* no color button */
.RadColorPicker_Kartenwerk .rcpPalette .rcpEmptyColor { background: white; }
.RadColorPicker_Kartenwerk .rcpPalette .rcpEmptyColor { border: solid 1px #a5bedf !important; font-size: 12px; text-align: center; line-height: 30px; margin: 2px 2px 0 2px; }
.RadColorPicker_Kartenwerk .rcpPalette .rcpEmptyColor span { border: solid 1px white; }
.RadColorPicker_Kartenwerk .rcpPalette .rcpEmptyColor span, .RadColorPicker_Kartenwerk .rcpPalette .rcpEmptyColor a { font: bold 10px Verdana, Arial, Sans-serif; color: #a5bedf; text-decoration: none; display: block; clear: both; float: none; margin: 0; }
/* end of no color button */

/* color picker icon */
.RadColorPicker_Kartenwerk .rcpIcon, .RadColorPicker_Kartenwerk .rcpIcon a, .RadColorPicker_Kartenwerk .rcpIcon em { width: 34px; height: 22px; }
.RadColorPicker_Kartenwerk .rcpIcon a, .RadColorPicker_Kartenwerk .rcpIcon a:hover, .RadColorPicker_Kartenwerk .rcpIcon a:active, .RadColorPicker_Kartenwerk .rcpIcon a:focus { background-image: url('ColorPicker/IconSprites.gif'); background-repeat: no-repeat; cursor: default; }
.RadColorPicker_Kartenwerk .rcpIcon a { background-position: 0 0; }
.RadColorPicker_Kartenwerk .rcpIcon a:hover { background-position: 0 -22px; }
.RadColorPicker_Kartenwerk .rcpIcon a:active, .RadColorPicker_Kartenwerk .rcpIcon a:focus { background-position: 0 -44px; }
/* end color picker icon */
