/* r.a.d.slider Swt skin */

/* -------------------------------------------------------- GLOBAL SLIDER CLASSES -------------------------------------------------------- */
.RadSlider_Swt a
{
	cursor: hand;
}

/* -------------------------------------------------------- GLOBAL SLIDER CLASSES END ----------------------------------------------------- */

/* -------------------------------------------------------- HORIZONTAL SLIDER CLASSES -------------------------------------------------------- */
.RadSlider_Swt.horizontal
{
	height: 21px;
}

.RadSlider_Swt.horizontal a.handle
{
	width: 14px; height: 10px; line-height: 10px;
	background-image: url(Slider/Handles.gif);
	background-repeat: no-repeat;
	margin-top: 5px;
}

.RadSlider_Swt.horizontal .decrease
{
	background-position: 0 0;
}

.RadSlider_Swt.horizontal .increase
{
	background-position: -14px 0;
}

.RadSlider_Swt.horizontal a.draghandle
{
	top: 0;
	width: 14px; height: 21px; line-height: 21px;
	margin-top: -6px;
	background-image: url(Slider/DragHandle.gif);
	background-repeat: no-repeat;
}

.RadSlider_Swt.horizontal a.draghandle:hover
{
	background-position: -14px 0;
}

.RadSlider_Swt.horizontal a.draghandle:focus,
.RadSlider_Swt.horizontal a.draghandle:active
{
	background-position: -28px 0;
}

.RadSlider_Swt.horizontal .track
{
	left: 14px; top: 0;
	margin-top: 5px;
	height: 8px; line-height: 8px;
	background: #a0a0a0 url(Slider/TrackBgr.gif) repeat-x;
	border-top: solid 1px #e0e0e0;
	border-bottom: solid 1px #acacac;
}

.RadSlider_Swt.horizontal .selectedregion
{
	height: 8px; line-height: 8px;
	background: #a0a0a0 url(Slider/SelectedRegionHorizontalBgr.gif) repeat-x;
}
/* -------------------------------------------------------- HORIZONTAL SLIDER CLASSES END ---------------------------------------------------- */
/* -------------------------------------------------------- VERTICAL SLIDER CLASSES -------------------------------------------------------- */
.RadSlider_Swt.vertical
{
	width: 21px;
}

.RadSlider_Swt.vertical a.handle
{
	width: 10px; height: 14px; line-height: 14px;
	background-image: url(Slider/HandlesVertical.gif);
	background-repeat: no-repeat;
	margin-left: 6px;
}

.RadSlider_Swt.vertical .decrease
{
	background-position: 0 0;
}

.RadSlider_Swt.vertical .increase
{
	background-position: 0 -14px;
}

.RadSlider_Swt.vertical a.draghandle
{
	left: 0px;
}

.RadSlider_Swt.vertical .track
{
	left: 0; top: 14px;
	margin-left: 6px;
	width: 8px;
	background: url(Slider/TrackVerticalBgr.gif) repeat-y;
	border-left: solid 1px #e0e0e0;
	border-right: solid 1px #acacac;
}

.RadSlider_Swt.vertical .selectedregion
{
	width: 8px;
	background: #a0a0a0 url(Slider/SelectedRegionVerticalBgr.gif) repeat-y;
}

.RadSlider_Swt.vertical a.draghandle
{
	top: 0; left: 0;
	width: 21px; height: 14px; line-height: 14px;
	margin-left: -6px;
	background: url(Slider/DragVerticalHandle.gif) no-repeat;
}

.RadSlider_Swt.vertical a.draghandle:hover
{
	background-position: 0 -14px;
}

.RadSlider_Swt.vertical a.draghandle:focus,
.RadSlider_Swt.vertical a.draghandle:active
{
	background-position: 0 -28px;
}
/* -------------------------------------------------------- VERTICAL SLIDER CLASSES END ----------------------------------------------------- */