/* this is set to the "real" radiobuttons and checkboxes */
/*
.rfdRealInput
{
    position: absolute;
    left: -99999px;
}*/

/* --- COMMON SETTINGS FOR THE SKINNED BUTTONS --- */

/* set one pixel margin to the skinned buttons, which compensates the focus dots when the button is focused */
/*
.rfdButton a.rfdSkinnedButton
{
	margin: 1px;
}
*/
.rfdButton a.rfdSkinnedButton,
.rfdButton a.rfdSkinnedButton *
{
    cursor: default;
    background-repeat: no-repeat;
	background-color: transparent;
	height: 21px;
	line-height: 21px;
	text-decoration: none;
	display: inline-block;
	border: 0 !important; /* do not remove the !important flag, otherwise the * selector will not apply for that property */
	text-align: center;
	font: normal 0.75em Arial, Verdana !important;
    white-space: nowrap;
    text-transform:lowercase;
}


.rfdButton input[type="button"].rfdDecorated,
.rfdButton input[type="submit"].rfdDecorated
{
    font: normal 1em Arial, Verdana !important;
}



/* set dotted border to a focused button */
/*
.rfdButton a.rfdSkinnedButton:focus
{
	border: dotted 1px #ccc;
	margin: 0; 
}

.rfdButton a.rfdSkinnedButton,
.rfdButton a.rfdInputDisabled.rfdSkinnedButton:hover
{
    padding: 0 4px 0 0;
}
*/

/*TEKI: fix CSS inheritance issue with RadComboBox */
/*
.RadForm.rfdTextbox input,
.RadForm.rfdTextbox button,
.RadForm.rfdTextbox .RadComboBox input,
.RadForm.rfdTextbox .RadComboBox input[type="text"]
{
   border:0;
   background-color:transparent;
}*/

/*TEKI: (text) inputs by default can have no type specified, so update the button definition to show no border!*/
/*
.RadForm.rfdTextbox input[type="button"].rfdDecorated,
.RadForm.rfdTextbox input[type="reset"],
.RadForm.rfdTextbox input[type="submit"].rfdDecorated
{
    border: 0;    
}
*/
/*
.rfdButton input[type="button"].rfdDecorated,
.rfdButton input[type="reset"],
.rfdButton input[type="submit"].rfdDecorated,
.rfdButton button,
.rfdButton a.rfdInputDisabled.rfdSkinnedButton:hover *
{
    background-position: left -21px;
    height: 21px;
	line-height: 21px;
	border: 0;
	padding-left: 12px;
	margin-right:0;
}*/
/*
.rfdButton input[type="button"].rfdDecorated,
.rfdButton input[type="reset"],
.rfdButton input[type="submit"].rfdDecorated,
.rfdButton button,
.rfdButton a.rfdInputDisabled.rfdSkinnedButton:hover *
{
    padding-left: 4px\9;  
}*/

/*
.rfdButton input[type="button"].rfdDecorated,
.rfdButton input[type="reset"],
.rfdButton input[type="submit"].rfdDecorated,
.rfdButton button,
.rfdButton a.rfdInputDisabled.rfdSkinnedButton:hover *
{
    padding-left : 12px\9; 
}*/
/*
.rfdButton a.rfdSkinnedButton *
{
    _background-position: left -21px;
}*/

/* IE6 fixes */
/*
.rfdButton a.rfdInputDisabled:hover *
{
    _background-position: left -21px !important;
}

.rfdButton a.rfdInputDisabled:hover
{
    _background-position: right 0 !important;
}
*/
/* end of IE6 fixes */
/*
.rfdButton a.rfdSkinnedButton,
.rfdButton a.rfdInputDisabled.rfdSkinnedButton:hover
{
	background-position: right 0;
}

.rfdButton a.rfdSkinnedButton:hover
{
	background-position: right -42px;
}

.rfdButton a.rfdSkinnedButton:hover *
{
	background-position: left -63px;
}

.rfdButton a.rfdClickedButton,
.rfdButton a.rfdClickedButton:hover
{
	background-position: right -84px;
}

.rfdButton a.rfdSkinnedButton.rfdClickedButton *
{
	background-position: left -105px !important;
}
*/

