/* r.a.d.slider Default skin */

/* ------------------- GLOBAL SLIDER CLASSES ------------------------------------------------------------- */

/* ------------------- GLOBAL SLIDER CLASSES END --------------------------------------------------------- */

/* ------------------- HORIZONTAL SLIDER CLASSES --------------------------------------------------------- */
.RadSlider_Wilo.horizontal
{
	height: 21px; line-height: 21px;
}

.RadSlider_Wilo.horizontal a.handle
{
	width: 12px; height: 22px;
	background-image: url('Slider/Handles.gif');
	background-repeat: no-repeat;
}

.RadSlider_Wilo.horizontal .decrease
{
	background-position: 0 0;
}

.RadSlider_Wilo.horizontal .decrease:hover
{
	background-position: -24px 0;
}

.RadSlider_Wilo.horizontal .decrease:active,
.RadSlider_Wilo.horizontal .decrease:focus
{
	background-position: -48px 0;
}

.RadSlider_Wilo.horizontal .increase
{
	background-position: -12px 0;
}

.RadSlider_Wilo.horizontal .increase:hover
{
	background-position: -36px 0;
}

.RadSlider_Wilo.horizontal .increase:active,
.RadSlider_Wilo.horizontal .increase:focus
{
	background-position: -60px 0;
}

.RadSlider_Wilo.horizontal a.draghandle
{
	top: 0;
	margin-top: -7px;
	width: 11px; height: 19px;
	background-image: url('Slider/DragHandle.gif');
	background-repeat: no-repeat;
}

.RadSlider_Wilo.horizontal a.draghandle:hover
{
	background-position: -11px 0;
}

.RadSlider_Wilo.horizontal a.draghandle:active,
.RadSlider_Wilo.horizontal a.draghandle:focus
{
	background-position: -22px 0;
}

.RadSlider_Wilo.horizontal .track
{
	left: 12px; top: 0;
	height: 3px;
	margin-top: 6px;
	background: #fff;
	border-top: solid 1px #383838;
	border-bottom: solid 1px #383838;
}

.RadSlider_Wilo.horizontal .selectedregion
{
	background: #464646;
	height: 3px;
}

/* ------------------- HORIZONTAL SLIDER CLASSES END ---------------------------------------------------- */

/* ------------------- VERTICAL SLIDER CLASSES ---------------------------------------------------------- */
.RadSlider_Wilo.vertical
{
	width: 21px;
}

.RadSlider_Wilo.vertical .handle
{
	width: 22px; height: 12px; line-height: 12px;
	background-image: url('Slider/HandlesVertical.gif');
	background-repeat: no-repeat;
}

.RadSlider_Wilo.vertical .decrease
{
	background-position: 0 0;
}

.RadSlider_Wilo.vertical .decrease:hover
{
	background-position: 0 -24px;
}

.RadSlider_Wilo.vertical .decrease:active,
.RadSlider_Wilo.vertical .decrease:focus
{
	background-position: 0 -48px;
}

.RadSlider_Wilo.vertical .increase
{
	background-position: 0 -12px;
}

.RadSlider_Wilo.vertical .increase:hover
{
	background-position: 0 -36px;
}

.RadSlider_Wilo.vertical .increase:active,
.RadSlider_Wilo.vertical .increase:focus
{
	background-position: 0 -60px;
}

.RadSlider_Wilo.vertical .track
{
	top: 12px; left: 0;
	width: 3px;
	margin-left: 6px;
	background: #efebe7 url('Slider/TrackVerticalBgr.gif') repeat-y right 0;
	border-left: solid 1px #383838;
	border-right: solid 1px #383838;
}

.RadSlider_Wilo.vertical a.draghandle
{
	top: 0;
	width: 19px; height: 11px;
	margin-left: -7px;
	background-image: url('Slider/DragVerticalHandle.gif');
	background-repeat: no-repeat;
}

.RadSlider_Wilo.vertical a.draghandle:hover
{
	background-position: 0 -11px;
}

.RadSlider_Wilo.vertical a.draghandle:active,
.RadSlider_Wilo.vertical a.draghandle:focus
{
	background-position: 0 -22px;
}

.RadSlider_Wilo.vertical .selectedregion
{
	background: #464646;
	width: 3px;
}
/* ------------------- VERTICAL SLIDER CLASSES END ----------------------------------------------------- */