﻿/* RadFormDecorator for ASP.NET Forest Skin */

/* this gives a background color to the page*/
.rfdZone
{
    background-color: #d3e0c2;
}

.RadForm_Forest.rfdScrollBars
{
	scrollbar-3dlight-color: #959695; 
	scrollbar-arrow-color: #3e3e3e;
	scrollbar-base-color: #f5f5f5; 
	scrollbar-darkshadow-color: #5f6e93; 
	scrollbar-face-color: #d1d1d4;
	scrollbar-highlight-color: #fff; 
	scrollbar-shadow-color: #a0ad8a;
	scrollbar-track-color: #f0f0f0;
}

/* label settings */
.RadForm_Forest label.Forest
{
    color: #626262;
}

/* checkbox settings */
.RadForm_Forest .rfdCheckboxUnchecked,
.RadForm_Forest .rfdInputDisabled.rfdCheckboxUnchecked:hover
{
	background: transparent url('WebResource.axd?d=kacAzauLBw2OoDGegy3u_DejQz-V8n9BkEfAF76sFAl6dJrVppTXOx2qpk7IVeKrUE9Z0b9DfidSjyWbrBAPtBgBcEnpJ12aWiN0qD19WiY1&t=633795588444078750') no-repeat 0 0;
}

.RadForm_Forest .rfdCheckboxUnchecked:hover
{
	background: transparent url('WebResource.axd?d=kacAzauLBw2OoDGegy3u_DejQz-V8n9BkEfAF76sFAl6dJrVppTXOx2qpk7IVeKrUE9Z0b9DfidSjyWbrBAPtBgBcEnpJ12aWiN0qD19WiY1&t=633795588444078750') no-repeat 0 -200px;
}

.RadForm_Forest .rfdCheckboxChecked,
.RadForm_Forest .rfdInputDisabled.rfdCheckboxChecked:hover
{
	background: transparent url('WebResource.axd?d=kacAzauLBw2OoDGegy3u_DejQz-V8n9BkEfAF76sFAl6dJrVppTXOx2qpk7IVeKrUE9Z0b9DfidSjyWbrBAPtBgBcEnpJ12aWiN0qD19WiY1&t=633795588444078750') no-repeat 0 -420px;
}

.RadForm_Forest .rfdCheckboxChecked:hover
{
	background: transparent url('WebResource.axd?d=kacAzauLBw2OoDGegy3u_DejQz-V8n9BkEfAF76sFAl6dJrVppTXOx2qpk7IVeKrUE9Z0b9DfidSjyWbrBAPtBgBcEnpJ12aWiN0qD19WiY1&t=633795588444078750') no-repeat 0 -640px;
}
/* end of checkbox settings */

/* radiobutton settings */
.RadForm_Forest .rfdRadioUnchecked,
.RadForm_Forest .rfdInputDisabled.rfdRadioUnchecked:hover
{
	background: transparent url('WebResource.axd?d=kacAzauLBw2OoDGegy3u_DejQz-V8n9BkEfAF76sFAl6dJrVppTXOx2qpk7IVeKrSrLIRoIfQftmNeWIOqqwTyGOtk_EkCMhKHA-ZbGLVLGnBaVbK_gW0URE-4v1CVtJ0&t=633795588444078750') no-repeat 1px 0;
}

.RadForm_Forest .rfdRadioUnchecked:hover
{
	background: transparent url('WebResource.axd?d=kacAzauLBw2OoDGegy3u_DejQz-V8n9BkEfAF76sFAl6dJrVppTXOx2qpk7IVeKrSrLIRoIfQftmNeWIOqqwTyGOtk_EkCMhKHA-ZbGLVLGnBaVbK_gW0URE-4v1CVtJ0&t=633795588444078750') no-repeat 1px -220px;
}

.RadForm_Forest .rfdRadioChecked,
.RadForm_Forest .rfdInputDisabled.rfdRadioChecked:hover 
{
	background: transparent url('WebResource.axd?d=kacAzauLBw2OoDGegy3u_DejQz-V8n9BkEfAF76sFAl6dJrVppTXOx2qpk7IVeKrSrLIRoIfQftmNeWIOqqwTyGOtk_EkCMhKHA-ZbGLVLGnBaVbK_gW0URE-4v1CVtJ0&t=633795588444078750') no-repeat 1px -440px;
}

.RadForm_Forest .rfdRadioChecked:hover
{
	background: transparent url('WebResource.axd?d=kacAzauLBw2OoDGegy3u_DejQz-V8n9BkEfAF76sFAl6dJrVppTXOx2qpk7IVeKrSrLIRoIfQftmNeWIOqqwTyGOtk_EkCMhKHA-ZbGLVLGnBaVbK_gW0URE-4v1CVtJ0&t=633795588444078750') no-repeat 1px -640px;
}

