﻿	
a.button 
{

display: block;
color: #000;
background: #d6ecd1;
width: 80px;
height: 18px;
line-height: 16px;
text-align: center;
text-decoration: none;
font-weight: bold;
font-size:0.8em;
border: 2px outset;
margin:0.1em;
}
a.button:hover {
color: #fff;
background: #a0b69b;
border: 2px inset;
}

input.button 
{

display: block;
color: #000;
background: #B8DAE7; /*  #d6ecd1 */
width: 80px;
height: 22px;
line-height: 16px;
text-align: center;
text-decoration: none;
font-weight: bold;
font-size:0.8em;
border: 2px outset;
margin:0.1em;
}
input.button:hover, input.button:active, input.button:focus {
color: #fff;
background: #B8DAE7;  /* #a0b69b */
border: 2px inset;
}

/*------------------------------------------*/
.calendarButton
{
	background-color: #daecd5;
	font-size: smaller;
	font-weight: bold;
}

.calendarButton2
{
	background-color: #a0b69b;
	font-size: smaller;
	font-weight: bold;
}