/* IE7 hovers fix */
/*
*+html.rfdButton a.rfdSkinnedButton:hover *,
*+html .rfdButton a.rfdSkinnedButton:hover *
{
    background-position: left -63px;
}
*/
/* --- END OF COMMON SETTINGS FOR THE SKINNED BUTTONS --- */
/*
.rfdCheckboxChecked,
.rfdCheckboxUnchecked,
.rfdRadioUnchecked,
.rfdRadioChecked
{
    line-height: 20px !important;
	padding: 0 0 0 20px !important;
	zoom: 1;  IE font-size fix when set in percent 		
	display: inline-block !important;
}
*/
/* Disabled state */
/*
.rfdSkinnedButton.rfdInputDisabled,
.rfdTextarea textarea[disabled],
.rfdTextbox input[type="text"][disabled],
.rfdTextbox input[type="password"][disabled]
{
    filter: alpha(opacity=50); 
    opacity: 0.5; 
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)" !important; 
    -moz-opacity: 0.5; 
}*/

/* FormDecorator + TreeView fix */
/*
.RadTreeView .rfdCheckboxUnchecked,
.RadTreeView .rfdCheckboxChecked
{
    display: -moz-inline-box;
    display: inline-block;
    width: 0;
    vertical-align: middle;
    line-height: 21px;
    height: 21px;
}
*/

/* FormDecorator + TreeView fix */
/*
.RadGrid .rfdCheckboxUnchecked,
.RadGrid .rfdCheckboxChecked
{
    display: -moz-inline-block;
    display: inline-block;
}
*/

/* decorated <fieldset />, <textarea /> and <input type="text | password" /> */
/*
.rfdRoundedInner
{  
    width: 1px;
    font-size: 1px;      
    background-repeat: no-repeat;
}

.rfdRoundedOuter
{    
    width: 1px;
    font-size: 0px;  
}
*/
/*
table.rfdRoundedWrapper,
table.rfdRoundedWrapper_fieldset
{
    display: -moz-inline-box; 
    display: inline-block; 
    _display: inline; 
    vertical-align: middle;           
    border-width: 0px !important;    
}
*/
/* do not merge these 2 rules, because of IE6 ! */
/*
table.rfdRoundedWrapper td
{
	padding: 0px !important;
	border: 0px !important;
}
table.rfdRoundedWrapper_fieldset>tbody>tr>td
{
	padding: 0px !important;
	border: 0px !important;
}
*/
/* IE7 */
/*
*+html table.rfdRoundedWrapper, *+html table.rfdRoundedWrapper_fieldset
{
   display: inline;
}

table.rfdRoundedWrapper td, table.rfdRoundedWrapper_fieldset td
{
    vertical-align: middle;
}
*/
/* specific styling related to the elements that need to support rounded corners */
/* Disable the drag resize of textareas in WebKit browsers */
/*
table.rfdRoundedWrapper textarea, textarea.rfdTextarea
{     
    
    [hack:safari;
        resize: none;        
    ]        
}
*/
/* right-to-left support begin */
/*
.rfdRtl
{
	direction: rtl;
}

.rfdRtl .rfdRealInput 
{
	position: absolute; 
	left: 0;
	right: 0;
	top: -9999px;
}

.rfdRtl .rfdCheckboxUnchecked,
.rfdRtl .rfdInputDisabled.rfdCheckboxUnchecked:hover
{
	padding: 0 20px 0 0 !important;
	background-position: right 0 !important;
}

.rfdRtl .rfdCheckboxUnchecked:hover
{
	background-position: right -200px !important;
}

.rfdRtl .rfdCheckboxChecked,
.rfdRtl .rfdInputDisabled.rfdCheckboxChecked:hover 
{
	padding: 0 20px 0 0 !important;
	background-position: right -420px !important;
}

.rfdRtl .rfdCheckboxChecked:hover
{
	background-position: right -640px !important;
}

.rfdRtl .rfdRadioUnchecked,
.rfdRtl .rfdInputDisabled.rfdRadioUnchecked:hover 
{
	padding: 0 20px 0 0 !important;
	background-position: right 0 !important;
}

.rfdRtl .rfdRadioUnchecked:hover
{
	background-position: right -220px !important;
}

.rfdRtl .rfdRadioChecked,
.rfdRtl .rfdInputDisabled.rfdRadioChecked:hover 
{
	padding: 0 20px 0 0 !important;
	background-position: right -440px !important;
}

.rfdRtl .rfdRadioChecked:hover
{
	background-position: right -640px !important;
}
*/

/* right-to-left support end */

