.RadForm_FlashValetCustom {
  /* 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  */ 

}
  .RadForm_FlashValetCustom.rfdScrollBars {
    scrollbar-3dlight-color: #606f94;
    scrollbar-arrow-color: #4d5874;
    scrollbar-base-color: #f5f5f5;
    scrollbar-darkshadow-color: #5f6e93;
    scrollbar-face-color: #d8dfe8;
    scrollbar-highlight-color: #fff;
    scrollbar-shadow-color: #a3a3a3;
    scrollbar-track-color: #efefef; }
  .RadForm_FlashValetCustom.rfdButton a.rfdSkinnedButton, .RadForm_FlashValetCustom.rfdButton input[type="button"].rfdDecorated, .RadForm_FlashValetCustom.rfdButton input[type="reset"].rfdDecorated, .RadForm_FlashValetCustom.rfdButton input[type="submit"].rfdDecorated, .RadForm_FlashValetCustom.rfdButton .rfdSkinnedButton button,
  .RadForm_FlashValetCustom a.rfdSkinnedButton,
  .RadForm_FlashValetCustom .rfdSkinnedButton button,
  .RadForm_FlashValetCustom .rfdSkinnedButton input.rfdDecorated, .RadForm_FlashValetCustom.rfdButton a.rfdSkinnedButton, .RadForm_FlashValetCustom.rfdButton a.rfdSkinnedButton * {
    background-image: url('FormDecorator/ButtonSprites.gif');
    color: black; }
  .RadForm_FlashValetCustom a.rfdSkinnedButton,
  .RadForm_FlashValetCustom .rfdSkinnedButton button,
  .RadForm_FlashValetCustom .rfdSkinnedButton input.rfdDecorated {
    _background-image: url('FormDecorator/ButtonSprites.gif');
    _color: black; }
  @media screen and (min-width: 1px) {
    .RadForm_FlashValetCustom {
      /* 
         the hack below fixes a strange behavior under Opera - 
         input and button have a different CSS display when in anchor tag 
      */ }
      .RadForm_FlashValetCustom.rfdButton a.rfdSkinnedButton input {
        display: block;
        float: left; } }
  .RadForm_FlashValetCustom.rfdHeading h4 {
    color: #45709b;
    border-bottom: 1px solid #6788be; }
  .RadForm_FlashValetCustom.rfdHeading h5 {
    color: black;
    border-bottom: 1px solid #6788be; }
  .RadForm_FlashValetCustom.rfdHeading h6 {
    color: black; }
  .RadForm_FlashValetCustom.rfdLabel label {
    color: black; }
  .RadForm_FlashValetCustom .rfdCheckboxUnchecked,
  .RadForm_FlashValetCustom .rfdCheckboxChecked,
  .RadForm_FlashValetCustom .rfdInputDisabled.rfdCheckboxUnchecked,
  .RadForm_FlashValetCustom .rfdInputDisabled.rfdCheckboxChecked {
    background-image: url('FormDecorator/CheckBoxSprites.gif');
      padding-top: 0 !important;
      padding-right: 4px !important;
      padding-bottom: 0 !important;
      padding-left: 11px !important
  }
  .RadForm_FlashValetCustom .rfdRadioUnchecked,
  .RadForm_FlashValetCustom .rfdRadioChecked,
  .RadForm_FlashValetCustom .rfdInputDisabled.rfdRadioUnchecked,
  .RadForm_FlashValetCustom .rfdInputDisabled.rfdRadioChecked {
    background-image: url('FormDecorator/RadioButtonSprites.png'); }
  .RadForm_FlashValetCustom .rfdRadioUnchecked,
  .RadForm_FlashValetCustom .rfdInputDisabled.rfdRadioUnchecked:hover,
  .RadForm_FlashValetCustom .rfdRadioUnchecked:hover,
  .RadForm_FlashValetCustom .rfdRadioChecked,
  .RadForm_FlashValetCustom .rfdInputDisabled.rfdRadioChecked:hover,
  .RadForm_FlashValetCustom .rfdRadioChecked:hover {
    _background-image: url('FormDecorator/RadioButtonSprites.gif');
    /* IE6 hack */ }
  .RadForm_FlashValetCustom.rfdFieldset table.rfdRoundedWrapper_fieldset legend, .RadForm_FlashValetCustom.rfdFieldset fieldset legend, .RadForm_FlashValetCustom.rfdFieldset legend {
    color: #a0a0a0; }
  .RadForm_FlashValetCustom table.rfdRoundedWrapper:hover div.rfdRoundedInner {
    background-color: white;
    border-color: #305090 !important; }
  .RadForm_FlashValetCustom table.rfdRoundedWrapper:hover .rfdRoundedOuter {
    background-color: #305090 !important; }
  .RadForm_FlashValetCustom.rfdTextbox input[type="text"].rfdDecorated, .RadForm_FlashValetCustom.rfdTextbox input[type="password"].rfdDecorated, .RadForm_FlashValetCustom.rfdTextbox input[type="search"].rfdDecorated, .RadForm_FlashValetCustom.rfdTextbox input[type="url"].rfdDecorated, .RadForm_FlashValetCustom.rfdTextbox input[type="tel"].rfdDecorated, .RadForm_FlashValetCustom.rfdTextbox input[type="email"].rfdDecorated, .RadForm_FlashValetCustom.rfdTextarea textarea, .RadForm_FlashValetCustom.rfdTextarea textarea[disabled].rfdDecorated:hover, .RadForm_FlashValetCustom.rfdTextbox input[disabled][type="text"].rfdDecorated:hover, .RadForm_FlashValetCustom.rfdTextbox input[disabled][type="password"].rfdDecorated:hover, .RadForm_FlashValetCustom.rfdTextbox input[disabled][type="search"].rfdDecorated:hover, .RadForm_FlashValetCustom.rfdTextbox input[disabled][type="url"].rfdDecorated:hover, .RadForm_FlashValetCustom.rfdTextbox input[disabled][type="tel"].rfdDecorated:hover, .RadForm_FlashValetCustom.rfdTextbox input[disabled][type="email"].rfdDecorated:hover {
    border: 1px solid #c3d9f9;
    background-color: white; 
    vertical-align: middle;
  }
  .RadForm_FlashValetCustom.RadForm.rfdTextbox .rfdDecorated:hover, .RadForm_FlashValetCustom.RadForm.rfdTextarea textarea:hover, .RadForm_FlashValetCustom.RadForm.rfdTextbox .rfdDecorated:focus, .RadForm_FlashValetCustom.RadForm.rfdTextarea textarea:focus {
    border: 1px solid #305090; }
  .RadForm_FlashValetCustom.rfdFieldset table.rfdRoundedWrapper_fieldset legend, .RadForm_FlashValetCustom.rfdFieldset fieldset.rfdFieldset legend {
    color: #a0a0a0; }
  .RadForm_FlashValetCustom.rfdFieldset fieldset, .RadForm_FlashValetCustom.rfdFieldset table.rfdRoundedWrapper_fieldset fieldset, .RadForm_FlashValetCustom.rfdFieldset fieldset.rfdFieldset {
    border: 1px solid #9ebfdb;
    background-image: url('FormDecorator/FieldsetBgr.png');
    /* having a background image on a fieldset is not okay with IE */ }
  .RadForm_FlashValetCustom table.rfdRoundedWrapper input,
  .RadForm_FlashValetCustom table.rfdRoundedWrapper textarea,
  .RadForm_FlashValetCustom input.rfdInput,
  .RadForm_FlashValetCustom textarea.rfdTextarea {
    border: 1px solid #c3d9f9;
    background: white;
    color: black; }
  .RadForm_FlashValetCustom textarea.rfdTextarea,
  .RadForm_FlashValetCustom table.rfdRoundedWrapper textarea {
    overflow: auto; }
  .RadForm_FlashValetCustom .rfdSelect_FlashValetCustom,
  .RadForm_FlashValetCustom .rfdSelect_FlashValetCustom:hover,
  .RadForm_FlashValetCustom .rfdSelect_FlashValetCustom .rfdSelectOuter,
  .RadForm_FlashValetCustom .rfdSelect_FlashValetCustom:hover .rfdSelectOuter,
  .RadForm_FlashValetCustom .rfdSelect_FlashValetCustom .rfdSelectArrow span,
  .RadForm_FlashValetCustom .rfdSelectBox_FlashValetCustom .rfdSelect_selected,
  .RadForm_FlashValetCustom .rfdSelectBox_FlashValetCustom li:hover,
  .RadForm_FlashValetCustom .rfdSelect_FlashValetCustom.rfdSelectDisabled:hover,
  .RadForm_FlashValetCustom .rfdRtl .rfdSelect_FlashValetCustom,
  .RadForm_FlashValetCustom .rfdRtl .rfdSelect_FlashValetCustom:hover,
  .RadForm_FlashValetCustom .rfdRtl .rfdSelect_FlashValetCustom .rfdSelectOuter,
  .RadForm_FlashValetCustom .rfdRtl .rfdSelect_FlashValetCustom .rfdSelectOuter:hover {
    background-image: url('FormDecorator/ComboSprites.gif');
    background-repeat: no-repeat;
    background-color: transparent; }
  .RadForm_FlashValetCustom .rfdSelect_FlashValetCustom .rfdSelectOuter,
  .RadForm_FlashValetCustom .rfdSelect_FlashValetCustom.rfdSelectDisabled:hover .rfdSelectOuter {
    color: black; }
  .RadForm_FlashValetCustom.rfdButton a.rfdInputDisabled:hover {
    _background-position: 0 0; }
  .RadForm_FlashValetCustom.rfdButton a.rfdInputDisabled:hover * {
    _background-position: right -21px;
    _color: black; }
  .RadForm_FlashValetCustom.rfdTextbox input.rfdIE6TextBox, .RadForm_FlashValetCustom.rfdTextbox textarea.rfdIE6TextBox {
    _border: 1px solid #c3d9f9;
    _background-color: white; }
  @media screen and (-webkit-min-device-pixel-ratio: 0) {
    .RadForm_FlashValetCustom {
      /* checkboxes */
      /* radio buttons */ }
      .RadForm_FlashValetCustom.rfdCheckbox input[type="checkbox"], .RadForm_FlashValetCustom.rfdCheckbox input[type="checkbox"][disabled]:hover {
          background-image: url('FormDecorator/CheckBoxSprites.gif');
          padding-top: 0 !important;
          padding-right: 4px !important;
          padding-bottom: 0 !important;
          padding-left: 11px !important
      }
      .RadForm_FlashValetCustom.rfdRadio input[type="radio"], .RadForm_FlashValetCustom.rfdRadio input[type="radio"][disabled="disabled"]:hover {
        background-image: url('FormDecorator/RadioButtonSprites.png'); } }
  .RadForm_FlashValetCustom.rfdScrollBars {
    /* scrollbar track background color */
    /* increment / decrement button settings */ }
    .RadForm_FlashValetCustom.rfdScrollBars body::-webkit-scrollbar,
    .RadForm_FlashValetCustom.rfdScrollBars body::-webkit-scrollbar-thumb:vertical,
    .RadForm_FlashValetCustom.rfdScrollBars body::-webkit-scrollbar-thumb:horizontal,
    .RadForm_FlashValetCustom.rfdScrollBars div::-webkit-scrollbar,
    .RadForm_FlashValetCustom.rfdScrollBars div::-webkit-scrollbar-thumb:vertical,
    .RadForm_FlashValetCustom.rfdScrollBars div::-webkit-scrollbar-thumb:horizontal
    form::-webkit-scrollbar,
    .RadForm_FlashValetCustom.rfdScrollBars form::-webkit-scrollbar-thumb:vertical,
    .RadForm_FlashValetCustom.rfdScrollBars form::-webkit-scrollbar-thumb:horizontal {
      background-color: #d8dfe8; }
    .RadForm_FlashValetCustom.rfdScrollBars ::-webkit-scrollbar-track-piece,
    .RadForm_FlashValetCustom.rfdScrollBars ::-webkit-scrollbar-corner {
      background-color: #efefef; }
    .RadForm_FlashValetCustom.rfdScrollBars ::-webkit-scrollbar-button:vertical:decrement,
    .RadForm_FlashValetCustom.rfdScrollBars ::-webkit-scrollbar-button:vertical:increment,
    .RadForm_FlashValetCustom.rfdScrollBars ::-webkit-scrollbar-button:horizontal:decrement,
    .RadForm_FlashValetCustom.rfdScrollBars ::-webkit-scrollbar-button:horizontal:increment,
    .RadForm_FlashValetCustom.rfdScrollBars ::-webkit-scrollbar-thumb:vertical,
    .RadForm_FlashValetCustom.rfdScrollBars ::-webkit-scrollbar-thumb:horizontal {
      border-color: #fff #a3a3a3 #a3a3a3 #fff; }
    .RadForm_FlashValetCustom.rfdScrollBars ::-webkit-scrollbar-button:vertical:decrement,
    .RadForm_FlashValetCustom.rfdScrollBars ::-webkit-scrollbar-button:vertical:increment,
    .RadForm_FlashValetCustom.rfdScrollBars ::-webkit-scrollbar-button:horizontal:decrement,
    .RadForm_FlashValetCustom.rfdScrollBars ::-webkit-scrollbar-button:horizontal:increment {
      background-image: url('FormDecorator/ButtonSprites.gif');
      background-color: #d8dfe8; }
  .RadForm_FlashValetCustom.rfdGrids .rfdTable {
    border: 1px solid #c3d9f9;
    background: white;
    color: black;
    font: 12px "Segoe UI", Arial, Helvetica, sans-serif; }
  .RadForm_FlashValetCustom.rfdGrids .rfdTable th {
    border-bottom: 1px solid #c3d9f9;
    border-left: 1px solid #c3d9f9;
    background: #d6e5f3;
    color: black; }
  .RadForm_FlashValetCustom.rfdGrids .rfdTable a {
    color: #0045d6; }
  .RadForm_FlashValetCustom .rfdValidationSummaryControl,
  .RadForm_FlashValetCustom .rfdLoginControl {
    background-color: white;
    border: 1px solid #c3d9f9; }
  .RadForm_FlashValetCustom a.rfdLoginControl {
    color: black; }
  .RadForm_FlashValetCustom a.rfdLoginControl:active,
  .RadForm_FlashValetCustom a.rfdLoginControl:hover,
  .RadForm_FlashValetCustom a.rfdLoginControl:visited {
    color: black; }

/* dropdown settings */
.rfdSelectBox_FlashValetCustom {
  background: white;
  border: 1px solid #002d96;
  color: black; }

.rfdSelectBox_FlashValetCustom li {
  padding: 0 0 0 3px;
  background-image: none !important; }

.rfdSelectBox.rfdSelectBox_FlashValetCustom .rfdSelect_selected,
.rfdSelectBox.rfdSelectBox_FlashValetCustom li:hover {
  color: white;
  background-color: #306ac5; }

.rfdSelectBox_FlashValetCustom .rfdSelectBox_optgroup_label:hover {
  background: none;
  color: black; }

.rfdSelectBox_FlashValetCustom.rfdSelectDisabled li {
  color: black; }

