/* FORM DECORATOR "Westerlike" SKIN */

.radfd_Westerlike.radfd_ScrollBars
{
	scrollbar-3dlight-color: #1a1a1a; 
	scrollbar-arrow-color: #111111;
	scrollbar-base-color: #f5f5f5; 
	scrollbar-darkshadow-color: #474747; 
	scrollbar-face-color: #393939;
	scrollbar-highlight-color: #474747; 
	scrollbar-shadow-color: #1a1a1a;
	scrollbar-track-color: #272727;
}

/* label settings */
.radfd_Westerlike label.Westerlike
{
    color: #626262;
}

/* checkbox settings */
.radfd_Westerlike .radfdCheckboxUnchecked,
.radfd_Westerlike .radfdCheckboxUnchecked.radfdInputDisabled:hover
{
	background: transparent url(FormDecorator/CheckBoxSprites.gif) no-repeat 0 0;
}

.radfd_Westerlike .radfdInputDisabled.radfdCheckboxUnchecked:hover
{
	background: transparent url(FormDecorator/CheckBoxSprites.gif) no-repeat 0 0 !important;
}

.radfd_Westerlike .radfdCheckboxUnchecked:hover
{
	background: transparent url(FormDecorator/CheckBoxSprites.gif) no-repeat 0 -200px !important;
}

.radfd_Westerlike .radfdCheckboxChecked,
.radfd_Westerlike .radfdInputDisabled.radfdCheckboxChecked:hover
{
	background: transparent url(FormDecorator/CheckBoxSprites.gif) no-repeat 0 -420px;
}

.radfd_Westerlike .radfdCheckboxChecked:hover
{
	background: transparent url(FormDecorator/CheckBoxSprites.gif) no-repeat 0 -640px;
}
/* end of checkbox settings */

/* radiobutton settings */
.radfd_Westerlike .radfdRadioUnchecked,
.radfd_Westerlike .radfdInputDisabled.radfdRadioUnchecked:hover
{
	background: transparent url(FormDecorator/RadioButtonSprites.gif) no-repeat 1px 0;
}

.radfd_Westerlike .radfdRadioUnchecked:hover
{
	background: transparent url(FormDecorator/RadioButtonSprites.gif) no-repeat 1px -220px;
}

.radfd_Westerlike .radfdRadioChecked,
.radfd_Westerlike .radfdInputDisabled.radfdRadioChecked:hover 
{
	background: transparent url(FormDecorator/RadioButtonSprites.gif) no-repeat 1px -440px;
}

.radfd_Westerlike .radfdRadioChecked:hover
{
	background: transparent url(FormDecorator/RadioButtonSprites.gif) no-repeat 1px -640px;
}
/* end of radiobutton settings */

/* button settings */
a.radfd_Westerlike, a.radfd_Westerlike span
{
	background-image: url(FormDecorator/ButtonSprites.gif);
	/*font: bold 11px Verdana, Verdana, Arial, Sans-serif;*/
	color: #adadad;
}

a.radfd_Westerlike.radfdInputDisabled:hover span
{
    color: #adadad;
}

a.radfd_Westerlike
{
	padding-left: 4px;
}

a.radfd_Westerlike span:hover
{
    color: white;
}

a.radfd_Westerlike span
{
	line-height: 21px;
}

a.radfd_Westerlike .radfdInnerSpan
{
	margin-right: 4px;
	background-position: 0 -21px;
}
/* button settings */

/* do NOT change these settings, otherwise the skinned buttons will be broken when used within a decoration zone */
a.radfdSkinnedFormButton.radfd_Westerlike
{
    -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;
}
