/* RadFormDecorator for ASP.NET Telerik Skin */

/* this gives a background color to the page*/
.rfdZone
{
    /* background-color: #e0cebc; */
}

.RadForm_webz.rfdScrollBars
{
	scrollbar-3dlight-color: #969695; 
	scrollbar-arrow-color: #3d3d3d;
	scrollbar-base-color: #f5f5f5; 
	scrollbar-darkshadow-color: #549486; 
	scrollbar-face-color: #d2d4d4;
	scrollbar-highlight-color: #ffffff; 
	scrollbar-shadow-color: #ad9684;
	scrollbar-track-color: #f0f0f0;
}

/* label settings */
.RadForm_webz label.Telerik
{
    color: #616161;
}

/* checkbox settings */
.RadForm_webz .rfdCheckboxUnchecked,
.RadForm_webz .rfdInputDisabled.rfdCheckboxUnchecked:hover
{
	background: transparent url('FormDecorator/CheckBoxSprites.gif') no-repeat 0 0;
}

.RadForm_webz .rfdCheckboxUnchecked:hover
{
	background: transparent url('FormDecorator/CheckBoxSprites.gif') no-repeat 0 -200px;
}

.RadForm_webz .rfdCheckboxChecked,
.RadForm_webz .rfdInputDisabled.rfdCheckboxChecked:hover
{
	background: transparent url('FormDecorator/CheckBoxSprites.gif') no-repeat 0 -420px;
}

.RadForm_webz .rfdCheckboxChecked:hover
{
	background: transparent url('FormDecorator/CheckBoxSprites.gif') no-repeat 0 -640px;
}
/* end of checkbox settings */

/* radiobutton settings */
.RadForm_webz .rfdRadioUnchecked,
.RadForm_webz .rfdInputDisabled.rfdRadioUnchecked:hover
{
	background: transparent url('FormDecorator/RadioButtonSprites.png') no-repeat 1px 0;
}

.RadForm_webz .rfdRadioUnchecked:hover
{
	background: transparent url('FormDecorator/RadioButtonSprites.png') no-repeat 1px -220px;
}

.RadForm_webz .rfdRadioChecked,
.RadForm_webz .rfdInputDisabled.rfdRadioChecked:hover 
{
	background: transparent url('FormDecorator/RadioButtonSprites.png') no-repeat 1px -440px;
}

.RadForm_webz .rfdRadioChecked:hover
{
	background: transparent url('FormDecorator/RadioButtonSprites.png') no-repeat 1px -640px;
}

.RadForm_webz .rfdRadioUnchecked,
.RadForm_webz .rfdInputDisabled.rfdRadioUnchecked:hover,
.RadForm_webz .rfdRadioUnchecked:hover,
.RadForm_webz .rfdRadioChecked,
.RadForm_webz .rfdInputDisabled.rfdRadioChecked:hover,
.RadForm_webz .rfdRadioChecked:hover
{
    _background-image: url('FormDecorator/RadioButtonSprites.gif');
}
/* end of radiobutton settings */

/* button settings */
a.RadForm_webz, a.RadForm_webz span
{
	background-image: url('FormDecorator/ButtonSprites.png');
	color: #3d0025;
}

a.RadForm_webz.rfdInputDisabled:hover
{
    background-position: 0 0;
}

a.RadForm_webz .rfdInner,
a.RadForm_webz.rfdInputDisabled:hover .rfdInner
{
    margin-left: 4px;
	margin-right: 4px;
	background-position: 0 -21px;
	color: #3d0025;
}

a.RadForm_webz.rfdInputDisabled:hover .rfdOuter
{
	background-position: right 0;
}

a.RadForm_webz:hover
{
	background-position: 0 -42px;
}

a.RadForm_webz:hover .rfdInner
{
	background-position: 0 -63px;
	color: #3d0025;
}

a.RadForm_webz:hover .rfdOuter
{
	background-position: right -42px;
}
/* end of button settings */

/* clicked button styles */
a.RadForm_webz.rfdClicked
{
    background-image: url('FormDecorator/ButtonSprites.png');
    background-position: 0 -84px;
    background-repeat: no-repeat;
}

a.RadForm_webz.rfdClicked span
{
    background-image: url('FormDecorator/ButtonSprites.png');
    color: #5c4b00;
}

a.RadForm_webz.rfdClicked .rfdInner
{
    background-position: 0 -105px;
    background-repeat: repeat-x;
}

