/* r.a.d.slider Telerik skin */

/* -------------------------------------------------------- GLOBAL SLIDER CLASSES -------------------------------------------------------- */
.RadSlider_Vista1 a
{
	cursor: pointer;
}

/* -------------------------------------------------------- GLOBAL SLIDER CLASSES END ----------------------------------------------------- */

/* -------------------------------------------------------- HORIZONTAL SLIDER CLASSES -------------------------------------------------------- */
.RadSlider_Vista1.horizontal
{
	height: 14px;
}

.RadSlider_Vista1.horizontal a.handle
{
	width: 10px; height: 7px; line-height: 7px;
	background-image: url('../Vista1/Slider/Handles.gif');
	background-repeat: no-repeat;
	margin-top: 4px;
}

.RadSlider_Vista1.horizontal .decrease
{
	background-position: 0 0;
}

.RadSlider_Vista1.horizontal .increase
{
	background-position: -10px 0;
}

.RadSlider_Vista1.horizontal a.draghandle
{
	top: 0;
	width: 9px; height: 14px; line-height: 14px;
	margin-top: -4px;
	background-image:  url('../Vista1/Slider/DragHandle.gif');
	background-repeat: no-repeat;
}

.RadSlider_Vista1.horizontal a.draghandle:hover
{
	background-position: -9px 0;
}

.RadSlider_Vista1.horizontal a.draghandle:focus,
.RadSlider_Vista1.horizontal a.draghandle:active
{
	background-position: -18px 0;
}

.RadSlider_Vista1.horizontal .track
{
	left: 10px; top: 0;
	margin-top: 6px;
	height: 4px; line-height: 4px;
	background: url('../Vista1/Slider/TrackBgr.gif') repeat-x;
}

.RadSlider_Vista1.horizontal .selectedregion
{
	height: 4px; line-height: 4px;
	background: url('../Vista1/Slider/SelectedRegionHorizontalBgr.gif') no-repeat right top;
}
/* -------------------------------------------------------- HORIZONTAL SLIDER CLASSES END ---------------------------------------------------- */
/* -------------------------------------------------------- VERTICAL SLIDER CLASSES -------------------------------------------------------- */
.RadSlider_Vista1.vertical
{
	width: 21px;
}

.RadSlider_Vista1.vertical a.handle
{
	width: 7px; height: 10px; line-height: 10px;
	background-image:  url('../Vista1/Slider/HandlesVertical.gif');
	background-repeat: no-repeat;
	margin-left: 4px;
}

.RadSlider_Vista1.vertical .decrease
{
	background-position: 0 0;
}

.RadSlider_Vista1.vertical .increase
{
	background-position: 0 -10px;
}

.RadSlider_Vista1.vertical a.draghandle
{
	left: 0;
}

.RadSlider_Vista1.vertical .track
{
	left: 0; top: 10px;
	margin-left: 6px;
	width: 8px;
	background: url('../Vista1/Slider/TrackVerticalBgr.gif') repeat-y;
}

.RadSlider_Vista1.vertical .selectedregion
{
	width: 4px;
	background: url('../Vista1/Slider/SelectedRegionVerticalBgr.gif') no-repeat left bottom;
}

.RadSlider_Vista1.vertical a.draghandle
{
	top: 0; left: 0;
	width: 14px; height: 9px; line-height: 9px;
	margin-left: -4px;
	background: url('../Vista1/Slider/DragVerticalHandle.gif') no-repeat;
}

.RadSlider_Vista1.vertical a.draghandle:hover
{
	background-position: 0 -9px;
}

.RadSlider_Vista1.vertical a.draghandle:focus,
.RadSlider_Vista1.vertical a.draghandle:active
{
	background-position: 0 -18px;
}
/* -------------------------------------------------------- VERTICAL SLIDER CLASSES END ----------------------------------------------------- */