/* RadFormDecorator Default Skin */

/* CSS class for styling the decoration zone or the <html /> tag of the page */
.RadForm_NordicCool.rfdZone
{
    
}

/* Decorate scrollbars */
.RadForm_NordicCool.rfdScrollBars
{
	/*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;*/
	scrollbar-base-color: #e4e4e4;
}

/* Decorate <input type="button | submit | reset" /> and <button type="button | submit | reset" /> - look if there is a secondary .rfdButton class applied to the root element */
.RadForm_NordicCool.rfdButton a.rfdSkinnedButton,
.RadForm_NordicCool.rfdButton input[type="button"].rfdDecorated,
.RadForm_NordicCool.rfdButton input[type="reset"].rfdDecorated,
.RadForm_NordicCool.rfdButton input[type="submit"].rfdDecorated,
.RadForm_NordicCool.rfdButton .rfdSkinnedButton button
{
	background-image: url('FormDecorator/ButtonSprites.gif');
}

*html .RadForm_NordicCool a.rfdSkinnedButton,
*html .RadForm_NordicCool .rfdSkinnedButton button,
*html .RadForm_NordicCool .rfdSkinnedButton input.rfdDecorated,
.RadForm_NordicCool.rfdButton a.rfdSkinnedButton,
.RadForm_NordicCool.rfdButton a.rfdSkinnedButton *
{
	background-image: url('FormDecorator/ButtonSprites.gif');
}

.rfdButton a.rfdSkinnedButton:active,
/*.rfdButton a.rfdSkinnedButton:focus,*/
.rfdButton a.rfdSkinnedButton:active .rfdDecorated,
/*.rfdButton a.rfdSkinnedButton:focus .rfdDecorated,*/
.rfdButton input.rfdDecorated:active,
/*.rfdButton input.rfdDecorated:focus,*/
.rfdButton .rfdSkinnedButton.rfdClickedButton .rfdDecorated
{
	color: #FFFFFF !important;
}

/* OPERA width fix - do not remove (and check if it is still necessary) */
@media screen and (min-width:1px)  
{
	/* 
       the hack below fixes a strange behavior under Opera - 
       input and button have a different CSS display when in anchor tag 
    */
	.RadForm_NordicCool.rfdButton a.rfdSkinnedButton input
	{
	    display: block;
	    float: left;
	}
}

/* Decorate <h4|5|6 /> */
.RadForm_NordicCool.rfdHeading h4
{
	color: #000;	
	border-bottom: solid 1px #a0a0a0;	
}

.RadForm_NordicCool.rfdHeading h5
{
	color: #000;	
	border-bottom: solid 1px #a0a0a0;	
}

.RadForm_NordicCool.rfdHeading h6
{
	color: #000;	
}

/* Decorate <label /> */
.RadForm_NordicCool.rfdLabel label
{	
	color: #000;
}

/* Decorate <input type="checkbox" /> */
.RadForm_NordicCool .rfdCheckboxUnchecked
{
	background: transparent url('FormDecorator/CheckBoxSprites.gif') no-repeat 0 0;
}

.RadForm_NordicCool .rfdCheckboxUnchecked:hover
{
	background: transparent url('FormDecorator/CheckBoxSprites.gif') no-repeat 0 -200px;
}

.RadForm_NordicCool .rfdInputDisabled.rfdCheckboxUnchecked,
.RadForm_NordicCool .rfdInputDisabled.rfdCheckboxUnchecked:hover
{
	background: transparent url('FormDecorator/CheckBoxSprites.gif') no-repeat 0 -860px;
}

.RadForm_NordicCool .rfdCheckboxChecked
{
	background: transparent url('FormDecorator/CheckBoxSprites.gif') no-repeat 0 -420px;
}

.RadForm_NordicCool .rfdCheckboxChecked:hover
{
	background: transparent url('FormDecorator/CheckBoxSprites.gif') no-repeat 0 -640px;
}

.RadForm_NordicCool .rfdInputDisabled.rfdCheckboxChecked,
.RadForm_NordicCool .rfdInputDisabled.rfdCheckboxChecked:hover
{
	background: transparent url('FormDecorator/CheckBoxSprites.gif') no-repeat 0 -1060px;
}

