﻿/* r.a.d.slider Web 2.0 skin */

/* -------------------------------------------------------- GLOBAL SLIDER CLASSES -------------------------------------------------------- */
.RadSlider_Privacy a
{
	cursor: hand;
}

.RadSlider_Privacy a.handle
{
	width: 26px; height: 20px;
	background-color: transparent;
	background-image: url(images/Handles.gif);
	background-repeat: no-repeat;
}

.RadSlider_Privacy .decrease
{
	/*background-position: 0 0;*/
}

.RadSlider_Privacy .increase
{
	/*background-position: 0 -20px;*/
}

.RadSlider_Privacy.horizontal .selectedregion
{
	background: #fff;
	height: 10px;
	background-position: left 10px;
}

.RadSlider_Privacy.vertical .selectedregion
{
	background: #fff;
	width: 10px;
}

.radslider{position:absolute;}
.radsliderlabels{margin-top:7px; margin-bottom:20px;}

.RadSlider_Privacy.horizontal
{
    background-image:url(images/privacy_rails.gif);
    background-repeat:no-repeat;
    background-position: -6px 0;
	margin-top:15px;
	margin-left:20px;
}
.RadSlider_Privacy .track{background:transparent !important;border:0 !important;}

#RadSliderWrapper_veteranBioSlider{top:24px; margin-left:20px;}
#RadSliderWrapper_awardsSlider{top:24px; margin-left:20px;}
#RadSliderWrapper_timelineSlider{top:24px; margin-left:20px;}
#RadSliderWrapper_photoSlider{top:24px; margin-left:20px;}
#RadSliderWrapper_buddyListSlider{top:24px; margin-left:20px;}

/* -------------------------------------------------------- GLOBAL SLIDER CLASSES END ----------------------------------------------------- */

/* -------------------------------------------------------- HORIZONTAL SLIDER CLASSES -------------------------------------------------------- */

.RadSlider_Privacy.horizontal
{
	height: 31px;
	left: 15px;
}

.RadSlider_Privacy.horizontal a.draghandle
{
	top: 0;	
	width: 28px; height: 20px;
	margin-top: -6px;
	background-image: url(images/DragHandle.gif);
	background-repeat: no-repeat;
}

.RadSlider_Privacy.horizontal a.draghandle:hover
{
	background-position: 0 -20px;
}

.RadSlider_Privacy.horizontal .track
{
	left: 6px; top: 4px;
	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_Privacy.vertical
{
	width: 20px;
}

.RadSlider_Privacy.vertical .track
{
	top: 20px; left: 0px;
	width: 7px;
	margin-left: 6px;
	background: #e8eef6;
	border-left: solid 1px #a5bedf;
	border-right: solid 1px #a5bedf;
}

.RadSlider_Privacy.vertical a.draghandle
{
	top: 0;
	margin-left: -7px;
	width: 20px; height: 28px;
	background: url(images/DragVerticalHandle.gif) no-repeat;
}

.RadSlider_Privacy.vertical a.draghandle:hover
{
	background-position: -20px 0;
}

/* -------------------------------------------------------- VERTICAL SLIDER CLASSES END ----------------------------------------------------- */