/*=== Buttons ===*/

a.button_100:link, a.button_100:visited
{
  display: block;
  width: 100px;
  height: 28px;
  line-height: 28px;
  font-weight: bold;
  font-size: 8pt;
  background-image: url(../images/buttons/button_bg.png);
  background-repeat: repeat-x;
  border: 1px solid #d9d9d9;
  color: #737373;
  text-decoration: none;
  text-align: center;
}

a.button_100:hover
{
  color: #10a4f0;
  border: 1px solid #10a4f0;
}

a.button_150:link, a.button_150:visited
{
  display: block;
  width: 150px;
  height: 28px;
  line-height: 28px;
  font-weight: bold;
  font-size: 8pt;
  background-image: url(../images/buttons/button_bg.png);
  background-repeat: repeat-x;
  border: 1px solid #d9d9d9;
  color: #737373;
  text-decoration: none;
  text-align: center;
}

a.button_150:hover
{
  color: #10a4f0;
  border: 1px solid #10a4f0;
}

a.button_180:link, a.button_180:visited
{
  display: block;
  width: 180px;
  height: 28px;
  line-height: 28px;
  font-weight: bold;
  font-size: 8pt;
  background-image: url(../images/buttons/button_bg.png);
  background-repeat: repeat-x;
  border: 1px solid #d9d9d9;
  color: #737373;
  text-decoration: none;
  text-align: center;
}

a.button_180:hover
{
  color: #10a4f0;
  border: 1px solid #10a4f0;
}