/* Decorate <input type="radio" /> */
.RadForm_NordicCool .rfdRadioUnchecked
{
	background: transparent url('FormDecorator/RadioButtonSprites.png') no-repeat 1px 0;
}

.RadForm_NordicCool .rfdRadioUnchecked:hover
{
	background: transparent url('FormDecorator/RadioButtonSprites.png') no-repeat 1px -220px;
}

.RadForm_NordicCool
{
	color: #323232;
}

.RadForm_NordicCool .rfdInputDisabled
{
	color: #828282;
}

.RadForm_NordicCool .rfdInputDisabled.rfdRadioUnchecked,
.RadForm_NordicCool .rfdInputDisabled.rfdRadioUnchecked:hover
{
	background: transparent url('FormDecorator/RadioButtonSprites.png') no-repeat 1px -860px;
}

.RadForm_NordicCool .rfdRadioChecked
{
	background: transparent url('FormDecorator/RadioButtonSprites.png') no-repeat 1px -440px;
}

.RadForm_NordicCool .rfdRadioChecked:hover
{
	background: transparent url('FormDecorator/RadioButtonSprites.png') no-repeat 1px -640px;
}

.RadForm_NordicCool .rfdInputDisabled.rfdRadioChecked,
.RadForm_NordicCool .rfdInputDisabled.rfdRadioChecked:hover
{
	background: transparent url('FormDecorator/RadioButtonSprites.png') no-repeat 1px -1080px !important;
}

/* IE6 - we set .gif")%> image instead of .png")%> due to the lack RGBA support */
.RadForm_NordicCool .rfdRadioUnchecked,
.RadForm_NordicCool .rfdInputDisabled.rfdRadioUnchecked:hover,
.RadForm_NordicCool .rfdRadioUnchecked:hover,
.RadForm_NordicCool .rfdRadioChecked,
.RadForm_NordicCool .rfdInputDisabled.rfdRadioChecked:hover,
.RadForm_NordicCool .rfdRadioChecked:hover
{
    _background-image: url('FormDecorator/RadioButtonSprites.gif'); /* IE6 hack */
}

/* <fieldset /> and <legend /> */

.RadForm_NordicCool.rfdFieldset table.rfdRoundedWrapper_fieldset legend,
.RadForm_NordicCool fieldset.rfdFieldset legend
{
	color: #000;
}

.RadForm_NordicCool table.rfdRoundedWrapper:hover div.rfdRoundedInner
{
    background-color: #fff;
    border-color: #515151 !important;
}

/* this selector styles the hover of the side bars of the rounded elements */
.RadForm_NordicCool table.rfdRoundedWrapper:hover .rfdRoundedOuter
{	
	background-color: #515151 !important;
}

/* Decorate <input type="text | password" /> and <textarea /> */
/* For all browsers except IE6 we are using attribute selectors - single or double */
.RadForm_NordicCool.rfdTextbox input[type="text"],
.RadForm_NordicCool.rfdTextbox input[type="password"],
.RadForm_NordicCool.rfdTextarea textarea,
.RadForm_NordicCool.rfdTextarea textarea[disabled]:hover,
.RadForm_NordicCool.rfdTextbox input[disabled][type="text"]:hover,
.RadForm_NordicCool.rfdTextbox input[disabled][type="password"]:hover
{
    border: solid 1px #8e8e8e;
    background-color: #fff;
}

.RadForm_NordicCool.rfdTextbox .rfdDecorated:hover,
.RadForm_NordicCool.rfdTextbox .rfdDecorated:hover,
.RadForm_NordicCool.rfdTextarea textarea:hover
{
    border: solid 1px #515151;
}

/* Decorate <fieldset /> and <legend /> */
.RadForm_NordicCool.rfdFieldset table.rfdRoundedWrapper_fieldset legend,
.RadForm_NordicCool.rfdFieldset fieldset.rfdFieldset legend
{
	color: #000;
}

.RadForm_NordicCool.rfdFieldset table.rfdRoundedWrapper_fieldset fieldset,
.RadForm_NordicCool.rfdFieldset fieldset.rfdFieldset
{	
	border: solid 1px #828282;
	background-image: url('<%=WebResource("Telerik.Web.UI.Skins.Default.FormDecorator.FieldsetBgr.png")%>'); /* having a background image on a fieldset is not okay with IE */	
}

