/* RadCombobox Fixes */
.RadComboBox_izmlms .rcbReadOnly .rcbInputCellLeft {
   background-position: 0 -66px !important;
}

.RadComboBox_izmlms .rcbHovered .rcbReadOnly td.rcbInputCellLeft { 
   background-position: 0 -22px !important;  
}

.RadComboBox_izmlms .rcbHovered .rcbReadOnly .rcbArrowCellRight { 
   background-position: -38px -88px !important; 
} 

.RadComboBox_izmlms .rcbFocused .rcbReadOnly .rcbArrowCellRight { 
   background-position: -74px -88px !important; 
} 

.RadComboBox_izmlms .rcbFocused .rcbReadOnly td.rcbInputCellLeft {
    background-position: 0 -44px !important;
}

.reTextAreaHidden {
    display:none !important; 
}  
  

.reDropdown .FontName {
    max-width:80px; 
}  

.rcbSlide {
    position:absolute !important;
} 

.RadComboBoxDropDown_Default .rcbScroll {
    overflow:hidden !important;
    max-height: 242px !important;
} 

.RadComboBoxDropDown_izmlms {
    max-height: 150px !important;

} 

.RadMenu ul.rmGroup {
    padding: 0 !important;
}

/* RadEditor Fixes */
.RadEditor table.reLayoutWrapper {
  width: auto !important;  
}  

.RadEditor {
  height:auto !important; 
  border-color: #ccc;
}

.reTextArea {
    max-width: none !important;
    width: 100% !important;
}

/* Radtreeview Fixes */
.RadTreeView_izmlmsRole[disabled] {
 	opacity:1 !important; 
}
