/* RadFormDecorator for ASP.NET Black Skin */




/* Decorate <input type="text | password" /> and <textarea /> */
/* For all browsers except IE6 we are using attribute selectors - single or double */
.RadForm_Premium.rfdTextbox input[type="text"],
.RadForm_Premium.rfdTextbox input[type="password"],
.RadForm_Premium.rfdTextarea textarea,
.RadForm_Premium.rfdTextarea textarea[disabled]:hover,
.RadForm_Premium.rfdTextbox input[disabled][type="text"]:hover,
.RadForm_Premium.rfdTextbox input[disabled][type="password"]:hover
{
    background-color: #FFFFFF;
    color: #000000;
    padding: 5px;
}

.RadForm_Premium.rfdTextbox .rfdDecorated:hover,
.RadForm_Premium.rfdTextbox .rfdDecorated:hover,
.RadForm_Premium.rfdTextarea textarea:hover
{
}



/* 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_Premium table.rfdRoundedWrapper input,
.RadForm_Premium table.rfdRoundedWrapper textarea,
.RadForm_Premium input.rfdInput, 
.RadForm_Premium textarea.rfdTextarea
{
	border: solid 1px #AAA397;
	background: #FFFFFF;	
	color: #000000 !important;
	font-family:            Arial;
    font-size:              12px;
}

.RadForm_Premium textarea.rfdTextarea,
.RadForm_Premium table.rfdRoundedWrapper textarea
{
    overflow: auto;
    color: white;
}



/* Decorate scrollbars */
.RadForm_Premium.rfdScrollBars
{
	scrollbar-3dlight-color: #FFFFFF; 
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-base-color: #FFA41C; 
	scrollbar-darkshadow-color: #FFFFFF; 
	scrollbar-face-color: #FFA41C;
	scrollbar-highlight-color: #FFFFFF; 
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
}

/* 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_Premium.rfdButton a.rfdSkinnedButton,
.RadForm_Premium.rfdButton input[type="button"].rfdDecorated,
.RadForm_Premium.rfdButton input[type="reset"],
.RadForm_Premium.rfdButton input[type="submit"].rfdDecorated,
.RadForm_Premium.rfdButton button
{
	background-image: url('../images/FormDecorator/ButtonSprites.gif');
	color: #ffffff;
}
.RadForm_Premium.rfdButton a.rfdSkinnedButton *
{
    _color: white; /* IE6 */
}
.RadForm_Premium.rfdButton .rfdSkinnedButton:hover *
{
    color: #9eda29;
}

.RadForm_Premium.rfdButton a.rfdSkinnedButton,
.RadForm_Premium.rfdButton a.rfdSkinnedButton *
{
    _background-image: url('../images/FormDecorator/ButtonSprites.gif');
}

/* 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_Premium.rfdButton a.rfdSkinnedButton input
	{
	    display: block;
	    float: left;
	}
}



/* Decorate <input type="checkbox" /> */
.RadForm_Premium .rfdCheckboxUnchecked,
.RadForm_Premium .rfdInputDisabled.rfdCheckboxUnchecked:hover
{
	background: transparent url('../images/FormDecorator/CheckBoxSprites.gif') no-repeat 0 0;
}

.RadForm_Premium .rfdCheckboxUnchecked:hover
{
	background: transparent url('../images/FormDecorator/CheckBoxSprites.gif') no-repeat 0 -200px;
}

.RadForm_Premium .rfdCheckboxChecked,
.RadForm_Premium .rfdInputDisabled.rfdCheckboxChecked:hover
{
	background: transparent url('../images/FormDecorator/CheckBoxSprites.gif') no-repeat 0 -420px;
}

.RadForm_Premium .rfdCheckboxChecked:hover
{
	background: transparent url('../images/FormDecorator/CheckBoxSprites.gif') no-repeat 0 -640px;
}

















/* Decorate <input type="radio" /> */
.RadForm_Premium .rfdRadioUnchecked,
.RadForm_Premium .rfdInputDisabled.rfdRadioUnchecked:hover
{
	background: transparent url('../images/FormDecorator/RadioButtonSprites.png') no-repeat 1px 0;
}

.RadForm_Premium .rfdRadioUnchecked:hover
{
	background: transparent url('../images/FormDecorator/RadioButtonSprites.png') no-repeat 1px -220px;
}

.RadForm_Premium .rfdRadioChecked,
.RadForm_Premium .rfdInputDisabled.rfdRadioChecked:hover 
{
	background: transparent url('../images/FormDecorator/RadioButtonSprites.png') no-repeat 1px -440px;
}

