html .RadButton_Blue {
  /* CheckBox and RadioButton Styles */
  /* Primary Button styles */
  /* Right to Left Support */
  border-radius: 5px;
  font-family:Arial, Helvetica, sans-serif;
  font-size:13pt;
  height:36px;
  padding-bottom:5px;
}

html .RadButton_Blue.rbButton {
  padding: 0.38462em 0.92308em 0.38462em;
  padding: 0.34615em 0.92308em \9;
  line-height: normal;
}

html .RadButton_Blue.rbButton {
  border-color: #0d4d6f;
  color: #ffffff;
  background-color: #0d4d6f;
  background-image: linear-gradient(#3a80c0, #0d4d6f);
}

html .RadButton_Blue.rbButton.rbHovered {
  border-color: #3377b5;
  color: #ffffff;
  background-color: #3377b5;
  background-image: linear-gradient(#3377b5, #3377b5); 
}

html .RadButton_Blue.rbButton:focus {
  box-shadow: inset 0 0 0.3em rgba(169, 169, 169, 0.5);
}

html .RadButton_Blue.rbButton:disabled {
  border-color: #777777;
  color: #666666;
  background-color: #777777;
  background-image: linear-gradient(#d2d2d2,#777777) ;
}
html .RadButton_Blue.rbButton.rbSelected {
  border-color: #a9a9a9;
  color: #000000;
  background-color: #cccccc;
  background-image: linear-gradient(#cccccc, #cccccc);
}

spanhtml .RadButton_Blue.rbButton {
  padding: 0.38462em 0.92308em 0.23077em;
  padding: 0.30769em 0.92308em \9;
  box-shadow: inset 0 0 1px #ffffff;
}

_:-ms-fullscreen, :root spanhtml .RadButton_Blue.rbButton {
  padding: 0.30769em 0.92308em;
}
