﻿/* Decorate <label /> */
.RadForm_CLCFormDecorator_Ex.rfdLabel label
{	
    color: #000000;
    font-family: Tahoma, Arial, 'Helvetica' , Verdana, 'FreeSans' , sans-serif;
    font-size: 12px;

}

/* Decorate <input type="checkbox" /> */
.RadForm_CLCFormDecorator_Ex .rfdCheckboxUnchecked,
.RadForm_CLCFormDecorator_Ex .rfdInputDisabled.rfdCheckboxUnchecked:hover
{
	background: transparent url(CLCFormDecorator/CheckBoxSprites.gif) no-repeat 0 0;
}

.RadForm_CLCFormDecorator_Ex .rfdCheckboxUnchecked:hover
{
	background: transparent url(CLCFormDecorator/CheckBoxSprites.gif) no-repeat 0 -200px;
}

.RadForm_CLCFormDecorator_Ex .rfdCheckboxChecked,
.RadForm_CLCFormDecorator_Ex .rfdInputDisabled.rfdCheckboxChecked:hover
{
	background: transparent url(CLCFormDecorator/CheckBoxSprites.gif) no-repeat 0 -420px;
}

.RadForm_CLCFormDecorator_Ex .rfdCheckboxChecked:hover
{
	background: transparent url(CLCFormDecorator/CheckBoxSprites.gif) no-repeat 0 -640px;
}

/* Decorate <input type="radio" /> */
.RadForm_CLCFormDecorator_Ex .rfdRadioUnchecked,
.RadForm_CLCFormDecorator_Ex .rfdInputDisabled.rfdRadioUnchecked:hover
{
	background: transparent url(CLCFormDecorator/RadioButtonSprites.gif) no-repeat 1px 0;
}

.RadForm_CLCFormDecorator_Ex .rfdRadioUnchecked:hover
{
	background: transparent url(CLCFormDecorator/RadioButtonSprites.gif) no-repeat 1px -220px;
}

.RadForm_CLCFormDecorator_Ex .rfdRadioChecked,
.RadForm_CLCFormDecorator_Ex .rfdInputDisabled.rfdRadioChecked:hover 
{
	background: transparent url(CLCFormDecorator/RadioButtonSprites.gif) no-repeat 1px -440px;
}

.RadForm_CLCFormDecorator_Ex .rfdRadioChecked:hover
{
	background: transparent url(CLCFormDecorator/RadioButtonSprites.gif) no-repeat 1px -640px;

}



/* 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_CLCFormDecorator_Ex.rfdButton a.rfdSkinnedButton
{
	cursor:pointer; 
	cursor:hand; 
	line-height:32px !important;
	background:url('../../images/clc_silver_button.gif') no-repeat right -40px; 
	background-position: 100% -40px;
	padding-right:15px; 
	vertical-align:middle;
	display:block;
	height: 32px !important;
	display:inline-block; 
	display:-moz-inline-box;	
	text-decoration: none!important;
	font-weight: bold !important;
	font-size: 11px !important;
	color: #024F7B !important;
	border: 0 !important;
	margin: 0 !important;
}
.RadForm_CLCFormDecorator_Ex .rfdSkinnedButton 
{
	background-position: right -40px !Important;
}
.RadForm_CLCFormDecorator_Ex.rfdButton a.rfdSkinnedButton input
{
	background:url('../../images/clc_silver_button.gif') no-repeat left -200px; 
	height:32px!important;
	display:block;
	display:inline-block;
	padding: 0 0 0 35px !important; 
	line-height: 32px!important;
	border: 0 !important;
	margin: 0 !important;
	font-weight: bold !important;
	font-size: 11px !important;
	color: #024F7B !important;
	cursor:pointer; 
}
.RadForm_CLCFormDecorator_Ex.rfdButton a.rfdSkinnedButton:hover input,
.RadForm_CLCFormDecorator_Ex.rfdButton a.rfdSkinnedButton.rfdClickedButton *
{
	background-position: 0 -200px !important;
}
.RadForm_CLCFormDecorator_Ex.rfdButton a.rfdSkinnedButton:hover,
.RadForm_CLCFormDecorator_Ex.rfdButton a.rfdSkinnedButton.rfdClickedButton 
{
	background-position: right 0px !important;
}