/* RadFormDecorator SAMPA Skin */

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

/* Decorate scrollbars */
.RadForm_SAMPA.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 */
/* 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_SAMPA.rfdButton a.rfdSkinnedButton,
.RadForm_SAMPA.rfdButton input[type="button"].rfdDecorated,
.RadForm_SAMPA.rfdButton input[type="reset"].rfdDecorated,
.RadForm_SAMPA.rfdButton input[type="submit"].rfdDecorated,
.RadForm_SAMPA.rfdButton .rfdSkinnedButton button
{
	background-image: url('FormDecorator/ButtonSprites.gif');
	color: #000;
    font-family:Tahoma !important;
    font-size:11px !important; 	
}

*html .RadForm_SAMPA a.rfdSkinnedButton,
*html .RadForm_SAMPA .rfdSkinnedButton button,
*html .RadForm_SAMPA .rfdSkinnedButton input.rfdDecorated,
.RadForm_SAMPA.rfdButton a.rfdSkinnedButton,
.RadForm_SAMPA.rfdButton a.rfdSkinnedButton *
{
	background-image: url('FormDecorator/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_SAMPA.rfdButton a.rfdSkinnedButton input
	{
	    display: block;
	    float: left;
	}
}

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

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

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

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

/* Decorate <input type="checkbox" /> */
.RadForm_SAMPA .rfdCheckboxUnchecked,
.RadForm_SAMPA .rfdInputDisabled.rfdCheckboxUnchecked:hover
{
	background: transparent url('FormDecorator/CheckBoxSprites.gif') no-repeat 0 0;
	font-family:Tahoma !important;
	font-size:11px !important; 	
}

.RadForm_SAMPA .rfdCheckboxUnchecked:hover
{
	background: transparent url('FormDecorator/CheckBoxSprites.gif') no-repeat 0 -200px;
}

.RadForm_SAMPA .rfdCheckboxChecked,
.RadForm_SAMPA .rfdInputDisabled.rfdCheckboxChecked:hover
{
	background: transparent url('FormDecorator/CheckBoxSprites.gif') no-repeat 0 -420px;
	font-family:Tahoma !important;
	font-size:11px !important;	
}

.RadForm_SAMPA .rfdCheckboxChecked:hover
{
	background: transparent url('FormDecorator/CheckBoxSprites.gif') no-repeat 0 -640px;
}

/* Decorate <input type="radio" /> */
.RadForm_SAMPA .rfdRadioUnchecked,
.RadForm_SAMPA .rfdInputDisabled.rfdRadioUnchecked:hover
{
	background: transparent url('FormDecorator/RadioButtonSprites.png') no-repeat 1px 0;
    font-family:Tahoma !important;
    font-size:11px !important; 	
}

.RadForm_SAMPA .rfdRadioUnchecked:hover
{
	background: transparent url('FormDecorator/RadioButtonSprites.png') no-repeat 1px -220px;
}

.RadForm_SAMPA .rfdRadioChecked,
.RadForm_SAMPA .rfdInputDisabled.rfdRadioChecked:hover 
{
	background: transparent url('FormDecorator/RadioButtonSprites.png') no-repeat 1px -440px;
    font-family:Tahoma !important;
    font-size:11px !important; 	
}

.RadForm_SAMPA.rfdRadio .rfdRadioChecked:hover
{
	background: transparent url('FormDecorator/RadioButtonSprites.png') no-repeat 1px -640px;
}

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

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

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

.RadForm_SAMPA 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_SAMPA 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_SAMPA.rfdTextbox input[type="text"],
.RadForm_SAMPA.rfdTextbox input[type="password"],
.RadForm_SAMPA.rfdTextbox input[type="file"],
.RadForm_SAMPA.rfdTextarea textarea,
.RadForm_SAMPA.rfdTextarea textarea[disabled]:hover,
.RadForm_SAMPA.rfdTextbox input[disabled][type="text"]:hover,
.RadForm_SAMPA.rfdTextbox input[disabled][type="password"]:hover
.RadForm_SAMPA.rfdTextbox input[disabled][type="file"]:hover
{
    border: solid 1px #8e8e8e;
    background-color: #fff;
    font-family:Tahoma !important;
    font-size:11px !important;       
}

.RadForm_SAMPA.rfdTextbox input[type="text"]
{
    height: 15px !important;
}

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

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

