/* RadFormDecorator SSOReBrand Skin */

/* CSS class for styling the decoration zone or the <html /> tag of the page */
.RadForm_SSOReBrand.rfdZone
{
    
}

/* Decorate scrollbars */
.RadForm_SSOReBrand.rfdScrollBars
{
	/*scrollbar-3dlight-color: #ccc; 
	scrollbar-arrow-color: #292929;
	scrollbar-base-color: #ff6347; 
	scrollbar-darkshadow-color: #595959; 
	scrollbar-face-color: #e4e4e4;
	scrollbar-highlight-color: #fff; 
	scrollbar-shadow-color: #a3a3a3;
	scrollbar-track-color: #f0f0f0;*/
}

/* 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 */
.RadForm_SSOReBrand.rfdButton a.rfdSkinnedButton,
.RadForm_SSOReBrand.rfdButton input[type="button"].rfdDecorated,
.RadForm_SSOReBrand.rfdButton input[type="reset"].rfdDecorated,
.RadForm_SSOReBrand.rfdButton input[type="submit"].rfdDecorated,
.RadForm_SSOReBrand.rfdButton .rfdSkinnedButton button
{ 
	background-image: url('../images/form-decorator/ButtonSprites.gif');
	color: #000;
}

*html .RadForm_SSOReBrand a.rfdSkinnedButton,
*html .RadForm_SSOReBrand .rfdSkinnedButton button,
*html .RadForm_SSOReBrand .rfdSkinnedButton input.rfdDecorated,
.RadForm_SSOReBrand.rfdButton a.rfdSkinnedButton,
.RadForm_SSOReBrand.rfdButton a.rfdSkinnedButton *
{
	background-image: url('../images/form-decorator/ButtonSprites.gif');
	color: #000;
}

/* OPERA width fix - do not remove (and check if it is still necessary) */
@media screen and (min-width:1px)  
{
	/* 
       the hack below fixes a strange behavior under Opera - 
       input and button have a different CSS display when in anchor tag 
    */
	.RadForm_SSOReBrand.rfdButton a.rfdSkinnedButton input
	{
	    display: block;
	    float: left;
	}
}

/* Decorate <h4|5|6 /> */
.RadForm_SSOReBrand.rfdHeading h4
{
	color: #000;	
	border-bottom: solid 1px #a0a0a0;	
}

.RadForm_SSOReBrand.rfdHeading h5
{
	color: #000;	
	border-bottom: solid 1px #a0a0a0;	
}

.RadForm_SSOReBrand.rfdHeading h6
{
	color: #000;	
}

/* Decorate <label /> */
.RadForm_SSOReBrand.rfdLabel label
{	
	color: #000;
}

/* Decorate <input type="checkbox" /> */
.RadForm_SSOReBrand .rfdCheckboxChecked,
.RadForm_SSOReBrand .rfdInputDisabled.rfdCheckboxChecked
{
	background-image: url('../images/form-decorator/CheckBoxSprites.gif');
}

.RadForm_SSOReBrand .rfdCheckboxUnchecked,
.RadForm_SSOReBrand .rfdInputDisabled.rfdCheckboxUnchecked
{
    background-image: url('../images/form-decorator/CheckBoxSprites.gif');
	color:#666;
}

/* Decorate <input type="radio" /> */
.RadForm_SSOReBrand .rfdRadioChecked,
.RadForm_SSOReBrand .rfdInputDisabled.rfdRadioChecked
{
	background-image: url('../images/form-decorator/RadioButtonSprites.png');
}

.RadForm_SSOReBrand .rfdRadioUnchecked,
.RadForm_SSOReBrand .rfdInputDisabled.rfdRadioUnchecked
{
    background-image: url('../images/form-decorator/RadioButtonSprites.png');
	color:#666;
}

/* IE6 - we set .gif")%> image instead of .png")%> due to the lack RGBA support */
.RadForm_SSOReBrand .rfdRadioUnchecked,
.RadForm_SSOReBrand .rfdInputDisabled.rfdRadioUnchecked:hover,
.RadForm_SSOReBrand .rfdRadioUnchecked:hover,
.RadForm_SSOReBrand .rfdRadioChecked,
.RadForm_SSOReBrand .rfdInputDisabled.rfdRadioChecked:hover,
.RadForm_SSOReBrand .rfdRadioChecked:hover
{
    _background-image: url('../images/form-decorator/RadioButtonSprites.gif'); /* IE6 hack */
}

/* <fieldset /> and <legend /> */

.RadForm_SSOReBrand.rfdFieldset table.rfdRoundedWrapper_fieldset legend,
.RadForm_SSOReBrand fieldset.rfdFieldset legend,
.RadForm_SSOReBrand.rfdFieldset fieldset legend
{
	color: #000;
}

.RadForm_SSOReBrand table.rfdRoundedWrapper:hover div.rfdRoundedInner
{
    background-color: #fff;
    border-color: #515151 !important;
}

/* this selector styles the hover of the side bars of the rounded elements */
.RadForm_SSOReBrand table.rfdRoundedWrapper:hover .rfdRoundedOuter
{	
	background-color: #515151 !important;
}

