/* FORM DECORATOR "DEFAULT" SKIN */

.radfd_Default.radfd_ScrollBars
{
	scrollbar-3dlight-color: #ccc; 
	scrollbar-arrow-color: #292929;
	scrollbar-base-color: #ff6347; 
	scrollbar-darkshadow-color: #595959; 
	scrollbar-face-color: #e4e4e4;
	scrollbar-highlight-color: #fff; 
	scrollbar-shadow-color: #a3a3a3;
	scrollbar-track-color: #f0f0f0;
}

/* label settings */
.radfd_Default label.Default
{
    color: #626262;
}

/* checkbox settings */
.radfd_Default .radfdCheckboxUnchecked,
.radfd_Default .radfdInputDisabled.radfdCheckboxUnchecked:hover
{
	background: transparent url(/images/slumberparties/form/CheckBoxSprites.gif) no-repeat 0 0;
}

.radfd_Default .radfdCheckboxUnchecked:hover
{
	background: transparent url(/images/slumberparties/form/CheckBoxSprites.gif) no-repeat 0 -200px;
}

.radfd_Default .radfdCheckboxChecked,
.radfd_Default .radfdInputDisabled.radfdCheckboxChecked:hover
{
	background: transparent url(/images/slumberparties/form/CheckBoxSprites.gif) no-repeat 0 -420px;
}

.radfd_Default .radfdCheckboxChecked:hover
{
	background: transparent url(/images/slumberparties/form/CheckBoxSprites.gif) no-repeat 0 -640px;
}
/* end of checkbox settings */

/* radiobutton settings */
.radfd_Default .radfdRadioUnchecked,
.radfd_Default .radfdInputDisabled.radfdRadioUnchecked:hover
{
	background: transparent url(/images/slumberparties/form/RadioButtonSprites.gif) no-repeat 1px 1px;
}

.radfd_Default .radfdRadioUnchecked:hover
{
	background: transparent url(/images/slumberparties/form/RadioButtonSprites.gif) no-repeat 1px -220px;
}

.radfd_Default .radfdRadioChecked,
.radfd_Default .radfdInputDisabled.radfdRadioChecked:hover 
{
	background: transparent url(/images/slumberparties/form/RadioButtonSprites.gif) no-repeat 1px -439px;
}

.radfd_Default .radfdRadioChecked:hover
{
	background: transparent url(/images/slumberparties/form/RadioButtonSprites.gif) no-repeat 1px -640px;
}
/* end of radiobutton settings */

/* button styles */
a.radfd_Default, a.radfd_Default span
{
	background-image: url(FormDecorator/ButtonSprites.gif);
	/* font: bold 11px Verdana, Verdana, Arial, Sans-serif; */
	color: #adadad;
}

a.radfd_Default.radfdInputDisabled:hover span
{
    color: #adadad;
}

a.radfd_Default span:hover
{
    color: white;
}

a.radfd_Default .radfdOuterSpan
{
   margin-left: 4px;
}

a.radfd_Default .radfdInnerSpan
{
	margin-right: 4px;
	background-position: 0 -21px;
}
/* end of button styles */

/* clicked button styles */
a.radfd_Default.radfd_Clicked
{
    background-image: url(FormDecorator/ButtonSprites.gif);
    background-position: 0 -42px;
    background-repeat: no-repeat;
}

a.radfd_Default.radfd_Clicked span,
a.radfd_Default.radfd_Clicked:hover span
{
    background-image: url(FormDecorator/ButtonSprites.gif);
    color: #fff;
}

a.radfd_Default.radfd_Clicked .radfdInnerSpan
{
    background-position: 0 -63px;
    background-repeat: repeat-x;
}

a.radfd_Default.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_Default
{
    -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;
}

/* h4, h5, h6, legend, fieldset, label, textarea and input settings */
.radfd_Default h4.radfd_h4,
.radfd_Default h5.radfd_h5,
.radfd_Default h6.radfd_h6
{		
	color: #333333;
	border-bottom: solid 1px #e1e1e1;
}

/* Headings 4-6 */
.radfd_Default h6.radfd_h6
{
	border: 0;
}

/* label */
.radfd_Default label.radfd_label
{	
	color: #333333;
}

/* fieldset and legend */
.radfd_Default table.radfd_roundedWrapper_fieldset legend,
.radfd_Default fieldset.radfd_fieldset 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: #414141;
}




/* Due to a glitch in IE the following 2 classes must be declared separately for correct parsing of the textarea class in IE6*/
.radfd_Default table.radfd_roundedWrapper input,
.radfd_Default table.radfd_roundedWrapper textarea,
.radfd_Default input.radfd_input, 
.radfd_Default textarea.radfd_textarea
{
	border: solid 1px #333333;
	background-image:url(/images/slumberparties/form/input_bg.gif);
	background-repeat:repeat-x;
	color: #333333;
	overflow: hidden;
}

/* skinned combobox begin */

.radfd_select_Default,
.radfd_select_Default.radfd_select_disabled:hover
{
	border: solid 1px #626262;
	background: white;
}

.radfd_select_Default:hover
{
    border-color: #030303;
    background: #efefef;
}

.radfd_select_Default .radfd_select_textSpan
{
    color: #373737;
}

.radfd_select_Default .radfd_select_arrowSpan
{
	margin: 1px;
}

.radfd_select_Default .radfd_select_arrowSpan span
{
	background: url('FormDecorator/ComboSprites.gif') no-repeat center;
}

/* dropdown settings */
.radfd_selectbox_Default
{
    background: white;
    border: solid 1px black;
    color: #373737;
}

.radfd_selectbox_Default li
{
    padding-left: 3px;
}

.radfd_selectbox_Default .radfd_select_selected,
.radfd_selectbox_Default li:hover
{
    background: #4c4c4c;
    color: white;
}

.radfd_selectbox_Default .radfd_selectbox_optgroup_label:hover
{
    background: none;
    color: #373737;
}

/* skinned combobox end */
