﻿/*******************************************************************
 * 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 
 ******************************************************************/

.default-button
{
	background-color: #E6F0FF;
	border-color:#15428B;
	border-style:outset;
	border-width:1px;
	margin:auto 0.25em;
	vertical-align:text-bottom;	
	font-size:12px;
	display:block;
}

.default-button:hover
{
	border-style: inset;
}

.default-button-focus
{
	border-color: #7D98B8;
}

.default-button .first-child {
	border-color:#808080;
	height: 100%; width: 100%;
	border-style:solid;
	border-width:0pt 1px;
	margin:0pt -1px;
	display:block;
}

.default-button button, 
.default-button a 
{
	line-height:2;
	min-height:2em;
	padding:0pt 10px;
	border:medium none;
	display:inline;
	margin:0pt;
}

.default-button button 
{
	color:#15428B;
	font-family:Arial,Helvetica,Tahoma,Sans-Serif, Monospace;
	font-size:12px;
	font-weight:700;
	background-color:transparent;
	cursor:pointer;
}

.default-button-checked
{
	background-color: #15428B;
	border-color:#304369;
}

.default-button-checked:hover
{
	background-position:0pt -400px;
	border-color:#304369;
}

.default-button-checked button,
.default-button-checked a 
{
	color:#FFFFFF;
}

.default-button-disabled
{
	background-color: #eee;
	border: 1px solid black;
}
.default-button-disabled:hover
{
	background-color: #eee;
	border: 1px solid black;
}

.default-button-disabled button,
.default-button-disabled a
{
	color: #888;
	cursor: default;
}
