﻿/*--
RadSlider ASP.Net AJAX
PlanetMagpie custom skin 
PMBlueSlider --*/

/* -------------------------------------------------------- GLOBAL SLIDER CLASSES -------------------------------------------------------- */
.RadSlider_PMBlueSlider a
{
	cursor: hand;
}

/* -------------------------------------------------------- GLOBAL SLIDER CLASSES END ----------------------------------------------------- */
/* -------------------------------------------------------- HORIZONTAL SLIDER CLASSES -------------------------------------------------------- */
.RadSlider_PMBlueSlider.horizontal
{
	height: 23px;
}

.RadSlider_PMBlueSlider.horizontal a.handle
{
	width: 24px; height: 23px;
}

.RadSlider_PMBlueSlider.horizontal .decrease
{
	background: url('img/Handles.gif') no-repeat 0 0;
}

.RadSlider_PMBlueSlider.horizontal .increase
{
	background: url('img/Handles.gif') no-repeat -23px 0;
}

.RadSlider_PMBlueSlider.horizontal a.draghandle
{
	top: 0;
	margin-top: 1px;
	width: 143px; height: 21px;
	background: url('img/DragHandlesHorizontal.gif') 0 1px no-repeat;
}

.RadSlider_PMBlueSlider.horizontal a.draghandle:hover,
.RadSlider_PMBlueSlider.horizontal a.draghandle:active
{
	/*background: url('img/DragHandlesHorizontal.gif') no-repeat -143px 0; */
}

.RadSlider_PMBlueSlider.horizontal .track
{
	left: 24px; top: 0;
	height: 23px;
	background: #BBE6F1 url('img/TrackHorizontalBgr.gif') repeat-x;
	border-top: solid 0px #6d7d8f;
	border-bottom: solid 0px #9aa6b5;
}
/* -------------------------------------------------------- HORIZONTAL SLIDER CLASSES END ---------------------------------------------------- */
/* -------------------------------------------------------- VERTICAL SLIDER CLASSES -------------------------------------------------------- */
.RadSlider_PMBlueSlider.vertical
{
	width: 23px;
}

.RadSlider_PMBlueSlider.vertical .handle
{
	width: 23px; height: 24px;
}

.RadSlider_PMBlueSlider.vertical .decrease
{
	background: url('img/HandlesVertical.gif') no-repeat 0 0;
}

.RadSlider_PMBlueSlider.vertical .increase
{
	background: url('img/HandlesVertical.gif') no-repeat 0 -24px;
}

.RadSlider_PMBlueSlider.vertical a.draghandle
{
	left: 0px;
}

.RadSlider_PMBlueSlider.vertical .track
{
	top: 24px; left: 0px;
	width: 23px;
	background: #BBE6F1 url('img/TrackVerticalBgr.gif') repeat-y;
	border-left: solid 0px #6d7d8f;
	border-right: solid 0px #9aa6b5;
}

.RadSlider_PMBlueSlider.vertical a.draghandle
{
	top: 0;
	margin-left: 0px;
	width: 21px; height: 143px;
	background: url('img/DragHandlesVertical.gif') no-repeat;
}

.RadSlider_PMBlueSlider.vertical a.draghandle:hover,
.RadSlider_PMBlueSlider.vertical a.draghandle:active
{
	background: url('img/DragHandlesVertical.gif') no-repeat 0 -143px;
}
/* -------------------------------------------------------- VERTICAL SLIDER CLASSES END ----------------------------------------------------- */