

/* Gary - Needed for Updated Telerik Controls - Simple Skin- Color of Non-MarkFirstMatch */
/* Gary - Use this to create a new skin for comboboxes */
div.RadComboBox_Simple .rcbReadOnly .rcbInputCell
{
    background-color:white;
}

/* Gary - Needed as ComboBox input width overwritten when in a Grid by: ".RadGrid_Default .rgAltRow td input" */
.RadComboBox_Default .rcbInput
{
    width: 100% !important;
}