.RadForm_Forest .rfdRadioUnchecked,
.RadForm_Forest .rfdInputDisabled.rfdRadioUnchecked:hover,
.RadForm_Forest .rfdRadioUnchecked:hover,
.RadForm_Forest .rfdRadioChecked,
.RadForm_Forest .rfdInputDisabled.rfdRadioChecked:hover,
.RadForm_Forest .rfdRadioChecked:hover
{
    _background-image: url('WebResource.axd?d=kacAzauLBw2OoDGegy3u_DejQz-V8n9BkEfAF76sFAl6dJrVppTXOx2qpk7IVeKrSrLIRoIfQftmNeWIOqqwTyg0FpkZyqBrJa4Jl27HpNi59LtzEb05C98q6zNqz7u30&t=633795588444078750');
}
/* end of radiobutton settings */

/* button settings */
a.RadForm_Forest, a.RadForm_Forest span
{
	background-image: url('WebResource.axd?d=kacAzauLBw2OoDGegy3u_DejQz-V8n9BkEfAF76sFAl6dJrVppTXOx2qpk7IVeKr_W4LhK35xVZ4VwHfPfNsRifnW6Ab1FHuTemrIPLq4cE1&t=633795588444078750');
	color: #e7f1d7;
}

a.RadForm_Forest.rfdInputDisabled:hover
{
    background-position: 0 0;
}

a.RadForm_Forest .rfdInner,
a.RadForm_Forest.rfdInputDisabled:hover .rfdInner
{
    margin-left: 4px;
	margin-right: 4px;
	background-position: 0 -21px;
	color: #e7f1d7;
}

a.RadForm_Forest.rfdInputDisabled:hover .rfdOuter
{
	background-position: right 0;
}

a.RadForm_Forest:hover
{
	background-position: 0 -42px;
}

a.RadForm_Forest:hover .rfdInner
{
	background-position: 0 -63px;
	color: white;
}

a.RadForm_Forest:hover .rfdOuter
{
	background-position: right -42px;
}
/* end of button settings */

/* clicked button styles */
a.RadForm_Forest.rfdClicked
{
    background-image: url('WebResource.axd?d=kacAzauLBw2OoDGegy3u_DejQz-V8n9BkEfAF76sFAl6dJrVppTXOx2qpk7IVeKr_W4LhK35xVZ4VwHfPfNsRifnW6Ab1FHuTemrIPLq4cE1&t=633795588444078750');
    background-position: 0 -84px;
    background-repeat: no-repeat;
}

a.RadForm_Forest.rfdClicked span
{
    background-image: url('WebResource.axd?d=kacAzauLBw2OoDGegy3u_DejQz-V8n9BkEfAF76sFAl6dJrVppTXOx2qpk7IVeKr_W4LhK35xVZ4VwHfPfNsRifnW6Ab1FHuTemrIPLq4cE1&t=633795588444078750');
    color: #000;
}

a.RadForm_Forest.rfdClicked .rfdInner
{
    background-position: 0 -105px;
    background-repeat: repeat-x;
}

a.RadForm_Forest.rfdClicked .rfdOuter
{
    background-position: right -84px;
    background-repeat: no-repeat;
}
/* end of clicked button styles */

/* do NOT change these settings, otherwise the skinned buttons will be broken when used within a decoration zone */
a.rfdSkinnedButton.RadForm_Forest
{
    -moz-user-select: none !important;
	outline: none !important;
	text-decoration: none !important;
	cursor: default !important;
	text-align: center !important;
	background-color: transparent !important;
	border: 0 !important;
    display: inline-block !important;
}

/* Headings 4-6 */
.RadForm_Forest h4.rfdH4
{
	color: #3c4c30;	
	border-bottom: solid 1px #3c6716;	
}

.RadForm_Forest h5.rfdH5
{
	color: #3c4c30;	
	border-bottom: solid 1px #3c6716;	
}

.RadForm_Forest h6.rfdH6
{
	color: #3c4c30;	
}

/* <label> */
.RadForm_Forest label.rfdLabel
{	
	color: #000000;
}

/* <fieldset> and <legend> */
.RadForm_Forest table.rfdRoundedWrapper_fieldset legend,
.RadForm_Forest fieldset.rfdFieldset legend
{
	/*Mandatory to set the height of the legend, so as to be able to calculate the rounded corners in IE properly*/
	/*font-size: 12px;*/
	/*height: 30px;*/
	/*line-height: 30px;*/
	color: #3c4c30;
}