/* Because of a glitch in IE the following 2 CSS classes must be declared separately for correct parsing of the textarea class in IE6*/
.RadForm_NordicCool table.rfdRoundedWrapper input,
.RadForm_NordicCool table.rfdRoundedWrapper textarea,
.RadForm_NordicCool input.rfdInput, 
.RadForm_NordicCool textarea.rfdTextarea
{
	border: solid 1px #8e8e8e;
	background: #ffffff;	
	color: #000;
}

.RadForm_NordicCool textarea.rfdTextarea,
.RadForm_NordicCool table.rfdRoundedWrapper textarea
{
    overflow: auto;
}

/* <select /> */
.rfdSelect_NordicCool,
.rfdSelect_NordicCool:hover,
.rfdSelect_NordicCool .rfdSelectOuter,
.rfdSelect_NordicCool:hover .rfdSelectOuter,
.rfdSelect_NordicCool .rfdSelectArrow span,
.rfdSelectBox_NordicCool .rfdSelect_selected,
.rfdSelectBox_NordicCool li:hover,
.rfdSelect_NordicCool.rfdSelectDisabled:hover,
.rfdRtl .rfdSelect_NordicCool,
.rfdRtl .rfdSelect_NordicCool:hover,
.rfdRtl .rfdSelect_NordicCool .rfdSelectOuter,
.rfdRtl .rfdSelect_NordicCool .rfdSelectOuter:hover
{
    background-image: url('FormDecorator/ComboSprites.gif');
    background-repeat: no-repeat;
    background-color: transparent;
}

.rfdSelect_NordicCool .rfdSelectOuter
{
    color: #323232;
}

.rfdSelect:active .rfdSelectOuter
{
	color: #FFF;
}


.rfdSelect_NordicCool.rfdSelectDisabled .rfdSelectOuter,
.rfdSelect_NordicCool.rfdSelectDisabled:hover .rfdSelectOuter,
.rfdSelect_NordicCool.rfdSelectDisabled:active .rfdSelectOuter
{
	color: #999999;
}

/* dropdown settings */
.rfdSelectBox_NordicCool
{
    background: #fff;
    border: solid 1px #828282;
    color: #000;
}

.rfdSelectBox_NordicCool li
{
    padding: 0 0 0 3px;
    background-image: none !important;
}

.rfdSelectBox_NordicCool .rfdSelect_selected,
.rfdSelectBox_NordicCool li:hover
{
    color: #000;
    background-color: #dfdfdf;
}

.rfdSelectBox_NordicCool .rfdSelectBox_optgroup_label:hover
{
    background: none;
    color: #000;
}

/* IE6 disabled state fix - this should not be added to the base stylesheet, but at the bottom of the skin file */
* html .rfdSkinnedButton.rfdInputDisabled
{
    _filter: alpha(opacity=50);
}

* html .RadForm_NordicCool.rfdButton a.rfdInputDisabled:hover
{
	_background-position: 0 0;
}

* html .RadForm_NordicCool.rfdButton a.rfdInputDisabled:hover *
{
	_background-position: right -21px;
	_color: #824703;
}

.RadForm_NordicCool.rfdTextbox input.rfdIE6TextBox,
.RadForm_NordicCool.rfdTextbox textarea.rfdIE6TextBox
{
    _border: solid 1px #938879;
    _background-color: #fff;
}

