/*buttons inside a elements needs this class explicitly decalred to avoid underline with IE */
a.nounderlineButton, a:visited.nounderlineButton, a:link.nounderlineButton{
    text-decoration: none;
}

.redButton
{
  margin-left: auto;
  margin-right: auto;
  cursor:pointer;
  cursor: hand;
}

.redButton .buttonLeft
{
  background: url(http://cdn.theladders.net/static/web/en_GB/images/buttons/btn_red_left.gif) no-repeat;
  width: 12px;
  height: 32px;
  float: left;
}
.redButton .buttonText
{
  background: url(http://cdn.theladders.net/static/web/en_GB/images/buttons/btn_red_center.gif) repeat-x;
  float: left;
  height: 32px;
  padding: 4px;
  line-height: 26px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
}
.redButton .buttonRight
{
  background: url(http://cdn.theladders.net/static/web/en_GB/images/buttons/btn_red_right.gif) no-repeat;
  width: 12px;
  height: 32px;
  float: left;
}

.defaultButton
{
  cursor:pointer;
  cursor: hand;
}

.defaultButton .buttonLeft
{
  background: url(http://cdn.theladders.net/static/web/en_GB/images/SalesLadder/buttons/btn_default_left.gif) no-repeat;
  width: 12px;
  height: 21px;
  float: left;
}
.defaultButton .buttonText
{
  background: url(http://cdn.theladders.net/static/web/en_GB/images/SalesLadder/buttons/btn_default_center.gif) repeat-x;
  float: left;
  height: 21px;
  padding: 4px;
  line-height: 12px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  color: #FFFFFF;
}
.defaultButton .buttonRight
{
  background: url(http://cdn.theladders.net/static/web/en_GB/images/SalesLadder/buttons/btn_default_right.gif) no-repeat;
  width: 12px;
  height: 21px;
  float: left;
}


.greyButton
{
  cursor:pointer;
  cursor: hand;
}

.greyButton .buttonLeft
{
  background: url(http://cdn.theladders.net/static/web/en_GB/images/buttons/grey_btn_left.gif) no-repeat;
  width: 5px;
  height: 22px;
  float: left;
}
.greyButton .buttonText
{
  background: url(http://cdn.theladders.net/static/web/en_GB/images/buttons/grey_btn_repeat.gif) repeat-x;
  float: left;
  height: 22px;
  padding: 4px;
  line-height: 12px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  color: #FFFFFF;
}
.greyButton .buttonRight
{
  background: url(http://cdn.theladders.net/static/web/en_GB/images/buttons/grey_btn_right.gif) no-repeat;
  width: 5px;
  height: 22px;
  float: left;
}
