/* RadFormDecorator for ASP.NET Hay Skin */

/* CSS class for styling the decoration zone or the <html /> tag of the page */
.rfdZone
{
    background-color: #fff;
}

/* Decorate scrollbars */
.rfdScrollBars
{
	scrollbar-3dlight-color: #ccc; 
	scrollbar-arrow-color: #5d5c52;
	scrollbar-base-color: #ff6347; 
	scrollbar-darkshadow-color: #8d8c80; 
	scrollbar-face-color: #dadacb;
	scrollbar-highlight-color: #fff; 
	scrollbar-shadow-color: #a3a3a3;
	scrollbar-track-color: #f3f3e2;
}

/* 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 */
 a.rfdSkinnedButton
{
	background-image: url('FormDecorator/ButtonSprites.png');
	color: #045100;
}

 a.rfdSkinnedButton
{
	background-image: url('FormDecorator/ButtonSprites.png');
	color: #045100;
}

 .rfdSkinnedButton:hover *
{
    color: #279500;
}

/* 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 
    */
	 a.rfdSkinnedButton input
	{
	    display: block;
	    float: left;
	}
}

/* Decorate <h4|5|6 /> */
.rfdHeading h4
{
	color: #279500;	
	border-bottom: solid 1px #50a81b;	
}

.rfdHeading h5
{
	color: #000;	
	border-bottom: solid 1px #9e9c83;	
}

.rfdHeading h6
{
	color: #000;
}

/* Decorate <label /> */
.rfdLabel label
{	
	color: #000;	
}

/* Decorate <input type="checkbox" /> */
 .rfdCheckboxUnchecked,
 .rfdCheckboxChecked,
 .rfdInputDisabled.rfdCheckboxUnchecked,
 .rfdInputDisabled.rfdCheckboxChecked
{
	background-image: url('FormDecorator/CheckBoxSprites.gif');
}

/* Decorate <input type="radio" /> */
 .rfdRadioUnchecked,
 .rfdRadioChecked,
 .rfdInputDisabled.rfdRadioUnchecked,
 .rfdInputDisabled.rfdRadioChecked
{
	background-image: url('FormDecorator/RadioButtonSprites.png');
}

/* IE6 - we set .gif")%> image instead of .png")%> due to the lack RGBA support */
 .rfdRadioUnchecked,
 .rfdInputDisabled.rfdRadioUnchecked:hover,
 .rfdRadioUnchecked:hover,
 .rfdRadioChecked,
 .rfdInputDisabled.rfdRadioChecked:hover,
 .rfdRadioChecked:hover
{
    _background-image: url('FormDecorator/RadioButtonSprites.gif'); /* IE6 hack */
}

/* <fieldset /> and <legend /> */

.rfdFieldset table.rfdRoundedWrapper_fieldset legend,
 fieldset.rfdFieldset legend,
.rfdFieldset fieldset legend
{
	color: #000;
}

 table.rfdRoundedWrapper:hover div.rfdRoundedInner
{
    background-color: #fff;
    border-color: #44a41f !important;
}

/* this selector styles the hover of the side bars of the rounded elements */
 table.rfdRoundedWrapper:hover .rfdRoundedOuter
{	
	background-color: #44a41f !important;
}

/* Decorate <input type="text | password | search | url | tel | email" /> and <textarea /> */
/* For all browsers except IE6 we are using attribute selectors - single or double */
.rfdTextbox input[type="text"],
.rfdTextbox input[type="password"],
.rfdTextbox input[type="search"],
.rfdTextbox input[type="url"],
.rfdTextbox input[type="tel"],
.rfdTextbox input[type="email"],
.rfdTextarea textarea,
.rfdTextarea textarea[disabled]:hover,
.rfdTextbox input[disabled][type="text"]:hover,
.rfdTextbox input[disabled][type="password"]:hover,
.rfdTextbox input[disabled][type="search"]:hover,
.rfdTextbox input[disabled][type="url"]:hover,
.rfdTextbox input[disabled][type="tel"]:hover,
.rfdTextbox input[disabled][type="email"]:hover
{
    border: solid 1px #abadb3;
    background-color: #fff;
}

.rfdTextbox .rfdDecorated:hover,
.rfdTextarea textarea:hover,
.rfdTextbox .rfdDecorated:focus,
.rfdTextarea textarea:focus
{
    border: solid 1px #44a41f;
}

/* Decorate <fieldset /> */
.rfdFieldset fieldset
{	
	border: solid 1px #e0e0e0;
	background-image: url('FormDecorator/FieldsetBgr.png'); /* having a background image on a fieldset is not okay with IE */	
}

/* Decorate <fieldset /> and <legend /> */
.rfdFieldset table.rfdRoundedWrapper_fieldset legend,
.rfdFieldset fieldset.rfdFieldset legend
{
	color: #000;
}

