@charset "UTF-8";
 /*   - - - - - - - - - - - - - - - - - - - - - - - - -
			name         : buttons.css
			version      : 1605155  
			for          : Division 6, Mid Central Region
						 : National Model Railroad Assication
			author       : Donald Wilke
			copyright    : (c) 2013 
			validated	 : 1 March 2015
		 - - - - - - - - - - - - - - - - - - - - - - - - - - */



/* Buttons */

#main a[href$='.html'],
#body a[href$='.html'],
section a[href$='.html'],
/*p a,*/
a[href$='.pdf'],
a[href$='.doc'],
a[href$='.jpg'],
a[href^='mailto:'],
#main a[href^='http://'],
#main a[href^='https://']  {
	background:#2E74C0;
	color:#EEE;
	border: 1px solid #00E;
	padding: 3px 2px;    /* was 2px 6px then 8px 6px*/
	/* margin: 15px 5px; */
	font-weight: bold;
	text-decoration:none;
	border-radius: 8px;
	text-align:center;
	box-shadow: 4px 6px 8px #999999;  
	margin: 1.2em;      }


#main a[href$='.html']:hover,
#body a[href$='.html']:hover,
section a[href$='.html']:hover,
/*p a:hover,*/
a[href$='.pdf']:hover,
a[href$='.doc']:hover,
a[href^='mailto:']:hover,
#main a[href^='http://']:hover,
#main a[href^='https://']:hover {
	background:#0CF;
	box-shadow: -4px -6px 8px #aaaaaa;     }


.mmrCol01 {margin:.1em .5em .1em 0;            /*  MMR Page */
		text-align: right;}
.mmrCol02 {margin:.1em .5em .1em .5em;}
.mmrCol03 {text-align: center;}
.new_page{}	
	
/* ENDS Button   */

/* ######    Buttons–Remove    ########  */

.icon,
a .icon,
.table_general td a .icon,
.table_general th a .icon {
	border: none; 
	padding: 3px 2px;    /*padding: 2px 6px;  */
	background: none;
	box-shadow: none;
	  }    /* to remove buttom under icons   */
	  
	
	
	  
.icon:hover,
.table_general th a,
.icon:hover,
a .icon:hover
 	{/*box-shadow: -4px -6px 8px #aaaaaa; */
	background: none;
	/*color: #630; /*  */
	padding: 3px 2px;
	border: none;      /* none */
	/*border-radius: 8px;
	line-height:1.5em; */      }  
