/* r.a.d.slider Web 2.0 skin */

/* -------------------------------------------------------- GLOBAL SLIDER CLASSES -------------------------------------------------------- */
.RadSlider_Playdough
{
	{background:url(Slider/3Rail.gif) 20px -1px no-repeat;}
}

.RadSlider_Playdough a
{
	cursor: hand;
}

.RadSlider_Playdough a.handle
{
	width: 20px; height: 20px;
	background-color: transparent;
	background-image: url(Slider/Handles.gif);
	background-repeat: no-repeat;
}

.RadSlider_Playdough .decrease
{
	background-position: 0 0;
}

.RadSlider_Playdough .increase
{
	background-position: 0 -20px;
}

.RadSlider_Playdough.horizontal .selectedregion
{
	background: #dcfc5c;
	height: 7px;
}

.RadSlider_Playdough.vertical .selectedregion
{
	background: #dcfc5c;
	width: 7px;
}

/* -------------------------------------------------------- GLOBAL SLIDER CLASSES END ----------------------------------------------------- */

/* -------------------------------------------------------- HORIZONTAL SLIDER CLASSES -------------------------------------------------------- */
.RadSlider_Playdough.horizontal
{
	height: 20px;
}

.RadSlider_Playdough.horizontal a.draghandle
{
	top: 0;	
	width: 28px; height: 20px;
	margin-top: -6px;
	background-image: url(Slider/DragHandle.gif);
	background-repeat: no-repeat;
}

.RadSlider_Playdough.horizontal a.draghandle:hover
{
	background-position: 0 -20px;
}

.RadSlider_Playdough.horizontal .track
{
	left: 20px; top: 0;
	margin-top: 6px;
	height: 7px;
	background: #e8eef6;
	border-top: solid 1px #a5bedf;
	border-bottom: solid 1px #a5bedf;
}
/* -------------------------------------------------------- HORIZONTAL SLIDER CLASSES END ---------------------------------------------------- */

/* -------------------------------------------------------- VERTICAL SLIDER CLASSES -------------------------------------------------------- */
.RadSlider_Playdough.vertical
{
	width: 20px;
}

.RadSlider_Playdough.vertical .track
{
	top: 20px; left: 0px;
	width: 7px;
	margin-left: 6px;
	background: #e8eef6;
	border-left: solid 1px #a5bedf;
	border-right: solid 1px #a5bedf;
}

.RadSlider_Playdough.vertical a.draghandle
{
	top: 0;
	margin-left: -7px;
	width: 20px; height: 28px;
	background: url(Slider/DragVerticalHandle.gif) no-repeat;
}

.RadSlider_Playdough.vertical a.draghandle:hover
{
	background-position: -20px 0;
}

/* -------------------------------------------------------- VERTICAL SLIDER CLASSES END ----------------------------------------------------- */