.RadForm_Forest table.rfdRoundedWrapper_fieldset fieldset,
.RadForm_Forest fieldset.rfdFieldset
{	
	border: solid 1px #588a4d;
	background-image: url('WebResource.axd?d=kacAzauLBw2OoDGegy3u_DejQz-V8n9BkEfAF76sFAl6dJrVppTXOx2qpk7IVeKrkDtkqNo62RsmqwOJaRTb8C2EOgktj_HoT5Q5j8s2J8A1&t=633795588444078750'); /* having a background image on a fieldset is not okay with IE */	
	background-repeat: no-repeat;/*Mandatory to use because of incorrect IE positioning of the image*/		
}


/* Due to a glitch in IE the following 2 classes must be declared separately for correct parsing of the textarea class in IE6*/
.RadForm_Forest table.rfdRoundedWrapper input,
.RadForm_Forest table.rfdRoundedWrapper textarea,
.RadForm_Forest input.rfdInput, 
.RadForm_Forest textarea.rfdTextarea
{
	border: solid 1px #618740;
	background: #e7f1d7;	
	color: #000000;
}

.RadForm_Forest textarea.rfdTextarea,
.RadForm_Forest table.rfdRoundedWrapper textarea
{
    overflow: auto;
}

.RadForm_Forest  table.rfdRoundedWrapper input[disabled="disabled"]:hover,
.RadForm_Forest  table.rfdRoundedWrapper textarea[disabled="disabled"]:hover
{
	border: solid 1px #618740;
	background: #e7f1d7;	
	color: #000000;
	filter: alpha(opacity=30);
	-moz-opacity: .3;
	opacity: .3;
}

/* add classes for HOVER effect */
.RadForm_Forest  table.rfdRoundedWrapper input:hover,
.RadForm_Forest  table.rfdRoundedWrapper textarea:hover,
.RadForm_Forest table.rfdRoundedWrapper:hover .rfdRoundedInner,
.RadForm_Forest input.rfdInput:hover, 
.RadForm_Forest textarea.rfdTextarea:hover
{
	border-color: #3c4c30 !important;
	background: #e7f1d7;
	color: #000000;
}

.RadForm_Forest table.rfdRoundedWrapper:hover .rfdRoundedOuter
{	
	background-color: #3c4c30 !important;
}

/* <select> */
.rfdSelect_Forest,
.rfdSelect_Forest:hover,
.rfdSelect_Forest .rfdSelectOuter,
.rfdSelect_Forest:hover .rfdSelectOuter,
.rfdSelect_Forest .rfdSelectArrow span,
.rfdSelectBox_Forest .rfdSelect_selected,
.rfdSelectBox_Forest li:hover,
.rfdSelect_Forest.rfdSelectDisabled:hover
{
    background-image: url('WebResource.axd?d=kacAzauLBw2OoDGegy3u_DejQz-V8n9BkEfAF76sFAl6dJrVppTXOx2qpk7IVeKrZSGz-KEqr0Yn7bvIwPKq4ZfAiDsxIVHEKPUISp19vZM1&t=633795588444078750');
    background-repeat: no-repeat;
}

.rfdSelect_Forest.rfdSelectDisabled:hover
{
    background-position: 0 0;
}

.rfdSelect_Forest
{
	padding-left: 3px !important;
}

.rfdSelect_Forest:hover
{
	background-position: 0 -44px;
}

.rfdSelect_Forest .rfdSelectOuter,
.rfdSelect_Forest.rfdSelectDisabled:hover .rfdSelectOuter
{
    background-position: right -22px;
    padding: 2px 0;
}

.rfdSelect_Forest:hover .rfdSelectOuter
{
    background-position: right -66px;
}

.rfdSelect_Forest .rfdSelectText,
.rfdSelect_Forest.rfdSelectDisabled:hover .rfdSelectText
{
    color: #3c6716;
}

.rfdSelect_Forest:hover .rfdSelectText
{
    color: #7a1b05;
}

.rfdSelect_Forest .rfdSelectArrow
{
	margin: 1px 2px 0 0;
}

.rfdSelect_Forest .rfdSelectArrow span,
.rfdSelect_Forest.rfdSelectDisabled:hover .rfdSelectArrow span
{
	background-position: 0 -88px;
}

.rfdSelect_Forest:hover .rfdSelectArrow span
{
    background-position: -14px -88px;
}

/* dropdown settings */
.rfdSelectBox_Forest
{
    background: #c2d197;
    border: solid 1px #588a4d;
    color: #2b2c20;
}

.rfdSelectBox_Forest li
{
    padding-left: 3px !important;
    line-height: 16px;
    height: 16px;
    background-image: none !important;
}

.rfdSelectBox_Forest .rfdSelect_selected,
.rfdSelectBox_Forest li:hover
{
    color: #ffffff;
    background-color: #cf4900;
}

.rfdSelectBox_Forest .rfdSelectBox_optgroup_label:hover
{
    background: none;
    color: black;
}

/* skinned combobox end */