.RadForm_Premium .rfdRadioChecked:hover
{
	background: transparent url('../images/FormDecorator/RadioButtonSprites.png') no-repeat 1px -640px;
}

/* IE6 - we set .gif")%> image instead of .png")%> due to the lack RGBA support */
.RadForm_Premium .rfdRadioUnchecked,
.RadForm_Premium .rfdInputDisabled.rfdRadioUnchecked:hover,
.RadForm_Premium .rfdRadioUnchecked:hover,
.RadForm_Premium .rfdRadioChecked,
.RadForm_Premium .rfdInputDisabled.rfdRadioChecked:hover,
.RadForm_Premium .rfdRadioChecked:hover
{
    _background-image: url('../images/FormDecorator/RadioButtonSprites.gif'); /* IE6 hack */
}

/* <fieldset /> and <legend /> */
.rfdRoundedInner
{  
  width: 1px;
  font-size: 1px;      
  background-repeat :no-repeat;

}

.rfdRoundedOuter
{    
  width: 1px;
  font-size: 0px;
}

table.rfdRoundedWrapper,
table.rfdRoundedWrapper_fieldset
{
    display: -moz-inline-box; /* FF2 */
    display: inline-block; /* FF3, Opera, Safari */
    _display: inline; /* IE6 */            
    vertical-align: middle;
    border-width: 0px !important;
}

table.rfdRoundedWrapper td,
table.rfdRoundedWrapper_fieldset>tbody>tr>td
{
	padding: 0px !important;
	border: 0px !important;                 
}

/* IE7 */
*+html table.rfdRoundedWrapper,
*+html table.rfdRoundedWrapper_fieldset
{
   display: inline;
}

table.rfdRoundedWrapper td, table.rfdRoundedWrapper_fieldset td
{
    vertical-align: middle;
}

.RadForm_Premium.rfdFieldset table.rfdRoundedWrapper_fieldset legend,
.RadForm_Premium fieldset.rfdFieldset legend
{
	color: #9eda29;
}

.RadForm_Premium table.rfdRoundedWrapper:hover div.rfdRoundedInner
{
    background-color: #ffffff;
    border: 0px;
}

/* this selector styles the hover of the side bars of the rounded elements */
.RadForm_Premium table.rfdRoundedWrapper:hover .rfdRoundedOuter
{	
	background-color: transparent;
}



 

/* <select /> */
.rfdSelect_Premium,
.rfdSelect_Premium:hover,
.rfdSelect_Premium .rfdSelectOuter,
.rfdSelect_Premium:hover .rfdSelectOuter,
.rfdSelect_Premium .rfdSelectArrow span,
.rfdSelectBox_Premium .rfdSelect_selected,
.rfdSelectBox_Premium li:hover,
.rfdSelect_Premium.rfdSelectDisabled:hover,
.rfdRtl .rfdSelect_Premium,
.rfdRtl .rfdSelect_Premium:hover,
.rfdRtl .rfdSelect_Premium .rfdSelectOuter,
.rfdRtl .rfdSelect_Premium .rfdSelectOuter:hover
{
    background-image: url('../images/FormDecorator/ComboSprites.gif');
    background-repeat: no-repeat;
    background-color: transparent;
}

.rfdSelect_Premium .rfdSelectOuter,
.rfdSelect_Premium.rfdSelectDisabled:hover .rfdSelectOuter
{
    color: white;
}

.rfdSelect_Premium:hover .rfdSelectOuter
{
    color: #9eda29;
}

/* dropdown settings */
.rfdSelectBox_Premium
{
    background-color: #363636;
    border: solid 1px #080808;
    color: #fff;
}

.rfdSelectBox_Premium li
{
    padding: 0 0 0 3px;
    background-image: none !important;
}

.rfdSelectBox_Premium .rfdSelect_selected,
.rfdSelectBox_Premium li:hover
{
    color: #9eda29;
    background-color: #1e1e1e;
}

.rfdSelectBox_Premium .rfdSelectBox_optgroup_label:hover
{
    background: none;
    color: #fff;
}

.rfdSelectDisabled.rfdSelectBox_Premium li
{
    color: #fff;
}


/* 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_Premium.rfdButton a.rfdInputDisabled:hover
{
	_background-position: 0 0;
}

* html .RadForm_Premium.rfdButton a.rfdInputDisabled:hover *
{
	_background-position: right -21px;
	_color: #000000;
}









