/* r.a.d.slider TV1 skin */

/* -------------------------------------------------------- GLOBAL SLIDER CLASSES -------------------------------------------------------- */
.RadSlider_TV1 a
{
	cursor: auto;
}

/* -------------------------------------------------------- GLOBAL SLIDER CLASSES END ----------------------------------------------------- */
/* -------------------------------------------------------- HORIZONTAL SLIDER CLASSES -------------------------------------------------------- */
.RadSlider_TV1.horizontal
{
	height: 20px;
}

.RadSlider_TV1.horizontal a.handle
{
	width: 22px; height: 20px;
}

.RadSlider_TV1.horizontal .decrease
{
	background: url(Slider/Handles.gif) no-repeat 0 0;
}

.RadSlider_TV1.horizontal .increase
{
	background: url(Slider/Handles.gif) no-repeat -22px 0;
}

.RadSlider_TV1.horizontal a.draghandle
{
	top: 0;
	margin-top: -1px;
	width: 14px; height: 20px;
	background: url(Slider/DragHandlesHorizontal.gif) no-repeat;
}

.RadSlider_TV1.horizontal a.draghandle:hover,
.RadSlider_TV1.horizontal a.draghandle:active
{
	background: url(Slider/DragHandlesHorizontal.gif) no-repeat -14px 0;
}

.RadSlider_TV1.horizontal .track
{
	left: 22px; top: 0;
	height: 18px;
	background: #e8eef6 url(Slider/TrackHorizontalBgr.gif) repeat-x;
	border-top: solid 1px #6d7d8f;
	border-bottom: solid 1px #9aa6b5;
}
/* -------------------------------------------------------- HORIZONTAL SLIDER CLASSES END ---------------------------------------------------- */
/* -------------------------------------------------------- VERTICAL SLIDER CLASSES -------------------------------------------------------- */
.RadSlider_TV1.vertical
{
	width: 20px;
}

.RadSlider_TV1.vertical .handle
{
	width: 20px; height: 22px;
}

.RadSlider_TV1.vertical .decrease
{
	background: url(Slider/HandlesVertical.gif) no-repeat 0 0;
}

.RadSlider_TV1.vertical .increase
{
	background: url(Slider/HandlesVertical.gif) no-repeat 0 -22px;
}

.RadSlider_TV1.vertical a.draghandle
{
	left: 0px;
}

.RadSlider_TV1.vertical .track
{
	top: 22px; left: 0px;
	width: 18px;
	background: #e8eef6 url(Slider/TrackVerticalBgr.gif) repeat-y;
	border-left: solid 1px #6d7d8f;
	border-right: solid 1px #9aa6b5;
}

.RadSlider_TV1.vertical a.draghandle
{
	top: 0;
	margin-left: -1px;
	width: 20px; height: 14px;
	background: url(Slider/DragHandlesVertical.gif) no-repeat;
}

.RadSlider_TV1.vertical a.draghandle:hover,
.RadSlider_TV1.vertical a.draghandle:active
{
	background: url(Slider/DragHandlesVertical.gif) no-repeat 0 -14px;
}
/* -------------------------------------------------------- VERTICAL SLIDER CLASSES END ----------------------------------------------------- */