a.RadForm_webz.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_webz
{
    -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_webz h4.rfdH4
{
	color: #633800;	
	border-bottom: solid 1px #a1a1a1;	
}

.RadForm_webz h5.rfdH5
{
	color: #633800;	
	border-bottom: solid 1px #a1a1a1;	
}

.RadForm_webz h6.rfdH6
{
	color: #633800;	
}

/* <label> */
.RadForm_webz label.rfdLabel
{	
	color: #000000;
}

/* <fieldset> and <legend> */
.RadForm_webz table.rfdRoundedWrapper_fieldset legend,
.RadForm_webz fieldset.rfdFieldset legend
{
	color: #947b00;
}

.RadForm_webz table.rfdRoundedWrapper_fieldset fieldset,
.RadForm_webz fieldset.rfdFieldset
{	
	border: solid 1px #828282;
	background-image: url('FormDecorator/FieldsetBgr.png'); /* 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_webz table.rfdRoundedWrapper input,
.RadForm_webz table.rfdRoundedWrapper textarea,
.RadForm_webz input.rfdInput, 
.RadForm_webz textarea.rfdTextarea
{
	border: solid 1px #8f8f8f;
	background: #ffffff;	
	color: #000000;
}

.RadForm_webz textarea.rfdTextarea,
.RadForm_webz table.rfdRoundedWrapper textarea
{
    overflow: auto;
}

.RadForm_webz  table.rfdRoundedWrapper input[disabled="disabled"]:hover,
.RadForm_webz  table.rfdRoundedWrapper textarea[disabled="disabled"]:hover
{
	border: solid 1px #8f8f8f;
	background: #ffffff;
	color: #000000;
	filter: alpha(opacity=30);
	-moz-opacity: .3;
	opacity: .3;
}

/* add classes for HOVER effect */
.RadForm_webz  table.rfdRoundedWrapper input:hover,
.RadForm_webz  table.rfdRoundedWrapper textarea:hover,
.RadForm_webz table.rfdRoundedWrapper:hover .rfdRoundedInner,
.RadForm_webz input.rfdInput:hover, 
.RadForm_webz textarea.rfdTextarea:hover
{
	border-color: #bf9f00 !important;
	background: #ffffff;
	color: #000000;
}

.RadForm_webz table.rfdRoundedWrapper:hover .rfdRoundedOuter
{	
	background-color: #bf9f00 !important;
}

/* <select> */
.rfdSelect_webz,
.rfdSelect_webz:hover,
.rfdSelect_webz .rfdSelectOuter,
.rfdSelect_webz:hover .rfdSelectOuter,
.rfdSelect_webz .rfdSelectArrow span,
.rfdSelectBox_webz .rfdSelect_selected,
.rfdSelectBox_webz li:hover,
.rfdSelect_webz.rfdSelectDisabled:hover
{
    background-image: url('FormDecorator/ComboSprites.gif');
    background-repeat: no-repeat;
}

.rfdSelect_webz.rfdSelectDisabled:hover
{
    background-position: 0 0;
}

.rfdSelect_webz
{
	padding-left: 3px !important;
}

.rfdSelect_webz:hover
{
	background-position: 0 -44px;
}

.rfdSelect_webz .rfdSelectOuter,
.rfdSelect_webz.rfdSelectDisabled:hover .rfdSelectOuter
{
    background-position: right -22px;
    padding: 2px 0;
}

.rfdSelect_webz:hover .rfdSelectOuter
{
    background-position: right -66px;
}

.rfdSelect_webz .rfdSelectText,
.rfdSelect_webz.rfdSelectDisabled:hover .rfdSelectText
{
    color: #000000;
}

.rfdSelect_webz:hover .rfdSelectText
{
    color: #000000;
}

.rfdSelect_webz .rfdSelectArrow
{
	margin: 1px 2px 0 0;
}

.rfdSelect_webz .rfdSelectArrow span,
.rfdSelect_webz.rfdSelectDisabled:hover .rfdSelectArrow span
{
	background-position: 0 -88px;
}

.rfdSelect_webz:hover .rfdSelectArrow span
{
    background-position: -14px -88px;
}

/* dropdown settings */
.rfdSelectBox_webz
{
    background: #ffffff;
    border: solid 1px #828282;
    color: #000000;
}

.rfdSelectBox_webz li
{
    padding-left: 3px !important;
    line-height: 16px;
    height: 16px;
    background-image: none !important;
}

.rfdSelectBox_webz .rfdSelect_selected,
.rfdSelectBox_webz li:hover
{
    background-color: #deab52;
}

.rfdSelectBox_webz .rfdSelectBox_optgroup_label:hover
{
    background: none;
    color: black;
}

/* skinned combobox end */