.RadForm_SkinsButtonsActions {
  /* CSS class for styling the decoration zone or the <html /> tag of the page */
  /* Decorate scrollbars */
  /* Decorate <input type="button | submit | reset" /> and <button type="button | submit | reset" /> - look if there is a secondary .rfdButton class applied to the root element */
  /* OPERA width fix - do not remove (and check if it is still necessary) */
  /* Decorate <h4|5|6 /> */
  /* Decorate <label /> */
  /* Decorate <input type="checkbox" /> */
  /* Decorate <input type="radio" /> */
  /* IE6 - we set .gif")%> image instead of .png")%> due to the lack RGBA support */
  /* <fieldset /> and <legend /> */
  /* this selector styles the hover of the side bars of the rounded elements */
  /* Decorate <input type="text | password | search | url | tel | email" /> and <textarea /> */
  /* For all browsers except IE6 we are using attribute selectors - single or double */
  /* Decorate <fieldset /> */
  /* Decorate <fieldset /> and <legend /> */
  /* Because of a glitch in IE the following 2 CSS classes must be declared separately for correct parsing of the textarea class in IE6*/
  /* <select /> */
  /* IE6 disabled state fix - this should not be added to the base stylesheet, but at the bottom of the skin file */
  /* the styling of radiobuttons and checkboxes in Safari and Chrome is already fully achieved with CSS */
  /* ----------------------------------------------- Skin-specific Scrollbar Settings for WebKit ----------------------------------------------- */
  /* the scrollbar face color */
  /*GridView, FormView, DetailsView*/
  /* Validation Summary Control and Login Control  */
  /* Fixes RadWindow content to be black when it is wrpapped in a Black rfdZone in order the black skin to be applied properly */ }
  .RadForm_SkinsButtonsActions.rfdZone {
    background-color: #292929;
    color: white; }
  .RadForm_SkinsButtonsActions.rfdScrollBars {
    scrollbar-3dlight-color: #1a1a1a;
    scrollbar-arrow-color: #111111;
    scrollbar-base-color: #f5f5f5;
    scrollbar-darkshadow-color: #474747;
    scrollbar-face-color: #393939;
    scrollbar-highlight-color: #474747;
    scrollbar-shadow-color: #1a1a1a;
    scrollbar-track-color: #272727; }
  .RadForm_SkinsButtonsActions.rfdButton a.rfdSkinnedButton, .RadForm_SkinsButtonsActions.rfdButton input[type="button"].rfdDecorated, .RadForm_SkinsButtonsActions.rfdButton input[type="reset"].rfdDecorated, .RadForm_SkinsButtonsActions.rfdButton input[type="submit"].rfdDecorated, .RadForm_SkinsButtonsActions.rfdButton .rfdSkinnedButton button, .RadForm_SkinsButtonsActions.rfdButton .rfdInputDisabled input[type="button"].rfdDecorated:hover.rfdDecorated, .RadForm_SkinsButtonsActions.rfdButton .rfdInputDisabled input[type="reset"].rfdDecorated:hover, .RadForm_SkinsButtonsActions.rfdButton .rfdInputDisabled input[type="submit"].rfdDecorated:hover.rfdDecorated, .RadForm_SkinsButtonsActions.rfdButton .rfdInputDisabled.rfdSkinnedButton button:hover {
    background-image: url('FormDecorator/ButtonSprites.gif');
    color: white; }
  .RadForm_SkinsButtonsActions.rfdButton a.rfdSkinnedButton:hover, .RadForm_SkinsButtonsActions.rfdButton input[type="button"].rfdDecorated:hover.rfdDecorated, .RadForm_SkinsButtonsActions.rfdButton input[type="reset"].rfdDecorated:hover, .RadForm_SkinsButtonsActions.rfdButton input[type="submit"].rfdDecorated:hover.rfdDecorated, .RadForm_SkinsButtonsActions.rfdButton .rfdSkinnedButton button:hover {
    color: #ccc; }
  @media screen and (min-width:1px) {
    .RadForm_SkinsButtonsActions {
      /* 
         the hack below fixes a strange behavior under Opera - 
         input and button have a different CSS display when in anchor tag 
      */ }
      .RadForm_SkinsButtonsActions.rfdButton a.rfdSkinnedButton input {
        display: block;
        float: left; } }
  .RadForm_SkinsButtonsActions.rfdHeading h4, .RadForm_SkinsButtonsActions.rfdHeading h5 {
    color: #9eda29;
    border-bottom: 1px solid #3a3a3a; }
  .RadForm_SkinsButtonsActions.rfdHeading h6 {
    color: #9eda29; }
  .RadForm_SkinsButtonsActions.rfdLabel label {
    color: white; }
  .RadForm_SkinsButtonsActions .rfdCheckboxUnchecked,
  .RadForm_SkinsButtonsActions .rfdCheckboxChecked,
  .RadForm_SkinsButtonsActions .rfdInputDisabled.rfdCheckboxUnchecked,
  .RadForm_SkinsButtonsActions .rfdInputDisabled.rfdCheckboxChecked {
    background-image: url('FormDecorator/CheckBoxSprites.gif'); }
  .RadForm_SkinsButtonsActions .rfdRadioUnchecked,
  .RadForm_SkinsButtonsActions .rfdRadioChecked,
  .RadForm_SkinsButtonsActions .rfdInputDisabled.rfdRadioUnchecked,
  .RadForm_SkinsButtonsActions .rfdInputDisabled.rfdRadioChecked {
    background-image: url('FormDecorator/RadioButtonSprites.png'); }
  .RadForm_SkinsButtonsActions .rfdRadioUnchecked,
  .RadForm_SkinsButtonsActions .rfdInputDisabled.rfdRadioUnchecked:hover,
  .RadForm_SkinsButtonsActions .rfdRadioUnchecked:hover,
  .RadForm_SkinsButtonsActions .rfdRadioChecked,
  .RadForm_SkinsButtonsActions .rfdInputDisabled.rfdRadioChecked:hover,
  .RadForm_SkinsButtonsActions .rfdRadioChecked:hover {
    _background-image: url('FormDecorator/RadioButtonSprites.gif');
    /* IE6 hack */ }
  .RadForm_SkinsButtonsActions.rfdFieldset table.rfdRoundedWrapper_fieldset legend, .RadForm_SkinsButtonsActions.rfdFieldset fieldset legend, .RadForm_SkinsButtonsActions.rfdFieldset legend {
    color: white; }
  .RadForm_SkinsButtonsActions table.rfdRoundedWrapper:hover div.rfdRoundedInner {
    background-color: #fff;
    border-color: #5c5c5c !important; }
  .RadForm_SkinsButtonsActions table.rfdRoundedWrapper:hover .rfdRoundedOuter {
    background-color: #5c5c5c !important; }
  .RadForm_SkinsButtonsActions.rfdTextbox input[type="text"].rfdDecorated, .RadForm_SkinsButtonsActions.rfdTextbox input[type="password"].rfdDecorated, .RadForm_SkinsButtonsActions.rfdTextbox input[type="search"].rfdDecorated, .RadForm_SkinsButtonsActions.rfdTextbox input[type="url"].rfdDecorated, .RadForm_SkinsButtonsActions.rfdTextbox input[type="tel"].rfdDecorated, .RadForm_SkinsButtonsActions.rfdTextbox input[type="email"].rfdDecorated, .RadForm_SkinsButtonsActions.rfdTextarea textarea, .RadForm_SkinsButtonsActions.rfdTextarea textarea[disabled].rfdDecorated:hover, .RadForm_SkinsButtonsActions.rfdTextbox input[disabled][type="text"].rfdDecorated:hover, .RadForm_SkinsButtonsActions.rfdTextbox input[disabled][type="password"].rfdDecorated:hover, .RadForm_SkinsButtonsActions.rfdTextbox input[disabled][type="search"].rfdDecorated:hover, .RadForm_SkinsButtonsActions.rfdTextbox input[disabled][type="url"].rfdDecorated:hover, .RadForm_SkinsButtonsActions.rfdTextbox input[disabled][type="tel"].rfdDecorated:hover, .RadForm_SkinsButtonsActions.rfdTextbox input[disabled][type="email"].rfdDecorated:hover {
    border: 1px solid #080808;
    background-color: #444444;
    color: white; }
  .RadForm_SkinsButtonsActions.RadForm.rfdTextbox .rfdDecorated:hover, .RadForm_SkinsButtonsActions.RadForm.rfdTextarea textarea:hover, .RadForm_SkinsButtonsActions.RadForm.rfdTextbox .rfdDecorated:focus, .RadForm_SkinsButtonsActions.RadForm.rfdTextarea textarea:focus {
    border: 1px solid #5c5c5c; }
  .RadForm_SkinsButtonsActions.rfdFieldset fieldset {
    border: 1px solid #080808;
    background-image: url('FormDecorator/FieldsetBgr.png');
    /* having a background image on a fieldset is not okay with IE */ }
  .RadForm_SkinsButtonsActions.rfdFieldset table.rfdRoundedWrapper_fieldset legend, .RadForm_SkinsButtonsActions.rfdFieldset fieldset.rfdFieldset legend {
    color: white; }
  .RadForm_SkinsButtonsActions.rfdFieldset table.rfdRoundedWrapper_fieldset fieldset, .RadForm_SkinsButtonsActions.rfdFieldset fieldset.rfdFieldset {
    border: 1px solid #080808;
    background-image: url('FormDecorator/FieldsetBgr.png');
    /* having a background image on a fieldset is not okay with IE */ }
  .RadForm_SkinsButtonsActions table.rfdRoundedWrapper input,
  .RadForm_SkinsButtonsActions table.rfdRoundedWrapper textarea,
  .RadForm_SkinsButtonsActions input.rfdInput,
  .RadForm_SkinsButtonsActions textarea.rfdTextarea {
    border: 1px solid #080808;
    background: #444444;
    color: #000; }
  .RadForm_SkinsButtonsActions textarea.rfdTextarea,
  .RadForm_SkinsButtonsActions table.rfdRoundedWrapper textarea {
    overflow: auto;
    color: white; }
  .RadForm_SkinsButtonsActions .rfdSelect_SkinsButtonsActions,
  .RadForm_SkinsButtonsActions .rfdSelect_SkinsButtonsActions:hover,
  .RadForm_SkinsButtonsActions .rfdSelect_SkinsButtonsActions .rfdSelectOuter,
  .RadForm_SkinsButtonsActions .rfdSelect_SkinsButtonsActions:hover .rfdSelectOuter,
  .RadForm_SkinsButtonsActions .rfdSelect_SkinsButtonsActions .rfdSelectArrow span,
  .RadForm_SkinsButtonsActions .rfdSelectBox_SkinsButtonsActions .rfdSelect_selected,
  .RadForm_SkinsButtonsActions .rfdSelectBox_SkinsButtonsActions li:hover,
  .RadForm_SkinsButtonsActions .rfdSelect_SkinsButtonsActions.rfdSelectDisabled:hover,
  .RadForm_SkinsButtonsActions .rfdRtl .rfdSelect_SkinsButtonsActions,
  .RadForm_SkinsButtonsActions .rfdRtl .rfdSelect_SkinsButtonsActions:hover,
  .RadForm_SkinsButtonsActions .rfdRtl .rfdSelect_SkinsButtonsActions .rfdSelectOuter,
  .RadForm_SkinsButtonsActions .rfdRtl .rfdSelect_SkinsButtonsActions .rfdSelectOuter:hover {
    background-image: url('FormDecorator/ComboSprites.gif');
    background-repeat: no-repeat;
    background-color: transparent; }
  .RadForm_SkinsButtonsActions .rfdSelect_SkinsButtonsActions .rfdSelectOuter,
  .RadForm_SkinsButtonsActions .rfdSelect_SkinsButtonsActions.rfdSelectDisabled:hover .rfdSelectOuter {
    color: white; }
  .RadForm_SkinsButtonsActions .rfdSelect_SkinsButtonsActions:hover .rfdSelectOuter {
    color: #9eda29; }
  .RadForm_SkinsButtonsActions.rfdButton a.rfdInputDisabled:hover {
    _background-position: 0 0; }
  .RadForm_SkinsButtonsActions.rfdButton a.rfdInputDisabled:hover * {
    _background-position: right -21px;
    _color: #000; }
  .RadForm_SkinsButtonsActions.rfdTextbox input.rfdIE6TextBox, .RadForm_SkinsButtonsActions.rfdTextbox textarea.rfdIE6TextBox {
    _border: solid 1px #080808;
    _color: white !important;
    _background-color: #444444; }
  @media screen and (-webkit-min-device-pixel-ratio: 0) {
    .RadForm_SkinsButtonsActions {
      /* checkboxes */
      /* radio buttons */ }
      .RadForm_SkinsButtonsActions.rfdCheckbox input[type="checkbox"], .RadForm_SkinsButtonsActions.rfdCheckbox input[type="checkbox"][disabled]:hover {
        background-image: url('FormDecorator/CheckBoxSprites.gif'); }
      .RadForm_SkinsButtonsActions.rfdRadio input[type="radio"], .RadForm_SkinsButtonsActions.rfdRadio input[type="radio"][disabled="disabled"]:hover {
        background-image: url('FormDecorator/RadioButtonSprites.png'); } }
  .RadForm_SkinsButtonsActions.rfdScrollBars {
    /* scrollbar track background color */
    /* increment / decrement button settings */ }
    .RadForm_SkinsButtonsActions.rfdScrollBars body::-webkit-scrollbar,
    .RadForm_SkinsButtonsActions.rfdScrollBars body::-webkit-scrollbar-thumb:vertical,
    .RadForm_SkinsButtonsActions.rfdScrollBars body::-webkit-scrollbar-thumb:horizontal,
    .RadForm_SkinsButtonsActions.rfdScrollBars div::-webkit-scrollbar,
    .RadForm_SkinsButtonsActions.rfdScrollBars div::-webkit-scrollbar-thumb:vertical,
    .RadForm_SkinsButtonsActions.rfdScrollBars div::-webkit-scrollbar-thumb:horizontal
    form::-webkit-scrollbar,
    .RadForm_SkinsButtonsActions.rfdScrollBars form::-webkit-scrollbar-thumb:vertical,
    .RadForm_SkinsButtonsActions.rfdScrollBars form::-webkit-scrollbar-thumb:horizontal {
      background-color: #393939; }
    .RadForm_SkinsButtonsActions.rfdScrollBars ::-webkit-scrollbar-track-piece,
    .RadForm_SkinsButtonsActions.rfdScrollBars ::-webkit-scrollbar-corner {
      background-color: #272727; }
    .RadForm_SkinsButtonsActions.rfdScrollBars ::-webkit-scrollbar-button:vertical:decrement,
    .RadForm_SkinsButtonsActions.rfdScrollBars ::-webkit-scrollbar-button:vertical:increment,
    .RadForm_SkinsButtonsActions.rfdScrollBars ::-webkit-scrollbar-button:horizontal:decrement,
    .RadForm_SkinsButtonsActions.rfdScrollBars ::-webkit-scrollbar-button:horizontal:increment,
    .RadForm_SkinsButtonsActions.rfdScrollBars ::-webkit-scrollbar-thumb:vertical,
    .RadForm_SkinsButtonsActions.rfdScrollBars ::-webkit-scrollbar-thumb:horizontal {
      border-color: #474747 #1a1a1a #1a1a1a #474747; }
    .RadForm_SkinsButtonsActions.rfdScrollBars ::-webkit-scrollbar-button:vertical:decrement,
    .RadForm_SkinsButtonsActions.rfdScrollBars ::-webkit-scrollbar-button:vertical:increment,
    .RadForm_SkinsButtonsActions.rfdScrollBars ::-webkit-scrollbar-button:horizontal:decrement,
    .RadForm_SkinsButtonsActions.rfdScrollBars ::-webkit-scrollbar-button:horizontal:increment {
      background-image: url('FormDecorator/ButtonSprites.gif');
      background-color: #393939; }
  .RadForm_SkinsButtonsActions.rfdGrids .rfdTable {
    border: 1px solid #080808;
    background: #494949;
    color: #d7d7d7;
    font: 12px "Segoe UI", Arial, Helvetica, sans-serif; }
  .RadForm_SkinsButtonsActions.rfdGrids .rfdTable th {
    border-bottom: 1px solid #131313;
    border-left: 1px solid #131313;
    background: #303030;
    color: white; }
  .RadForm_SkinsButtonsActions.rfdGrids .rfdTable a {
    color: white; }
  .RadForm_SkinsButtonsActions.rfdGrids .rfdTable a:hover {
    color: #9eda29; }
  .RadForm_SkinsButtonsActions .rfdValidationSummaryControl,
  .RadForm_SkinsButtonsActions .rfdLoginControl {
    background-color: #444444;
    border: 1px solid #080808; }
  .RadForm_SkinsButtonsActions .rfdValidationSummaryControl ul,
  .RadForm_SkinsButtonsActions a.rfdLoginControl,
  .RadForm_SkinsButtonsActions a.rfdLoginControl:active {
    color: white; }
  .RadForm_SkinsButtonsActions a.rfdLoginControl:hover {
    color: #9eda29; }
  .RadForm_SkinsButtonsActions a.rfdLoginControl:visited {
    color: #b6b6b6; }
  .RadForm_SkinsButtonsActions.rfdZone .RadWindow_SkinsButtonsActions td.rwExternalContent {
    background-color: #000; }

/* dropdown settings */
.rfdSelectBox_SkinsButtonsActions {
  background-color: #363636;
  border: 1px solid #080808;
  color: white; }

.rfdSelectBox_SkinsButtonsActions li {
  padding: 0 0 0 3px;
  background-image: none !important; }

.rfdSelectBox_SkinsButtonsActions .rfdSelect_selected,
.rfdSelectBox_SkinsButtonsActions li:hover {
  color: #9eda29;
  background-color: #1e1e1e; }

.rfdSelectBox_SkinsButtonsActions.rfdSelectDisabled li {
  color: white; }

.rfdSelectBox_SkinsButtonsActions .rfdSelectBox_optgroup_label:hover {
  background: none;
  color: white; }

