/* RadSlider tellbob Skin */

.RadSlider_tellbob a
{
	cursor: hand;
}

.RadSlider_tellbob.horizontal
{
	height: 21px;
}

.RadSlider_tellbob.horizontal a.handle
{
	width: 14px; height: 10px; line-height: 10px;
	background-image: url(Slider/Handles.gif);
	background-repeat: no-repeat;
	margin-top: 5px;
	
	border: 1px solid #ff3300;
}

.RadSlider_tellbob.horizontal .decrease
{
	background-position: 0 0;
	border: 1px solid #ff3300;
}

.RadSlider_tellbob.horizontal .increase
{
	background-position: -14px 0;
}

.RadSlider_tellbob.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_tellbob.horizontal a.draghandle:hover
{
	background-position: -16px 0;
}

.RadSlider_tellbob.horizontal a.draghandle:focus,
.RadSlider_tellbob.horizontal a.draghandle:active
{
	background-position: -32px 0;
}

.RadSlider_tellbob.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_tellbob.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_tellbob.vertical
{
	width: 21px;
}

.RadSlider_tellbob.vertical a.handle
{
	width: 10px; height: 14px; line-height: 14px;
	background-image: url(Slider/HandlesVertical.gif);
	background-repeat: no-repeat;
	margin-left: 6px;
}

.RadSlider_tellbob.vertical .decrease
{
	background-position: 0 0;
}

.RadSlider_tellbob.vertical .increase
{
	background-position: 0 -14px;
}

.RadSlider_tellbob.vertical a.draghandle
{
	left: 0px;
}

.RadSlider_tellbob.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_tellbob.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_tellbob.vertical a.draghandle
{
	top: 0; left: 0;
	width: 21px; height: 16px; line-height: 16px;
	margin-left: -5px;
	background: url(Slider/DragVerticalHandle.gif) no-repeat;
}

.RadSlider_tellbob.vertical a.draghandle:hover
{
	background-position: 0 -16px;
}

.RadSlider_tellbob.vertical a.draghandle:focus,
.RadSlider_tellbob.vertical a.draghandle:active
{
	background-position: 0 -32px;
}