
/*----------- BUTTON LINK STYLES FOR TWO LINK CLASSES------------

/* THE FOLLOWING TWO CLASSES WERE REMOVED AT NEW FOOTER INSERTIONS BECAUSE 
THEY ARE MOVED TO BOTTOM-RIGHT-BUTTONS.CSS AND RENAMED *

.goTop {
text-align:right;
padding-right:40px
} 

.button-width-bottom-nav {width:65px}
*/
/*
a.button -- Can this be used globbaly???

a.button-menu Where is this????? Remove if not necessary.

a.btn-nav-upper-right Where is this selector?????

.button-horiz-right-top {text-align:right;padding-top:0px;margin-top:0px}

*/

a.button,
a.button-menu,
a.button:visited,
a.button-menu:visited {
  display: inline-block;
  background-color: maroon;
  color: white;
  text-decoration: none;
  padding: 6px 10px;
  border-radius: 3px;
  font-size: 90%;
  text-align: center;
  min-width: 65px;
}

a.button:hover,
a.button:active,
a.button-menu:hover,
a.button-menu:active {
  background-color: #356094;
}





/* ---------- RIGHT-ALIGNED BUTTON CONTAINER ---------- */
.go-to-buttons {
  text-align: right;
  padding-right: 40px;
}





/*-----------OLD ???????????????

/*-----------BUTTON LINKS------------
a:link.button, a:visited.button {
    background-color: maroon;
    color: white;
    padding: 2px 2px;
    text-align: center;	
    text-decoration: none;
    display: inline-block;
}


a:hover.button, a:active.button {
    background-color: #356094;
	text-decoration:none;
	opacity:1.0;
}

/*-----------BUTTON-MENU LINKS------------
a:link.button-menu, a:visited.button-menu {
    background-color: maroon;
    color: white;
    padding: 2px 2px;
    text-align: center;	
    text-decoration: none;
    display: inline-block;
}


a:hover.button-menu, a:active.button-menu {
    background-color: maroon;
	text-decoration:none;
	opacity:1.0;
}
----------------*/