.RadForm_SAMPA.rfdFieldset table.rfdRoundedWrapper_fieldset fieldset,
.RadForm_SAMPA.rfdFieldset fieldset.rfdFieldset
{	
	border: solid 1px #828282;
	background-image: url('FormDecorator/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_SAMPA table.rfdRoundedWrapper input,
.RadForm_SAMPA table.rfdRoundedWrapper textarea,
.RadForm_SAMPA input.rfdInput, 
.RadForm_SAMPA textarea.rfdTextarea
{
	border: solid 1px #8e8e8e;
	background: #ffffff;	
	color: #000;
}

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

/* <select /> */
.rfdSelect_SAMPA,
.rfdSelect_SAMPA:hover,
.rfdSelect_SAMPA .rfdSelectOuter,
.rfdSelect_SAMPA:hover .rfdSelectOuter,
.rfdSelect_SAMPA .rfdSelectArrow span,
.rfdSelectBox_SAMPA .rfdSelect_selected,
.rfdSelectBox_SAMPA li:hover,
.rfdSelect_SAMPA.rfdSelectDisabled:hover,
.rfdRtl .rfdSelect_SAMPA,
.rfdRtl .rfdSelect_SAMPA:hover,
.rfdRtl .rfdSelect_SAMPA .rfdSelectOuter,
.rfdRtl .rfdSelect_SAMPA .rfdSelectOuter:hover
{
    background-image: url('FormDecorator/ComboSprites.gif');
    background-repeat: no-repeat;
    background-color: transparent;
}

.rfdSelect_SAMPA .rfdSelectOuter,
.rfdSelect_SAMPA.rfdSelectDisabled:hover .rfdSelectOuter
{
    color: #000;
}

/* dropdown settings */
.rfdSelectBox_SAMPA
{
    background: #fff;
    border: solid 1px #828282;
    color: #000;
}

.rfdSelectBox_SAMPA li
{
    padding: 0 0 0 3px;
    background-image: none !important;
    font-family:tahoma;
    font-size:11px;    
}

.rfdSelectBox_SAMPA .rfdSelect_selected,
.rfdSelectBox_SAMPA li:hover
{
    color: #000;
    background-color: #dfdfdf;
}

.rfdSelectBox_SAMPA .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 .rfdSkinnedButton.rfdInputDisabled
{
    _filter: alpha(opacity=50);
}

* html .RadForm_SAMPA.rfdButton a.rfdInputDisabled:hover
{
	_background-position: 0 0;
}

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

.RadForm_SAMPA.rfdTextbox input.rfdIE6TextBox,
.RadForm_SAMPA.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('FormDecorator/CheckBoxSprites.gif');
    }
    
    /* radio buttons */
    .rfdRadio input[type="radio"],
    .rfdRadio input[type="radio"][disabled="disabled"]:hover
    {
        background-image: url('FormDecorator/RadioButtonSprites.png');
    }
}

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

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

/* scrollbar track background color */
.RadForm.rfdScrollBars.RadForm_SAMPA textarea::-webkit-scrollbar-track-piece,
.RadForm.rfdScrollBars.RadForm_SAMPA div::-webkit-scrollbar-track-piece
{
    background-color: #f0f0f0;
}

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

/* increment / decrement button settings */
.RadForm.rfdScrollBars.RadForm_SAMPA textarea::-webkit-scrollbar-button:vertical:decrement,
.RadForm.rfdScrollBars.RadForm_SAMPA textarea::-webkit-scrollbar-button:vertical:increment,
.RadForm.rfdScrollBars.RadForm_SAMPA textarea::-webkit-scrollbar-button:horizontal:decrement,
.RadForm.rfdScrollBars.RadForm_SAMPA textarea::-webkit-scrollbar-button:horizontal:increment,
.RadForm.rfdScrollBars.RadForm_SAMPA div::-webkit-scrollbar-button:vertical:decrement,
.RadForm.rfdScrollBars.RadForm_SAMPA div::-webkit-scrollbar-button:vertical:increment,
.RadForm.rfdScrollBars.RadForm_SAMPA div::-webkit-scrollbar-button:horizontal:decrement,
.RadForm.rfdScrollBars.RadForm_SAMPA div::-webkit-scrollbar-button:horizontal:increment
{
    background-image: url('FormDecorator/ButtonSprites.gif');
    background-color: #e4e4e4;
}

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

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

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

/* Validation Summary Control and Login Control  */

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

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

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

input.rfdRealInput
{
    display:block;
    position: static !important;
    float: right;
    outline: 0;
    width: 0;
    height: 0;
    margin-top: -5px;
    FILTER: alpha(opacity=0); 
    -moz-opacity: 0; 
    opacity: 0
}