﻿/* FORM DECORATOR "Castrol" SKIN */

.RadComboDropDown
{
	/*scrollbar-3dlight-color: #959695; 
	scrollbar-arrow-color: #3e3e3e;
	scrollbar-base-color: #f5f5f5; 
	scrollbar-darkshadow-color: #e7f1fa; 
	scrollbar-face-color: #e7f1fa;
	scrollbar-highlight-color: #e7f1fa; 
	scrollbar-shadow-color: #6787bb;
	scrollbar-track-color: #fff;*/
}

/* label settings */
.radfd_Castrol label.Web20
{
    color: #626262;
}

/* checkbox settings */
.radfd_Castrol .radfdCheckboxUnchecked,
.radfd_Castrol .radfdInputDisabled.radfdCheckboxUnchecked:hover
{
	background: transparent url(FormDecorator/CheckBoxSprites.gif) no-repeat 0 0;
}

.radfd_Castrol .radfdCheckboxUnchecked:hover
{
	background: transparent url(FormDecorator/CheckBoxSprites.gif) no-repeat 0 -200px;
}

.radfd_Castrol .radfdCheckboxChecked,
.radfd_Castrol .radfdInputDisabled.radfdCheckboxChecked:hover
{
	background: transparent url(FormDecorator/CheckBoxSprites.gif) no-repeat 0 -420px;
}

.radfd_Castrol .radfdCheckboxChecked:hover
{
	background: transparent url(FormDecorator/CheckBoxSprites.gif) no-repeat 0 -640px;
}
/* end of checkbox settings */

/* radiobutton settings */
.radfd_Castrol .radfdRadioUnchecked,
.radfd_Castrol .radfdInputDisabled.radfdRadioUnchecked:hover
{
	background: transparent url(FormDecorator/RadioButtonSprites.gif) no-repeat 1px 0;
}

.radfd_Castrol .radfdRadioUnchecked:hover
{
	background: transparent url(FormDecorator/RadioButtonSprites.gif) no-repeat 1px -220px;
}

.radfd_Castrol .radfdRadioChecked,
.radfd_Castrol .radfdInputDisabled.radfdRadioChecked:hover 
{
	background: transparent url(FormDecorator/RadioButtonSprites.gif) no-repeat 1px -440px;
}

.radfd_Castrol .radfdRadioChecked:hover
{
	background: transparent url(FormDecorator/RadioButtonSprites.gif) no-repeat 1px -640px;
}
/* end of radiobutton settings */

/* button settings */
a.radfd_Castrol, a.radfd_Castrol span
{
	background-image: url(FormDecorator/ButtonSprites.gif);
	/* font: bold 11px Verdana, Verdana, Arial, Sans-serif; */
	color: #fff;
}

a.radfd_Castrol.radfdInputDisabled:hover span
{
    color: #fff;
}

a.radfd_Castrol
{
	padding-left: 4px;
}

a.radfd_Castrol span:hover
{
	color: #CCCCCC;
}

a.radfd_Castrol .radfdInnerSpan
{
	margin-right: 4px;
	background-position: 0 -21px;
}
/* end of button settings */

/* clicked button styles */
a.radfd_Castrol.radfd_Clicked
{
    background-image: url(FormDecorator/ButtonSprites.gif);
    background-position: 0 -42px;
    background-repeat: no-repeat;
}

a.radfd_Castrol.radfd_Clicked span,
a.radfd_Castrol.radfd_Clicked:hover span
{
    background-image: url(FormDecorator/ButtonSprites.gif);
    color: #fff;
}

a.radfd_Castrol.radfd_Clicked .radfdInnerSpan
{
    background-position: 0 -63px;
    background-repeat: repeat-x;
}

a.radfd_Castrol.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_Castrol
{
    -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;
}

.radfd_Castrol h4.radfd_h4,
.radfd_Castrol h5.radfd_h5,
.radfd_Castrol h6.radfd_h6
{		
	color: #6788be;
}

/* Headings 4-6 */
.radfd_Castrol h4.radfd_h4
{
	border-bottom: solid 1px #f0f2f3;	
}

.radfd_Castrol h5.radfd_h5
{
	border-bottom: solid 1px #f0f2f3;	
}

/* LABEL */
.radfd_Castrol label.radfd_label
{	
	color: #000000;
}

/* FIELDSET & LEGEND */
.radfd_Castrol table.radfd_roundedWrapper_fieldset legend,
.radfd_Castrol 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: #6788be;
}

.radfd_Castrol table.radfd_roundedWrapper_fieldset fieldset,
.radfd_Castrol fieldset.radfd_fieldset
{	
	border: solid 1px #6788be;
	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*/
.radfd_Castrol table.radfd_roundedWrapper input,
.radfd_Castrol table.radfd_roundedWrapper textarea,
.radfd_Castrol input.radfd_input, 
.radfd_Castrol textarea.radfd_textarea
{
	border: solid 1px #6788be;
	background: #ffffff;	
	color: #000000;
	overflow: hidden;
}

.radfd_Castrol  table.radfd_roundedWrapper input[disabled="disabled"]:hover,
.radfd_Castrol  table.radfd_roundedWrapper textarea[disabled="disabled"]:hover
{
	border: solid 1px #8e8e8e;
	background: #ffffff;	
	color: #171717;
	overflow: hidden;
	filter: alpha(opacity=30);
	-moz-opacity: .3;
	opacity: .3;
}

/* add classes for HOVER effect */
.radfd_Castrol  table.radfd_roundedWrapper input:hover,
.radfd_Castrol  table.radfd_roundedWrapper textarea:hover,
.radfd_Castrol table.radfd_roundedWrapper:hover .radfd_roundedInnerSpan,
.radfd_Castrol input.radfd_input:hover, 
.radfd_Castrol textarea.radfd_textarea:hover
{
	border-color: #a5bedf !important;
	background: #ffffff;
}

.radfd_Castrol table.radfd_roundedWrapper:hover .radfd_roundedOuterSpan
{	
	background-color: #a5bedf !important;
}

/* skinned combobox begin */

.radfd_select_Castrol,
.radfd_select_Castrol.radfd_select_disabled:hover
{
	border: solid 1px #6788be;
	background: white;
}

.radfd_select_Castrol:hover
{
    background: #a0b8db;
}

.radfd_select_Castrol .radfd_select_textSpan,
.radfd_select_Castrol.radfd_select_disabled:hover .radfd_select_textSpan
{
    color: #6788be;
}

.radfd_select_Castrol:hover .radfd_select_textSpan
{
    color: white;
}

.radfd_select_Castrol .radfd_select_arrowSpan
{
	margin: 1px;
}

.radfd_select_Castrol .radfd_select_arrowSpan span,
.radfd_select_Castrol.radfd_select_disabled:hover .radfd_select_arrowSpan span
{
	background: url('FormDecorator/ComboSprites.gif') no-repeat 0 0;
}

.radfd_select_Castrol:hover .radfd_select_arrowSpan span
{
    background-position: -14px 0;
}

/* dropdown settings */
.radfd_selectbox_Castrol
{
    background: white;
    border: solid 1px #6788be;
    color: #6788be;
}

.radfd_selectbox_Castrol li
{
    padding-left: 3px;
}

.radfd_selectbox_Castrol .radfd_select_selected,
.radfd_selectbox_Castrol li:hover
{
    background: #a0b8db;
    color: white;
}

.radfd_selectbox_Castrol .radfd_selectbox_optgroup_label:hover
{
    background: none;
    color: #373737;
}

/* skinned combobox end */