/* Decorate <input type="text | password" /> and <textarea /> */
/* For all browsers except IE6 we are using attribute selectors - single or double */
.RadForm_SSOReBrand.rfdTextbox input[type="text"],
.RadForm_SSOReBrand.rfdTextbox input[type="password"],
.RadForm_SSOReBrand.rfdTextarea textarea,
.RadForm_SSOReBrand.rfdTextarea textarea[disabled]:hover,
.RadForm_SSOReBrand.rfdTextbox input[disabled][type="text"]:hover,
.RadForm_SSOReBrand.rfdTextbox input[disabled][type="password"]:hover
{
    border: solid 1px #8e8e8e;
    background-color: #fff;
}

.RadForm_SSOReBrand.rfdTextbox .rfdDecorated:hover,
.RadForm_SSOReBrand.rfdTextarea textarea:hover,
.RadForm_SSOReBrand.rfdTextbox .rfdDecorated:focus,
.RadForm_SSOReBrand.rfdTextarea textarea:focus
{
    border: solid 1px #515151;
}

/* Decorate <fieldset /> and <legend /> */
.RadForm_SSOReBrand.rfdFieldset table.rfdRoundedWrapper_fieldset legend,
.RadForm_SSOReBrand.rfdFieldset fieldset.rfdFieldset legend
{
	color: #000;
}

.RadForm_SSOReBrand.rfdFieldset table.rfdRoundedWrapper_fieldset fieldset,
.RadForm_SSOReBrand.rfdFieldset fieldset.rfdFieldset
{	
	border: solid 1px #828282;
	background-image: url('../images/form-decorator/FieldsetBgr.png'); /* having a background image on a fieldset is not okay with IE */	
}

/* Because of a glitch in IE the following 2 CSS classes must be declared separately for correct parsing of the textarea class in IE6*/
.RadForm_SSOReBrand table.rfdRoundedWrapper input,
.RadForm_SSOReBrand table.rfdRoundedWrapper textarea,
.RadForm_SSOReBrand input.rfdInput, 
.RadForm_SSOReBrand textarea.rfdTextarea
{
	border: solid 1px #8e8e8e;
	background: #ffffff;	
	color: #000;
}

.RadForm_SSOReBrand textarea.rfdTextarea,
.RadForm_SSOReBrand table.rfdRoundedWrapper textarea
{
    overflow: auto;
}

/* <select /> */
.rfdSelect_SSOReBrand,
.rfdSelect_SSOReBrand .rfdSelectArrow span,
.rfdRtl .rfdSelect_SSOReBrand
{
    background: #fff none no-repeat;
    border: 1px solid #D7D8DA;
    color: #000;
}

.rfdSelect_SSOReBrand:hover,
.rfdRtl .rfdSelect_SSOReBrand:hover
{
    background: #B50937 none no-repeat;
    border: 1px solid #8C0C2D;
    color: #fff;
}

/* down arrow on the right of the ddl. hidden. */
.rfdSelect_SSOReBrand .rfdSelectOuter,
.rfdSelect_SSOReBrand:hover .rfdSelectOuter,
.rfdRtl .rfdSelect_SSOReBrand .rfdSelectOuter:hover,
.rfdRtl .rfdSelect_SSOReBrand .rfdSelectOuter
{
   background: none;
}

/* Default style, used with jQuery function on master page */
a.rfdSelect_SSOReBrand_Default
{
    background: #D9D1C1 none no-repeat;
    border: 1px solid #CCC4B5;
}

.rfdSelect_SSOReBrand.rfdSelectDisabled,
.rfdSelect_SSOReBrand.rfdSelectDisabled:hover
{
   /* opacity: .6;
    filter: alpha(opacity=60);
    background: #A7A9AC none no-repeat;*/
    border: 1px solid #A7A9AC;
    color: Black;
}

/* dropdown settings */
.rfdSelectBox_SSOReBrand
{
    background: #fff;
    border: solid 1px #828282;
    color: #000;
    z-index: 10000 !important;
}

.rfdSelectBox_SSOReBrand li
{
    padding: 0 0 0 3px;
    background-image: none !important;
}

.rfdSelectBox_SSOReBrand .rfdSelect_selected
{
    color: #fff;
    background-color: #B50937;
    z-index: 10000 !important;
}

.rfdSelectBox_SSOReBrand li:hover
{
    color: #000;
    background-color: #dfdfdf;
}

.rfdSelectBox_SSOReBrand .rfdSelectBox_optgroup_label:hover
{
    background: none;
    color: #000;
}

/* IE6 disabled state fix - this should not be added to the base stylesheet, but at the bottom of the skin file */
* html .RadForm_SSOReBrand.rfdButton a.rfdInputDisabled:hover
{
	_background-position: 0 0;
}

* html .RadForm_SSOReBrand.rfdButton a.rfdInputDisabled:hover *
{
	_background-position: right -21px;
	_color: #824703;
}