/* the styling of radiobuttons and checkboxes in Safari and Chrome is already fully achieved with CSS */
@media screen and (-webkit-min-device-pixel-ratio: 0)
{
    /* checkboxes */
    .rfdCheckbox input[type="checkbox"],
    .rfdCheckbox input[type="checkbox"][disabled]:hover
    {
        background-image: url('FormDecorator/CheckBoxSprites.gif');
    }
    
    /* radio buttons */
    .rfdRadio input[type="radio"],
    .rfdRadio input[type="radio"][disabled="disabled"]:hover
    {
        background-image: url(''FormDecorator/RadioButtonSprites.png');
    }
}

/* ----------------------------------------------- Skin-specific Scrollbar Settings for WebKit ----------------------------------------------- */

/* the scrollbar face color */
.RadForm.rfdScrollBars.RadForm_NordicCool textarea::-webkit-scrollbar-thumb:vertical,
.RadForm.rfdScrollBars.RadForm_NordicCool textarea::-webkit-scrollbar-thumb:horizontal,
.RadForm.rfdScrollBars.RadForm_NordicCool div::-webkit-scrollbar-thumb:vertical,
.RadForm.rfdScrollBars.RadForm_NordicCool div::-webkit-scrollbar-thumb:horizontal
{
    background-color: #e4e4e4;
}

/* scrollbar track background color */
.RadForm.rfdScrollBars.RadForm_NordicCool textarea::-webkit-scrollbar-track-piece,
.RadForm.rfdScrollBars.RadForm_NordicCool div::-webkit-scrollbar-track-piece
{
    background-color: #f0f0f0;
}

.RadForm.rfdScrollBars.RadForm_NordicCool textarea::-webkit-scrollbar-button:vertical:decrement,
.RadForm.rfdScrollBars.RadForm_NordicCool textarea::-webkit-scrollbar-button:vertical:increment,
.RadForm.rfdScrollBars.RadForm_NordicCool textarea::-webkit-scrollbar-button:horizontal:decrement,
.RadForm.rfdScrollBars.RadForm_NordicCool textarea::-webkit-scrollbar-button:horizontal:increment,
.RadForm.rfdScrollBars.RadForm_NordicCool textarea::-webkit-scrollbar-thumb:vertical,
.RadForm.rfdScrollBars.RadForm_NordicCool textarea::-webkit-scrollbar-thumb:horizontal,
.RadForm.rfdScrollBars.RadForm_NordicCool div::-webkit-scrollbar-button:vertical:decrement,
.RadForm.rfdScrollBars.RadForm_NordicCool div::-webkit-scrollbar-button:vertical:increment,
.RadForm.rfdScrollBars.RadForm_NordicCool div::-webkit-scrollbar-button:horizontal:decrement,
.RadForm.rfdScrollBars.RadForm_NordicCool div::-webkit-scrollbar-button:horizontal:increment,
.RadForm.rfdScrollBars.RadForm_NordicCool div::-webkit-scrollbar-thumb:vertical,
.RadForm.rfdScrollBars.RadForm_NordicCool div::-webkit-scrollbar-thumb:horizontal
{
    border-color: #ccc #a3a3a3 #a3a3a3 #ccc;
}

/* increment / decrement button settings */
.RadForm.rfdScrollBars.RadForm_NordicCool textarea::-webkit-scrollbar-button:vertical:decrement,
.RadForm.rfdScrollBars.RadForm_NordicCool textarea::-webkit-scrollbar-button:vertical:increment,
.RadForm.rfdScrollBars.RadForm_NordicCool textarea::-webkit-scrollbar-button:horizontal:decrement,
.RadForm.rfdScrollBars.RadForm_NordicCool textarea::-webkit-scrollbar-button:horizontal:increment,
.RadForm.rfdScrollBars.RadForm_NordicCool div::-webkit-scrollbar-button:vertical:decrement,
.RadForm.rfdScrollBars.RadForm_NordicCool div::-webkit-scrollbar-button:vertical:increment,
.RadForm.rfdScrollBars.RadForm_NordicCool div::-webkit-scrollbar-button:horizontal:decrement,
.RadForm.rfdScrollBars.RadForm_NordicCool div::-webkit-scrollbar-button:horizontal:increment
{
    background-image: url('FormDecorator/ButtonSprites.gif');
    background-color: #e4e4e4;
}

/*GridView, FormView, DetailsView*/
.RadForm_NordicCool.rfdGrids .rfdTable
{
    border:1px solid #828282;
    background:#fff;
    color:#333;
}

.RadForm_NordicCool.rfdGrids .rfdTable th
{
    border-bottom:1px solid #828282;
    border-left:1px solid #828282;
    background:#eaeaea;
    color:#333;
}

.RadForm_NordicCool.rfdGrids .rfdTable a
{
    color:#000;
}