/*--  Canned button styles ------------------------------*/

a.link-button, a.link-button:visited {
  font-family: "Myriad Pro","Arial",Sans-Serif;	
  display: inline-block;
  padding: 4px 15px;
  margin: 10px 20px 10px 0;
  font-weight: 300;
  font-size: 1.5em;
  text-align: center;
  line-height: 50px;
  color: #FFF;
  border-radius: 5px;
  transition: all .2s ;
  text-decoration: none;
}

.at-spscc-right a.link-button{
  display: block;
  position: relative;
  float: left;
  width: 100%;
  padding:0px;
} 

.btnDarkBlue {
  background: #0051BA;
}
a.btnDarkBlue:hover {
  background: #1c3e7f;
}

.btnLightBlue {
  background: #0072CF;
}
a.btnLightBlue:hover {
  background: #1f548d;
}

.btnRed {
  background: #D64123;
}
a.btnRed:hover {
  background: #9f2f17;
}

.btnDarkGreen {
  background: #009E60;
}
a.btnDarkGreen:hover {
  background: #007948;
}

.btnLightGreen {
  background: #1EB53A;
}
a.btnLightGreen:hover {
  background: #108838;
}

.btnGrey {
  background: #54575A;
}
a.btnGrey:hover {
  background: #35393b;
}

.btnOrange {
  background: #FF8200;
}
a.btnOrange:hover {
  background: #b66113;
}

.btnGold {
  background: #FFA300;
}
a.btnGold:hover {
  background: #b9790f;
}


