	/*   - - - - - - - - - - - - - - - - - - - - - - - - -
			name         : buttons_BE.css
			version      : 241011 
			for          : Mid Central Region
						 : National Model Railroad Assication
			author       : Donald Wilke
			copyright    : (c) 2024
			validated	 : 1 March 2015
		 - - - - - - - - - - - - - - - - - - - - - - - - - - */
		 
		 /* 2016 Mid-Cental Region Convention  */


/* ######    Buttons    ########  */




.button, 
a button
 {
	background: #2E74C0;   /* light Blue  */
	color: #EBF717;    /* yellow. */
    border: 2px solid #00E;
	font-weight: bold;
	text-decoration: none;
	border-radius: 8px;
	padding: 2px 4px;
	text-align: center;
    margin: 5px 0px;	
	line-height:1.5em;
	box-shadow: 4px 6px 8px #999999;      }
/*

.buttonN:hover  {  }   *

.button:hover
{
	background: #FFC73A;
	color: red; /*  #630  dark brown /
	padding: 2px 5px;
	font-weight: bold;
	text-decoration:none;
	border: 2px solid #630;      /* dark brown /
	border-radius: 8px;
	text-align:center;
	line-height:1.5em;
	box-shadow: 4px 6px 8px #bbb;    }    */

.button:hover
{    
    background:#0CF;
    color: red;
	 border: 2px solid #00E;
	font-weight: bold;
	text-decoration: none;
	border-radius: 8px;
	padding: 2px 4px;
	text-align: center;
    margin: 5px 0px;	
	line-height:1.5em;
    box-shadow: 4px -6px 8px #999999;  
    }  
	
	/*     */

.noButton {
    border: none;
    padding: 0px;
    background: none; 
    margin-left: auto;
    margin-right: auto;}

/*.noButton  {border: none;
   padding: 0px;
   background: none; 
   opacity: 0.4}   */


/* END Button   */