.rfdFieldset table.rfdRoundedWrapper_fieldset fieldset,
.rfdFieldset fieldset.rfdFieldset
{	
	border: solid 1px #e0e0e0;
	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*/
 table.rfdRoundedWrapper input,
 table.rfdRoundedWrapper textarea,
 input.rfdInput, 
 textarea.rfdTextarea
{
	border: solid 1px #abadb3;
	background: #fff;	
	color: #000;
}

 textarea.rfdTextarea,
 table.rfdRoundedWrapper textarea
{
    overflow: auto;
}

/* <select /> */
.rfdSelect_Conclusive_Syngenta,
.rfdSelect_Conclusive_Syngenta:hover,
.rfdSelect_Conclusive_Syngenta .rfdSelectOuter,
.rfdSelect_Conclusive_Syngenta:hover .rfdSelectOuter,
.rfdSelect_Conclusive_Syngenta .rfdSelectArrow span,
.rfdSelectBox_Conclusive_Syngenta .rfdSelect_selected,
.rfdSelectBox_Conclusive_Syngenta li:hover,
.rfdSelect_Conclusive_Syngenta.rfdSelectDisabled:hover,
.rfdRtl .rfdSelect_Conclusive_Syngenta,
.rfdRtl .rfdSelect_Conclusive_Syngenta:hover,
.rfdRtl .rfdSelect_Conclusive_Syngenta .rfdSelectOuter,
.rfdRtl .rfdSelect_Conclusive_Syngenta .rfdSelectOuter:hover
{
    background-image: url('FormDecorator/ComboSprites.gif');
    background-repeat: no-repeat;
    background-color: transparent;
}

.rfdSelect_Conclusive_Syngenta .rfdSelectOuter,
.rfdSelect_Conclusive_Syngenta.rfdSelectDisabled:hover .rfdSelectOuter
{
    color: #272722;
}

.rfdSelect_Conclusive_Syngenta .rfdSelectOuter:hover
{
    color: #279500;
}

/* dropdown settings */
.rfdSelectBox_Conclusive_Syngenta
{
    background: #fff;
    border: solid 1px #959485;
    color: #000;
}

.rfdSelectBox_Conclusive_Syngenta li
{
    padding: 0 0 0 3px;
    background-image: none !important;
}

.rfdSelectBox_Conclusive_Syngenta .rfdSelect_selected,
.rfdSelectBox_Conclusive_Syngenta li:hover
{
    color: #279500;
    background-color: #eeffdc;
}

.rfdSelectBox_Conclusive_Syngenta .rfdSelectBox_optgroup_label:hover
{
    background: none;
    color: #000;
}

.rfdSelectDisabled.rfdSelectBox_Conclusive_Syngenta li
{
    color: #2b2c20;
}

/* dropdown settings */
.rfdSelectBox_Conclusive_Syngenta
{
    background: #fff;
    border: solid 1px #828282;
    color: #000;
}

.rfdSelectBox_Conclusive_Syngenta li
{
    padding-left: 3px !important;
    line-height: 16px;
    height: 16px;
    background-image: none !important;
}

.rfdSelectBox_Conclusive_Syngenta .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  a.rfdInputDisabled:hover
{
	_background-position: 0 0;
}

* html  a.rfdInputDisabled:hover *
{
	_background-position: right -21px;
	_color: #000;
}

.rfdTextbox input.rfdIE6TextBox,
.rfdTextbox textarea.rfdIE6TextBox
{
    _border: solid 1px #abadb3;
    _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 body::-webkit-scrollbar,
.RadForm.rfdScrollBars body::-webkit-scrollbar-thumb:vertical,
.RadForm.rfdScrollBars body::-webkit-scrollbar-thumb:horizontal,
.RadForm.rfdScrollBars div::-webkit-scrollbar,
.RadForm.rfdScrollBars div::-webkit-scrollbar-thumb:vertical,
.RadForm.rfdScrollBars div::-webkit-scrollbar-thumb:horizontal
.RadForm.rfdScrollBars form::-webkit-scrollbar,
.RadForm.rfdScrollBars form::-webkit-scrollbar-thumb:vertical,
.RadForm.rfdScrollBars form::-webkit-scrollbar-thumb:horizontal
{
    background-color: #dadacb;
}

/* scrollbar track background color */
.RadForm.rfdScrollBars ::-webkit-scrollbar-track-piece,
.RadForm.rfdScrollBars ::-webkit-scrollbar-corner
{
    background-color: #f3f3e2;
}

.RadForm.rfdScrollBars ::-webkit-scrollbar-button:vertical:decrement, 
.RadForm.rfdScrollBars ::-webkit-scrollbar-button:vertical:increment, 
.RadForm.rfdScrollBars ::-webkit-scrollbar-button:horizontal:decrement, 
.RadForm.rfdScrollBars ::-webkit-scrollbar-button:horizontal:increment, 
.RadForm.rfdScrollBars ::-webkit-scrollbar-thumb:vertical, 
.RadForm.rfdScrollBars ::-webkit-scrollbar-thumb:horizontal
{
    border-color: #fff #a3a3a3 #a3a3a3 #fff;
}

/* increment / decrement button settings */
.RadForm.rfdScrollBars ::-webkit-scrollbar-button:vertical:decrement, 
.RadForm.rfdScrollBars ::-webkit-scrollbar-button:vertical:increment, 
.RadForm.rfdScrollBars ::-webkit-scrollbar-button:horizontal:decrement, 
.RadForm.rfdScrollBars ::-webkit-scrollbar-button:horizontal:increment
{
    background-image: url('FormDecorator/ButtonSprites.png');
    background-color: #dadacb;
}

/*GridView, FormView, DetailsView*/
.rfdGrids .rfdTable
{
    border:1px solid #bbb99d;
    background:#ececd8;
    color:#272722;
    font:12px "segoe ui",arial,sans-serif;
}

.rfdGrids .rfdTable th
{
    border-bottom:1px solid #27710a;
    border-left:1px solid #368709;
    background:#4eb106;
    color:#fff;
}

.rfdGrids .rfdTable a
{
    color:#185d00;
}

/* Validation Summary Control and Login Control  */

 .rfdValidationSummaryControl,
 .rfdLoginControl
{
	background-color: #fff;
	border: 1px solid #abadb3;
}

 a.rfdLoginControl
{
	color: #272722;
}

 a.rfdLoginControl:active
{
	color: #185d00;
}

 a.rfdLoginControl:hover
{
	color: #279500;
}

 a.rfdLoginControl:visited
{
	color: #6e6d5b;
}