/* RadFormDecorator Default Skin */

/* CSS class for styling the decoration zone or the <html /> tag of the page */
.RadForm_Farmsat.rfdZone
{
    
}

/* Decorate scrollbars */
.RadForm_Farmsat.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_Farmsat.rfdButton a.rfdSkinnedButton,
.RadForm_Farmsat.rfdButton input[type="button"].rfdDecorated,
.RadForm_Farmsat.rfdButton input[type="reset"].rfdDecorated,
.RadForm_Farmsat.rfdButton input[type="submit"].rfdDecorated,
.RadForm_Farmsat.rfdButton .rfdSkinnedButton button
{
	background-image: url('ThemeImage.ashx?image=Common.TelerikFarmsatFormDecorator/ButtonSprites.gif');
	color: #000000;
}

.RadForm_Farmsat.rfdButton a.rfdSkinnedButton,
.RadForm_Farmsat.rfdButton a.rfdSkinnedButton *
{
    _background-image: url('ThemeImage.ashx?image=Common.TelerikFarmsatFormDecorator/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_Farmsat.rfdButton a.rfdSkinnedButton input
	{
	    display: block;
	    float: left;
	}
}

/* Decorate <h4|5|6 /> */
.RadForm_Farmsat.rfdHeading h4
{
	color: #000000;	
	border-bottom: solid 1px #a0a0a0;	
}

.RadForm_Farmsat.rfdHeading h5
{
	color: #000000;	
	border-bottom: solid 1px #a0a0a0;	
}

.RadForm_Farmsat.rfdHeading h6
{
	color: #000000;	
}

/* Decorate <label /> */
.RadForm_Farmsat.rfdLabel label
{	
	color: #000;
}

/* Decorate <input type="checkbox" /> */
.RadForm_Farmsat .rfdCheckboxUnchecked,
.RadForm_Farmsat .rfdInputDisabled.rfdCheckboxUnchecked:hover
{
	background: transparent url('ThemeImage.ashx?image=Common.TelerikFarmsatFormDecorator/CheckBoxSprites.gif') no-repeat 0 0;
}

.RadForm_Farmsat .rfdCheckboxUnchecked:hover
{
	background: transparent url('ThemeImage.ashx?image=Common.TelerikFarmsatFormDecorator/CheckBoxSprites.gif') no-repeat 0 -200px;
}

.RadForm_Farmsat .rfdCheckboxChecked,
.RadForm_Farmsat .rfdInputDisabled.rfdCheckboxChecked:hover
{
	background: transparent url('ThemeImage.ashx?image=Common.TelerikFarmsatFormDecorator/CheckBoxSprites.gif') no-repeat 0 -420px;
}

.RadForm_Farmsat .rfdCheckboxChecked:hover
{
	background: transparent url('ThemeImage.ashx?image=Common.TelerikFarmsatFormDecorator/CheckBoxSprites.gif') no-repeat 0 -640px;
}

/* Decorate <input type="radio" /> */
.RadForm_Farmsat .rfdRadioUnchecked,
.RadForm_Farmsat .rfdInputDisabled.rfdRadioUnchecked:hover
{
	background: transparent url('ThemeImage.ashx?image=Common.TelerikFarmsatFormDecorator/RadioButtonSprites.png') no-repeat 1px 0;
}

.RadForm_Farmsat .rfdRadioUnchecked:hover
{
	background: transparent url('ThemeImage.ashx?image=Common.TelerikFarmsatFormDecorator/RadioButtonSprites.png') no-repeat 1px -220px;
}

.RadForm_Farmsat .rfdRadioChecked,
.RadForm_Farmsat .rfdInputDisabled.rfdRadioChecked:hover 
{
	background: transparent url('ThemeImage.ashx?image=Common.TelerikFarmsatFormDecorator/RadioButtonSprites.png') no-repeat 1px -440px;
}

.RadForm_Farmsat.rfdRadio .rfdRadioChecked:hover
{
	background: transparent url('ThemeImage.ashx?image=Common.TelerikFarmsatFormDecorator/RadioButtonSprites.png') no-repeat 1px -640px;
}

/* IE6 - we set .gif")%> image instead of .png")%> due to the lack RGBA support */
.RadForm_Farmsat .rfdRadioUnchecked,
.RadForm_Farmsat .rfdInputDisabled.rfdRadioUnchecked:hover,
.RadForm_Farmsat .rfdRadioUnchecked:hover,
.RadForm_Farmsat .rfdRadioChecked,
.RadForm_Farmsat .rfdInputDisabled.rfdRadioChecked:hover,
.RadForm_Farmsat .rfdRadioChecked:hover
{
    _background-image: url('ThemeImage.ashx?image=Common.TelerikFarmsatFormDecorator/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_Farmsat.rfdFieldset table.rfdRoundedWrapper_fieldset legend,
.RadForm_Farmsat fieldset.rfdFieldset legend
{
	color: #000000;
}

.RadForm_Farmsat table.rfdRoundedWrapper:hover div.rfdRoundedInner
{
    background-color: #ffffff;
    border-color: #515151 !important;
}

/* this selector styles the hover of the side bars of the rounded elements */
.RadForm_Farmsat 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_Farmsat.rfdTextbox input[type="text"],
.RadForm_Farmsat.rfdTextbox input[type="password"],
.RadForm_Farmsat.rfdTextarea textarea,
.RadForm_Farmsat.rfdTextarea textarea[disabled]:hover,
.RadForm_Farmsat.rfdTextbox input[disabled][type="text"]:hover,
.RadForm_Farmsat.rfdTextbox input[disabled][type="password"]:hover
{
    border: solid 1px #8e8e8e;
    background-color: #ffffff;
}

.RadForm_Farmsat.rfdTextbox .rfdDecorated:hover,
.RadForm_Farmsat.rfdTextbox .rfdDecorated:hover,
.RadForm_Farmsat.rfdTextarea textarea:hover
{
    border: solid 1px #515151;
}

/* Decorate <fieldset /> and <legend /> */
.RadForm_Farmsat.rfdFieldset table.rfdRoundedWrapper_fieldset legend,
.RadForm_Farmsat.rfdFieldset fieldset.rfdFieldset legend
{
	color: #000000;
}

.RadForm_Farmsat.rfdFieldset table.rfdRoundedWrapper_fieldset fieldset,
.RadForm_Farmsat.rfdFieldset fieldset.rfdFieldset
{	
	border: solid 1px #828282;
	background-image: url('ThemeImage.ashx?image=Common.TelerikFarmsatFormDecorator/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_Farmsat table.rfdRoundedWrapper input,
.RadForm_Farmsat table.rfdRoundedWrapper textarea,
.RadForm_Farmsat input.rfdInput, 
.RadForm_Farmsat textarea.rfdTextarea
{
	border: solid 1px #8e8e8e;
	background: #ffffff;	
	color: #000000;
}

.RadForm_Farmsat textarea.rfdTextarea,
.RadForm_Farmsat table.rfdRoundedWrapper textarea
{
    overflow: auto;
}

/* <select /> */
.rfdSelect_Farmsat,
.rfdSelect_Farmsat:hover,
.rfdSelect_Farmsat .rfdSelectOuter,
.rfdSelect_Farmsat:hover .rfdSelectOuter,
.rfdSelect_Farmsat .rfdSelectArrow span,
.rfdSelectBox_Farmsat .rfdSelect_selected,
.rfdSelectBox_Farmsat li:hover,
.rfdSelect_Farmsat.rfdSelectDisabled:hover,
.rfdRtl .rfdSelect_Farmsat,
.rfdRtl .rfdSelect_Farmsat:hover,
.rfdRtl .rfdSelect_Farmsat .rfdSelectOuter,
.rfdRtl .rfdSelect_Farmsat .rfdSelectOuter:hover
{
    background-image: url('ThemeImage.ashx?image=Common.TelerikFarmsatFormDecorator/ComboSprites.gif');
    background-repeat: no-repeat;
    background-color: transparent;
}

.rfdSelect_Farmsat .rfdSelectOuter,
.rfdSelect_Farmsat.rfdSelectDisabled:hover .rfdSelectOuter
{
    color: black;
}

/* dropdown settings */
.rfdSelectBox_Farmsat
{
    background: white;
    border: solid 1px #828282;
    color: #000;
}

.rfdSelectBox_Farmsat li
{
    padding: 0 0 0 3px;
    background-image: none !important;
}

.rfdSelectBox_Farmsat .rfdSelect_selected,
.rfdSelectBox_Farmsat li:hover
{
    color: black;
    background-color: #dfdfdf;
}

.rfdSelectBox_Farmsat .rfdSelectBox_optgroup_label:hover
{
    background: none;
    color: black;
}

/* 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_Farmsat.rfdButton a.rfdInputDisabled:hover
{
	_background-position: 0 0;
}

* html .RadForm_Farmsat.rfdButton a.rfdInputDisabled:hover *
{
	_background-position: right -21px;
	_color: #824703;
}

.RadForm_Farmsat.rfdTextbox input.rfdIE6TextBox,
.RadForm_Farmsat.rfdTextbox textarea.rfdIE6TextBox
{
    _border: solid 1px #938879;
    _background-color: #ffffff;
}

/* 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('ThemeImage.ashx?image=Common.TelerikFarmsatFormDecorator/CheckBoxSprites.gif');
    }
    
    /* radio buttons */
    .rfdRadio input[type="radio"],
    .rfdRadio input[type="radio"][disabled="disabled"]:hover
    {
        background-image: url('ThemeImage.ashx?image=Common.TelerikFarmsatFormDecorator/RadioButtonSprites.png');
    }
}




.RadForm_Farmsat.rfdFieldset legend { color: rgb(0, 102, 51); font-weight: bold; font-size: 12px; font-family: Arial; }
.RadForm_Farmsat.rfdHeading h4 { border-bottom-color: transparent; color: rgb(0, 102, 51); font-size: 14px; font-family: Arial; }
.RadForm_Farmsat.rfdHeading h5 { color: rgb(0, 102, 51); font-size: 12px; border-bottom-color: transparent; font-family: Arial; font-weight: bold; }
.RadForm_Farmsat.rfdHeading h6 { font-size: 11px; border-bottom-color: transparent; font-family: Arial; color: rgb(0, 102, 51); }
.RadForm_Farmsat .rfdCheckboxUnchecked { background-image: url('ThemeImage.ashx?image=Common.TelerikFarmsatFormDecorator/CheckBoxSprites.gif'); font-family: Arial; }
.RadForm_Farmsat .rfdCheckboxUnchecked:hover { background-image: url('ThemeImage.ashx?image=Common.TelerikFarmsatFormDecorator/CheckBoxSprites.gif'); }
.RadForm_Farmsat .rfdCheckboxChecked { background-image: url('ThemeImage.ashx?image=Common.TelerikFarmsatFormDecorator/CheckBoxSprites.gif'); }
.RadForm_Farmsat .rfdCheckboxChecked:hover { background-image: url('ThemeImage.ashx?image=Common.TelerikFarmsatFormDecorator/CheckBoxSprites.gif'); font-family: Arial; }
.RadForm_Farmsat .rfdRadioUnchecked {  }
.RadForm_Farmsat .rfdRadioUnchecked:hover {  }
.RadForm_Farmsat .rfdRadioChecked {  }
.RadForm_Farmsat .rfdRadioChecked:hover {  }
.RadForm_Farmsat.rfdTextbox input[type="text"] { border-color: rgb(153, 204, 51); font-family: Arial; font-size: 11px; }
.RadForm_Farmsat.rfdTextbox input[type="password"] { border-color: rgb(153, 204, 51); font-family: Arial; font-size: 11px; }
.RadForm_Farmsat.rfdTextarea textarea { border-color: rgb(153, 204, 51); font-family: Arial; font-size: 11px; }
.RadForm_Farmsat.rfdTextarea textarea:hover[disabled] { border-color: rgb(153, 204, 51); font-family: Arial; font-size: 11px; }
.RadForm_Farmsat.rfdTextbox input:hover[disabled][type="text"] { border-color: rgb(153, 204, 51); font-family: Arial; font-size: 11px; }
.RadForm_Farmsat.rfdTextbox input:hover[disabled][type="password"] { border-color: rgb(153, 204, 51); font-family: Arial; font-size: 11px; }
.RadForm_Farmsat.rfdTextbox .rfdDecorated:hover {  }
.RadForm_Farmsat.rfdTextbox .rfdDecorated:hover { border-color: rgb(153, 255, 51); text-indent: 0px; }
.RadForm_Farmsat.rfdTextarea textarea:hover { border-color: rgb(153, 255, 51); text-indent: 0px; }






.RadForm_Farmsat.rfdFieldset legend { color: rgb(204, 131, 62); }
.RadForm_Farmsat.rfdHeading h4 { font-weight: bold; }
.RadForm_Farmsat.rfdHeading h5 {  }
.RadForm_Farmsat.rfdHeading h6 {  }
.RadForm_Farmsat .rfdCheckboxUnchecked {  }
.RadForm_Farmsat .rfdCheckboxUnchecked:hover {  }
.RadForm_Farmsat .rfdCheckboxChecked {  }
.RadForm_Farmsat .rfdCheckboxChecked:hover {  }
.RadForm_Farmsat .rfdRadioUnchecked {  }
.RadForm_Farmsat .rfdRadioUnchecked:hover {  }
.RadForm_Farmsat .rfdRadioChecked {  }
.RadForm_Farmsat .rfdRadioChecked:hover {  }
.RadForm_Farmsat.rfdTextbox input[type="text"] {  }
.RadForm_Farmsat.rfdTextbox input[type="password"] {  }
.RadForm_Farmsat.rfdTextarea textarea {  }
.RadForm_Farmsat.rfdTextarea textarea:hover[disabled] {  }
.RadForm_Farmsat.rfdTextbox input:hover[disabled][type="text"] {  }
.RadForm_Farmsat.rfdTextbox input:hover[disabled][type="password"] {  }
.RadForm_Farmsat.rfdTextbox .rfdDecorated:hover {  }
.RadForm_Farmsat.rfdTextbox .rfdDecorated:hover {  }
.RadForm_Farmsat.rfdTextarea textarea:hover {  }