.RadSlider_Gray a { cursor: hand; }
.RadSlider_Gray.horizontal { height: 21px; }
.RadSlider_Gray.horizontal a.handle { width: 14px; height: 10px; line-height: 10px; background-image: url(Slider/Handles.gif); background-repeat: no-repeat; margin-top: 5px; }
.RadSlider_Gray.horizontal .decrease { background-position: 0 0; }
.RadSlider_Gray.horizontal .increase { background-position: -14px 0; }
.RadSlider_Gray.horizontal a.draghandle { top: 0; width: 16px; height: 21px; line-height: 21px; margin-top: -5px; background-image: url(Slider/DragHandle.gif); background-repeat: no-repeat; }
.RadSlider_Gray.horizontal a.draghandle:hover { background-position: -16px 0; }
.RadSlider_Gray.horizontal a.draghandle:focus, .RadSlider_Gray.horizontal a.draghandle:active { background-position: -32px 0; }
.RadSlider_Gray.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 #c4c4c4; border-bottom: solid 1px #8e8e8e; }
.RadSlider_Gray.horizontal .selectedregion { height: 7px; line-height: 7px; border-top: solid 1px #a5a5a5; border-bottom: solid 1px #6e6e6e; background: #e3f9dc url(Slider/SelectedRegionHorizontalBgr.gif) repeat-x; }
.RadSlider_Gray.vertical { width: 21px; }
.RadSlider_Gray.vertical a.handle { width: 10px; height: 14px; line-height: 14px; background-image: url(Slider/HandlesVertical.gif); background-repeat: no-repeat; margin-left: 6px; }
.RadSlider_Gray.vertical .decrease { background-position: 0 0; }
.RadSlider_Gray.vertical .increase { background-position: 0 -14px; }
.RadSlider_Gray.vertical a.draghandle { left: 0px; }
.RadSlider_Gray.vertical .track { left: 0; top: 14px; margin-left: 6px; width: 8px; background: url(Slider/TrackVerticalBgr.gif) repeat-y; border-left: solid 1px #c4c4c4; border-right: solid 1px #8e8e8e; }
.RadSlider_Gray.vertical .selectedregion { width: 8px; background: #a0a0a0 url(Slider/SelectedRegionVerticalBgr.gif) repeat-y; border-left: solid 1px #a5a5a5; border-right: solid 1px #6e6e6e; margin-left: -1px; }
.RadSlider_Gray.vertical a.draghandle { top: 0; left: 0; width: 21px; height: 16px; line-height: 16px; margin-left: -8px; background: url(Slider/DragVerticalHandle.gif) no-repeat; }
.RadSlider_Gray.vertical a.draghandle:hover { background-position: 0 -16px; }
.RadSlider_Gray.vertical a.draghandle:focus, .RadSlider_Gray.vertical a.draghandle:active { background-position: 0 -32px; }