﻿/*
1.	button
	button:hover
	a.button
2.	button-disabled
*/

.button
{
	cursor: hand;
	background-color: White !important;
	color: black !important;
    font-family: Tahoma,Verdana,Arial,Helvetica;
    font-size: 8pt;
	text-decoration: none;
	border :3px;
	border-style : double;	
	border-color: #c4cccc #acb5b5 #6f7777 #acb5b5;
    height: 24px;
    padding-left: 2px;
    padding-right:2px;  
}

.button-disabled
{
	cursor: pointer;
	background-color: #e6ebf9;
	color: #999999 !important;
    font-family: Tahoma,Verdana,Arial,Helvetica;
    font-size: 8pt;
	text-decoration: none;
	border :3px;
	border-style : double;	
	border-color: #c4cccc #acb5b5 #6f7777 #acb5b5;
    height: 24px;
}

.button:hover
{
	border-color: #b1cfff #99b7d7 #3677cb #d3e3fb;
}

a.button
{
    padding: 2px 2px !important;
}



/*
a.button-disabled 
{
	padding: 0px 0px !important;
}

.button-disabled:hover 
{
	border-color: #cddaf4 #cddaf4 #7e9db9 #cddaf4;
}
*/

/*
input.button,
input.button-disabled 
{
	padding: 3px 18px !important;
}

* html input.button,
* html input.button-disabled 
{
	padding: 2px 9px 3px !important;
}

.buttonBar td,
.buttonBar 
{
    background-color:#FFFFFF;
    margin: 1em 0;
    padding: 3px; 
    width:100%
}

* html .buttonBar td input.button,
* html .buttonBar td input.button-disabled,
* html .buttonBar input.button,
* html .buttonBar input.button-disabled 
{
    margin-bottom: -5px;
}

* html .buttonBar td,
* html .buttonBar 
{
    padding-bottom: 12px;
}

* html td.contentData a.button 
{
    margin: 2em 0 !important;
}


.loginControls 
{
    text-align:right;
	width: 215px;
}
.loginControls input {
	margin: 0 0 1em;
}
.loginControls a,
.loginControls a:visited {
	background-color: transparent !important;
	font-size: 10px;
	color:black;
}
*/



.button2
{
	COLOR: black; 
	BACKGROUND-COLOR: white;
	BORDER: #8cacbb 1px solid; 
	PADDING: 0.1em; 
	VISIBILITY: visible; 
	MARGIN-BOTTOM: 0.1em; 
	VERTICAL-ALIGN: middle; 
	/*FONT-FAMILY: Arial, Helvetica, sans-serif; */
}