/* FORM DECORATOR "HAY" SKIN */

.radfd_StratelogicsBrown.radfd_ScrollBars
{
	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;
}

/* label settings */
.radfd_StratelogicsBrown label.Hay
{
    color: #626262;
}

/* checkbox settings */
.radfd_StratelogicsBrown .radfdCheckboxUnchecked,
.radfd_StratelogicsBrown .radfdCheckboxUnchecked.radfdInputDisabled:hover
{
	background: transparent url(FormDecorator/CheckBoxSprites.gif) no-repeat 0 0;
}

.radfd_StratelogicsBrown .radfdInputDisabled.radfdCheckboxUnchecked:hover
{
	background: transparent url(FormDecorator/CheckBoxSprites.gif) no-repeat 0 0 !important;
}

.radfd_StratelogicsBrown .radfdCheckboxUnchecked:hover
{
	background: transparent url(FormDecorator/CheckBoxSprites.gif) no-repeat 0 -200px !important;
}

.radfd_StratelogicsBrown .radfdCheckboxChecked,
.radfd_StratelogicsBrown .radfdInputDisabled.radfdCheckboxChecked:hover
{
	background: transparent url(FormDecorator/CheckBoxSprites.gif) no-repeat 0 -420px;
}

.radfd_StratelogicsBrown .radfdCheckboxChecked:hover
{
	background: transparent url(FormDecorator/CheckBoxSprites.gif) no-repeat 0 -640px;
}
/* end of checkbox settings */

/* radiobutton settings */
.radfd_StratelogicsBrown .radfdRadioUnchecked,
.radfd_StratelogicsBrown .radfdInputDisabled.radfdRadioUnchecked:hover
{
	background: transparent url(FormDecorator/RadioButtonSprites.gif) no-repeat 1px 0;
}

.radfd_StratelogicsBrown .radfdRadioUnchecked:hover
{
	background: transparent url(FormDecorator/RadioButtonSprites.gif) no-repeat 1px -220px;
}

.radfd_StratelogicsBrown .radfdRadioChecked,
.radfd_StratelogicsBrown .radfdInputDisabled.radfdRadioChecked:hover 
{
	background: transparent url(FormDecorator/RadioButtonSprites.gif) no-repeat 1px -440px;
}

.radfd_StratelogicsBrown .radfdRadioChecked:hover
{
	background: transparent url(FormDecorator/RadioButtonSprites.gif) no-repeat 1px -640px;
}
/* end of radiobutton settings */

/* button settings */
a.radfd_StratelogicsBrown, a.radfd_StratelogicsBrown span
{
	background-image: url(FormDecorator/ButtonSprites.gif);
	/* font: bold 11px Verdana, Verdana, Arial, Sans-serif; */
	color: #dadada;
}

a.radfd_StratelogicsBrown.radfdInputDisabled:hover span
{
    color: #dadada;
}

a.radfd_StratelogicsBrown
{
	padding-left: 4px;
}

a.radfd_StratelogicsBrown span
{
	line-height: 21px;
}


a.radfd_StratelogicsBrown span:hover
{
    color: white;
}

a.radfd_StratelogicsBrown .radfdInnerSpan
{
	margin-right: 4px;
	background-position: 0 -21px;
}
/* end of button settigs */

/* clicked button styles */
a.radfd_StratelogicsBrown.radfd_Clicked
{
    background-image: url(FormDecorator/ButtonSprites.gif);
    background-position: 0 -42px;
    background-repeat: no-repeat;
}

a.radfd_StratelogicsBrown.radfd_Clicked span
{
    background-image: url(FormDecorator/ButtonSprites.gif);
    color: #fffffe;
}

a.radfd_StratelogicsBrown.radfd_Clicked .radfdInnerSpan
{
    background-position: 0 -63px;
    background-repeat: repeat-x;
}

a.radfd_StratelogicsBrown.radfd_Clicked .radfdOuterSpan
{
    background-position: right -42px;
    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.radfdSkinnedFormButton.radfd_StratelogicsBrown
{
    -moz-user-select: none !important;
	outline: none !important;
	text-decoration: none !important;
	cursor: default !important;
	text-align: center !important;
	background-color: transparent !important;
    position: absolute !important;
    display: inline !important;
}