/* skinned selectbox */
.rfdSelect
{
	display: inline-block;
	text-decoration: none;
	font: normal 0.75em Arial, Verdana, Sans-serif;
	cursor: default;
	outline: none;
	/*-moz-user-select: none;*/
	max-width: 1024px;
	overflow: hidden;
	background-position: 0 0;
	padding-left: 4px;
/*	zoom: 1;*/
}
/*
.rfdSelect:hover
{
	background-position: 0 -44px;
}

.rfdSelect .rfdSelectOuter,
.rfdSelect.rfdSelectDisabled:hover .rfdSelectOuter
{
    background-position: right -22px;
    display: block;
    line-height: 22px;
    height: 22px;
    white-space: nowrap;
    width: inherit;
}

.rfdSelect:hover .rfdSelectOuter
{
    background-position: right -66px;
}
*/

/*
.rfdSelect .rfdSelectOuter span
{
    margin-right: 22px;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}*/

/*NEW - TEKI - Support for SELECT dropdowns using the new rendering */
/*
.rfdSelect .rfdSelectBox
{
    position: absolute;
    overflow-y: auto;
    float: left; 
    width: inherit;
}*/
/*
.rfdSelect li
{
    padding: 0 0 0 3px;
    line-height: 16px;
    height: 16px;
    background-image: none !important;
}
*/

/*
.rfdSelectDisabled
{
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
    opacity: .4; 
    -moz-opacity: .4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=40)"; 
}
*/

/* dropdown settings */
.rfdSelectBox
{
    font: normal 11px Arial, Verdana, Sans-serif;
    display: inline-block;
   /* overflow-x: hidden;*/
}
/*
.rfdSelectBox.rfdSelectDisabled:hover
{
    background-position: 0 0;
}

.rfdSelectBox ul
{
    width: inherit;
}

.rfdSelectBox ul,
.rfdSelectBox li
{
    padding: 0;
    margin: 0;
    list-style: none;
}
*/

/* In AJAX CSS-es are registered skin-specific first, base second, which creates problems*/
/*
.rfdSelectBox li
{
    cursor: default;
    padding-left:3px;
    line-height: 16px;
    height: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
}
*/

/*
.rfdSelectBox_optgroup li
{
    padding-left: 20px !important;
    height: 18px !important;
    line-height: 18px !important;
}

.rfdSelectBox_optgroup .rfdSelectBox_optgroup_label
{
    font-style: italic;
    font-weight: bold;
    padding-left: 0 !important;
}

.rfdSelectBox_Default .rfdSelectBox_optgroup_label:hover
{
    background: none;
    color: black;
}

.rfdSelectBox.rfdSelectDisabled li:hover
{
    background: none !important;
}

.rfdSelectBox .rfdSelectBox_optgroup li
{
    padding-left: 12px !important;
}

.rfdSelectBox li.rfdSelectBox_optgroup_label
{
    padding-left: 0 !important;
}

*/

/* end of skinned selectbox */


/* Internet Explorer fix for background position of a <fieldset /> */
/*
.rfdFieldset fieldset
{
   background-position: 0 7px\9;
   background-repeat: no-repeat;
}
*/
/*
.rfdCheckboxChecked,
.rfdCheckboxUnchecked,
.rfdRadioUnchecked,
.rfdRadioChecked
{
    line-height: 20px !important;
	padding: 0;
	padding-left: 20px;
	zoom: 1; 
	display: inline-block !important;	
}*/

/*
.rfdRoundedCorners
{
    -webkit-border-radius:4px;
    -moz-border-radius:4px;   
}
*/

/* This one fixes the jumping of the skinned select boxes when clicked in IE7 */
/*
*+html .rfdSelect
{
   vertical-align: middle;
}

.rfdRtl .rfdSelect
{
    padding-left: 18px !important;
    background-position: 0 -110px !important;
}

.rfdRtl .rfdSelect .rfdSelectOuter
{
    margin: 0 !important;
    background-position: right -88px !important;
}

.rfdRtl .rfdSelect:hover
{
    background-position: 0 -154px !important;
}

.rfdRtl .rfdSelect .rfdSelectOuter:hover
{
    margin: 0 !important;
    background-position: right -132px !important;
}

.rfdRtl .rfdSelect .rfdSelectOuter span.rfdSelectText
{
    margin: 0 0 0 0 !important;
    padding: 0 3px 0 0 !important;
}

*/

/* this one removes the hover from the rtl dropdowns in IE6 */
/*
*html .rfdRtl .rfdSelect:hover
{
    _background-position: 0 -110px !important;
}*/