.RadForm_SSOReBrand.rfdTextbox input.rfdIE6TextBox,
.RadForm_SSOReBrand.rfdTextbox textarea.rfdIE6TextBox
{
    _border: solid 1px #938879;
    _background-color: #fff;
}

/* the styling of radiobuttons and checkboxes in Safari and Chrome is already fully achieved with CSS */
@media screen and (-webkit-min-device-pixel-ratio: 0)
{
    /* checkboxes */
    .rfdCheckbox input[type="checkbox"],
    .rfdCheckbox input[type="checkbox"][disabled]:hover
    {
        background-image: url('../images/form-decorator/CheckBoxSprites.gif');
    }
    
    /* radio buttons */
    .rfdRadio input[type="radio"],
    .rfdRadio input[type="radio"][disabled="disabled"]:hover
    {
        background-image: url('../images/form-decorator/RadioButtonSprites.png');
    }
}

/* ----------------------------------------------- Skin-specific Scrollbar Settings for WebKit ----------------------------------------------- */

/* the scrollbar face color */
.RadForm.rfdScrollBars.RadForm_SSOReBrand body::-webkit-scrollbar,
.RadForm.rfdScrollBars.RadForm_SSOReBrand body::-webkit-scrollbar-thumb:vertical,
.RadForm.rfdScrollBars.RadForm_SSOReBrand body::-webkit-scrollbar-thumb:horizontal,
.RadForm.rfdScrollBars.RadForm_SSOReBrand div::-webkit-scrollbar,
.RadForm.rfdScrollBars.RadForm_SSOReBrand div::-webkit-scrollbar-thumb:vertical,
.RadForm.rfdScrollBars.RadForm_SSOReBrand div::-webkit-scrollbar-thumb:horizontal
.RadForm.rfdScrollBars.RadForm_SSOReBrand form::-webkit-scrollbar,
.RadForm.rfdScrollBars.RadForm_SSOReBrand form::-webkit-scrollbar-thumb:vertical,
.RadForm.rfdScrollBars.RadForm_SSOReBrand form::-webkit-scrollbar-thumb:horizontal
{
    background-color: #e4e4e4;
}

/* scrollbar track background color */
.RadForm.rfdScrollBars.RadForm_SSOReBrand ::-webkit-scrollbar-track-piece,
.RadForm.rfdScrollBars.RadForm_SSOReBrand ::-webkit-scrollbar-corner
{
    background-color: #f0f0f0;
}

.RadForm.rfdScrollBars.RadForm_SSOReBrand ::-webkit-scrollbar-button:vertical:decrement, 
.RadForm.rfdScrollBars.RadForm_SSOReBrand ::-webkit-scrollbar-button:vertical:increment, 
.RadForm.rfdScrollBars.RadForm_SSOReBrand ::-webkit-scrollbar-button:horizontal:decrement, 
.RadForm.rfdScrollBars.RadForm_SSOReBrand ::-webkit-scrollbar-button:horizontal:increment, 
.RadForm.rfdScrollBars.RadForm_SSOReBrand ::-webkit-scrollbar-thumb:vertical, 
.RadForm.rfdScrollBars.RadForm_SSOReBrand ::-webkit-scrollbar-thumb:horizontal
{
    border-color: #ccc #a3a3a3 #a3a3a3 #ccc;
}

/* increment / decrement button settings */
.RadForm.rfdScrollBars.RadForm_SSOReBrand ::-webkit-scrollbar-button:vertical:decrement, 
.RadForm.rfdScrollBars.RadForm_SSOReBrand ::-webkit-scrollbar-button:vertical:increment, 
.RadForm.rfdScrollBars.RadForm_SSOReBrand ::-webkit-scrollbar-button:horizontal:decrement, 
.RadForm.rfdScrollBars.RadForm_SSOReBrand ::-webkit-scrollbar-button:horizontal:increment
{
    background-image: url('../images/form-decorator/ButtonSprites.gif');
    background-color: #e4e4e4;
}

/*GridView, FormView, DetailsView*/
.RadForm_SSOReBrand.rfdGrids .rfdTable
{
    border:1px solid #828282;
    background:#fff;
    color:#333;
    font:12px "segoe ui",arial,sans-serif;
}

.RadForm_SSOReBrand.rfdGrids .rfdTable th
{
    border-bottom:1px solid #828282;
    border-left:1px solid #828282;
    background:#eaeaea;
    color:#333;
}

.RadForm_SSOReBrand.rfdGrids .rfdTable a
{
    color:#000;
}

/* Validation Summary Control and Login Control  */

.RadForm_SSOReBrand .rfdValidationSummaryControl,
.RadForm_SSOReBrand .rfdLoginControl
{
	background-color: #fff;
	border: 1px solid #848484;
}

.RadForm_SSOReBrand a.rfdLoginControl,
.RadForm_SSOReBrand a.rfdLoginControl:active,
.RadForm_SSOReBrand a.rfdLoginControl:visited
{
	color: #000;
}

.RadForm_SSOReBrand a.rfdLoginControl:hover
{
	color: #4b4b4b;
}
