
/******************************************************************************
* THIS FILE IS GENERATED ANY CHANGES WILL BE LOST NEXT TIME THIS IS GENERATED 
* Any custom modification should be made in the theme manager in configuration
******************************************************************************/

/* r.a.d.slider Telerik skin */

/* -------------------------------------------------------- GLOBAL SLIDER CLASSES -------------------------------------------------------- */
.RadSlider_Blue a
{
	cursor: hand;
}

/* -------------------------------------------------------- GLOBAL SLIDER CLASSES END ----------------------------------------------------- */

/* -------------------------------------------------------- HORIZONTAL SLIDER CLASSES -------------------------------------------------------- */
.RadSlider_Blue.horizontal
{
	height: 5px;
}

.RadSlider_Blue.horizontal a.handle
{
	width: 5px; height: 9px; line-height: 9px;
	background-image: url(Slider/Handles.gif);
	background-repeat: no-repeat;
	margin-top: 1px;
}

.RadSlider_Blue.horizontal .decrease
{
	background-position: 0 0;
}

.RadSlider_Blue.horizontal .increase
{
	background-position: -14px 0;
}

.RadSlider_Blue.horizontal a.draghandle
{
	top: 0;
	width: 7px; height: 7px; line-height: 7px;
	margin-top: -2px;
	background-image: url(Slider/DragHandle.gif) no-repeat;
}

.RadSlider_Blue.horizontal a.draghandle:hover
{
	background-position: -7px 0;
}

.RadSlider_Blue.horizontal a.draghandle:focus,
.RadSlider_Blue.horizontal a.draghandle:active
{
	background-position: -14px 0;
}

.RadSlider_Blue.horizontal .track
{
	cursor: hand;
	left: 7px; top: 0;
	margin-top: 2px;
	height: 3px; line-height: 3px;
	background: #a0a0a0 url(Slider/TrackBgr.gif) repeat-x;
	border-top: none 0px #fff;
	border-bottom: none 0px #fff;
}

.RadSlider_Blue.horizontal .selectedregion
{
	height: 3px; line-height: 3px;
	background: #a0a0a0 url(Slider/SelectedRegionHorizontalBgr.gif) repeat-x;
}
/* -------------------------------------------------------- HORIZONTAL SLIDER CLASSES END ---------------------------------------------------- */
/* -------------------------------------------------------- VERTICAL SLIDER CLASSES -------------------------------------------------------- */
.RadSlider_Blue.vertical
{
	width: 5px;
}

.RadSlider_Blue.vertical a.handle
{
	width: 5px; height: 9px; line-height: 9px;
	background-image: url(Slider/HandlesVertical.gif);
	background-repeat: no-repeat;
	margin-left: 1px;
}

.RadSlider_Blue.vertical .decrease
{
	background-position: 0 0;
}

.RadSlider_Blue.vertical .increase
{
	background-position: 0 -14px;
}

.RadSlider_Blue.vertical a.draghandle
{
	left: -2px;
}

.RadSlider_Blue.vertical .track
{
	cursor: hand;
	left: 0; top: 7px;
	margin-left: 2px;
	width: 3px;
	background: url(Slider/TrackVerticalBgr.png) repeat-y;
	border-left: none 0px #fff;
	border-right: none 0px #fff;
}

.RadSlider_Blue.vertical .selectedregion
{
	width: 3px;
	background: #a0a0a0 url(Slider/SelectedRegionVerticalBgr.gif) repeat-y;
}

.RadSlider_Blue.vertical a.draghandle
{
	top: 0; left: 0;
	width: 7px; height: 7px; line-height: 7px;
	margin-left: -2px;
	background: url(Slider/DragVerticalHandle.gif) no-repeat;
}

.RadSlider_Blue.vertical a.draghandle:hover
{
	background-position: 0 -7px;
}

.RadSlider_Blue.vertical a.draghandle:focus,
.RadSlider_Blue.vertical a.draghandle:active
{
	background-position: 0 -14px;
}
/* -------------------------------------------------------- VERTICAL SLIDER CLASSES END ----------------------------------------------------- */
