﻿/*******************************************************************
 * Gaia Ajax - Ajax Control Library for ASP.NET  
 * Copyright (C) 2008 - 2011 Gaiaware AS
 * All rights reserved. 
 * This program is distributed under either GPL version 3 
 * as published by the Free Software Foundation or the
 * Gaia Commercial License version 1 as published by Gaiaware AS
 * read the details at http://gaiaware.net/product/dual-licensing 
 ******************************************************************/

.gaiax-slider
{ }

.gaiax-slider-horizontal .gaiax-slider-wrapper
{
	background-color: #15428B;
	height: 14px;
}

.gaiax-slider-horizontal .gaiax-slider-closer
{
	padding-right: 3px;
}

.gaiax-slider-horizontal .gaiax-slider-handle
{
	background-color: #E6F0FF;
	height:14px;
	position:absolute;
	width:15px;
	cursor:move;
}

.gaiax-slider-horizontal
{
	padding-left:3px;
}


.gaiax-slider-horizontal .gaiax-slider-disabled
{
	background-color: #eee;
	height:14px;
	position:absolute;
	width:15px;
	cursor:auto;
}

.gaiax-slider-wrapper
{
	overflow:visible;
	position:relative;
}

.gaiax-slider-vertical
{
	background-color: #15428B;
	padding-top:7px;
	width:14px;
}

.gaiax-slider-vertical .gaiax-slider-closer
{
	padding-bottom:7px;
}

.gaiax-slider-vertical .gaiax-slider-wrapper
{
	width:15px;
}

.gaiax-slider-vertical .gaiax-slider-handle
{
	background-color: #E6F0FF;
	height:15px;
	position:absolute;
	width:15px;
	cursor:move;
}

.gaiax-slider-vertical .gaiax-slider-disabled
{
	background-color: #eee;
	height:15px;
	position:absolute;
	width:14px;
	cursor:default;
}
