﻿a.navbutton {
    background: transparent url('img/bg_navbutton_a.gif') no-repeat scroll top right;
    color: #006633;
    display: block;
    float: left;
    font: bold 12px arial, sans-serif;
    height: 22px;
    margin-right: 6px;
    padding-right: 5px; /* sliding doors padding */
    text-decoration: none;
    width: 172px;
    text-align: center;
}
a.last
{
	margin-right: 0px;
	width:173px;
}
a.navbutton span {
    background: transparent url('img/bg_navbutton_span.gif') no-repeat;
    display: block;
    line-height: 12px;
    padding: 5px 0 5px 5px;
} 
a.navbutton:hover {
    background-position: bottom right;
    outline: none; /* hide dotted outline in Firefox */
}

a.navbutton:hover span {
    background-position: bottom left;
    /*padding: 6px 0 4px 18px;*/ /* push text down 1px */
    color: #b0d006;
} 



button.button {
	text-align:center; 
    background: transparent url('img/bg_button_a.gif') no-repeat top right;
    border:0; 
	margin: 0px;
	padding:0 15px 0 0; 
	height: 24px;
	cursor:pointer; 
	overflow:visible; 
	

}
button.button span {
	position: relative;
	float: left;
	display: block;
    white-space:nowrap; 
    height: 24px;
    color: #006633;
    font: bold 12px/23px arial, sans-serif;
    background: transparent url('img/bg_button_span.gif') no-repeat scroll left 0;
    padding: 0px 0 0px 15px;
} 
button.button:hover {
    background-position: bottom right;
    outline: none; /* hide dotted outline in Firefox */
}

button.button:hover span {
    background-position: bottom left;
    /*padding: 6px 0 4px 18px;*/ /* push text down 1px */
    color: #b0d006;
} 



button.thinButton, a.thinButton {
    background: transparent url('img/bg_thinbutton_a.gif') no-repeat top right;
    font: bold 12px arial, sans-serif;
    line-height: 18px;
    height: 18px;
	border:0; 
	cursor:pointer; 
	padding:0 15px 0 0; 
	text-align:center; 
	width: auto;
	overflow:visible; 
	margin: 0px;
	
}
 a.thinButton{display: block;}
button.thinButton span, a.thinButton span {
    background: transparent url('img/bg_thinbutton_span.gif') no-repeat top left;
    position:relative;
    display: block;
    line-height: 18px;
    height: 18px;
    white-space:nowrap; 
    margin: 0px;
    padding: 0 0 0 15px;
    color: #006633;

} 
button.thinButton:hover, a.thinButton:hover {
    background-position: bottom right;
    outline: none; /* hide dotted outline in Firefox */
}

button.thinButton:hover span,a.thinButton:hover span {
    background-position: bottom left;
    /*padding: 6px 0 4px 18px;*/ /* push text down 1px */
    color: #b0d006;
} 
