/* RadColorPicker Metro skin */
.RadColorPicker_ViperFS .rcpViews,
.RadColorPicker_ViperFS .rcpHeader,
.RadColorPicker_ViperFS .rcpPageView
{
	background-color:#ffffff;
}

.RadColorPicker_ViperFS .rcpColorPreview,
.RadColorPicker_ViperFS .rcpInput,
.RadColorPicker_ViperFS .rcpHexInput,
.RadColorPicker_ViperFS .rcpMillionColorsPalette,
.RadColorPicker_ViperFS .rcpMillionColorsSlider div.rslTrack
{
	border:1px solid #e6e6e6;
}

.RadColorPicker_ViperFS .rcpPalette,
.RadColorPicker_ViperFS input,
.RadColorPicker_ViperFS a,
.RadColorPicker_ViperFS .rcpTabs a span
{
	color:#757575;
}

.RadColorPicker_ViperFS .rcpApplyButton:hover,
.RadColorPicker_ViperFS .rcpButton:hover
{
    border-color:#e6e6e6;
    background-color:#e6e6e6;
    color: #000000;
}

.RadColorPicker_ViperFS .rcpApplyButton:hover span,
.RadColorPicker_ViperFS .rcpButton:hover span,
.RadColorPicker_ViperFS .rcpTabs .rcpSelectedTab a span
{
    color:#000000;
}

.RadColorPicker_ViperFS .RadSlider_ViperFS a.rslDraghandle,
.RadColorPicker_ViperFS .RadSlider_ViperFS a.rslDraghandle:hover,
.RadColorPicker_ViperFS .RadSlider_ViperFS a.rslDraghandle:active, 
.RadColorPicker_ViperFS .RadSlider_ViperFS a.rslDraghandle:focus 
{
	background:#ffffff;
	border: 0;
}

.RadColorPicker_ViperFS .rcpHeader,
.RadColorPicker_ViperFS .rcpHeader .rcpImageButton,
.RadColorPicker_ViperFS .rcpRecentColors,
.RadColorPicker_ViperFS .rcpIcon a,
.RadColorPicker_ViperFS .rcpTabs a,
.RadColorPicker_ViperFS .rcpTabs a span,
.RadColorPicker_ViperFS .rcpButton,
.RadColorPicker_ViperFS .rcpButton span,
.RadColorPicker_ViperFS .rcpMillionColorsHandle,
.RadColorPicker_ViperFS .rcpSlider div.rslTrack,
/* overwrite sliders */
.RadColorPicker_ViperFS .rcpSlider .rslTrack a.rslDraghandle,
.RadColorPicker_ViperFS div.rcpMillionColorsSlider div.rslVertical a.rslDraghandle
{
	background-image: url('ColorPicker/ColorPickerSprites.png');
	background-repeat:no-repeat;
}

/* Rounded corners and shadows */
.RadColorPicker_ViperFS .rcpPalette,
.RadColorPicker_ViperFS .rcpRoundedRight,
.RadColorPicker_ViperFS .rcpRoundedBottomRight,
.RadColorPicker_ViperFS .rcpRightShadow,
.RadColorPicker_ViperFS .rcpCornerShadow
{
	background-image: url('ColorPicker/rcpVerticalSprites.png');
}

.RadColorPicker_ViperFS .rcpRoundedBottomLeft,
.RadColorPicker_ViperFS .rcpBottomShadow
{
	background-image: url('ColorPicker/ColorPickerSprites.png');
}

* html .RadColorPicker_ViperFS .rcpPalette,
* html .RadColorPicker_ViperFS .rcpRoundedRight,
* html .RadColorPicker_ViperFS .rcpRoundedBottomRight,
* html .RadColorPicker_ViperFS .rcpRoundedBottomLeft
{
	background-image: url('ColorPicker/rcpVerticalSpritesIE6.png');
}
