﻿/* 
 * Gaia Ajax Widgets, an Ajax Widget Library for ASP.NET 2.0
 * Copyright (C) 2007 - 2008 Gaiaware AS
 * All rights reserved.
 * 
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 3 as 
 * published by the Free Software Foundation.
 * 
 * Or if you have purchased the "Professional Edition" from Gaiaware
 * it is distributed to you in person under the Gaia Commercial License
 * which makes it possible for you to create closed source applications
 * and still be able to distribute those applications without creating 
 * restrictions for your source code.
 * 
 * Unless you're developing GPL software you should and probably legally
 * have to purchase a license of the Gaia Commercial License since otherwise
 * you might be forced to GPL license your derived works.
 * 
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 * 
 * You should find a copy of both the GPL version 3 and the 
 * Gaia Commercial License on disc where you have extracted these files.
 * If not visit http://www.gnu.org for the GPL version or 
 * http://ajaxwidgets.com for the Gaia Commercial License.
 * 
 * Breaking the terms of whatever license you're entitled to use will cause
 * prosecution by Gaiaware AS. If possible we will demand to settle any 
 * law suits at a court in Norway.
 * 
 */

.gaiax-button
{
	background:transparent url(ExtendedButton/extended-button.png) repeat-x scroll 0pt 0pt;
	border-color:#808080;
	border-style:solid;
	border-width:1px 0pt;
	margin:auto 0.25em;
	vertical-align:text-bottom;	
	font-size:14px;
	display:block;
}

.gaiax-button:hover
{
	background-position: 0pt -300px;
	border-color: #79b;
}

.gaiax-button-focus
{
	background-position: 0pt -200px;
	border-color: #7D98B8;
}

.gaiax-button .first-child {
	border-color:#808080;
	height: 100%;
	width: 100%;
	border-style:solid;
	border-width:0pt 1px;
	margin:0pt -1px;
	display:block;
}

.gaiax-button button, 
.gaiax-button a 
{
	
	line-height:2;
	min-height:2em;
	padding:0pt 10px;
	border:medium none;
	display:inline;
	margin:0pt;
}

.gaiax-button button 
{
	background-color:transparent;
	cursor:pointer;
}

.gaiax-button-checked
{
	background-position:0pt -400px;
	border-color:#304369;
}

.gaiax-button-checked:hover
{
	background-position:0pt -400px;
	border-color:#304369;
}

.gaiax-button-checked button,
.gaiax-button-checked a 
{
	color:#FFFFFF;
}

.gaiax-button-disabled
{
	background-position:0pt -100px;
}
.gaiax-button-disabled:hover
{
	background-position:0pt -100px;
}

.gaiax-button-disabled button,
.gaiax-button-disabled a
{
	color: #888;
	cursor: default;
}
