﻿.rcAccessibilityWeekend a { color: #000000 !important; }

/* 
   Evite que le text wrap dans les menu RadToolBarDropDown/RadMenu
   http://www.telerik.com/forums/radtoolbardropdown-dropdownwidth
*/
.RadToolBarDropDown .rtbText {
    white-space: nowrap !important;
}

.RadMenu .rtbText { white-space: nowrap !important; }


/* Apply RadToolBarDropDownWithNoDownArrow to OuterCssClass of RadToolbarDropDown to hide its down arrow and reclaim unused space */

.RadToolBarDropDownWithNoDownArrow {
    white-space: nowrap !important;
}

.RadToolBarDropDownWithNoDownArrow .rtbChoiceArrow {
    background-image: none !important;
    display: none !important;
}

.RadToolBarDropDownWithNoDownArrow .rtbIcon {
    padding: 2px !important;
    z-index: 1 !important;
}

.RadToolBarDropDownWithNoDownArrow .rtbText {
    left: -17px !important;
    padding: 0px !important;
    position: relative !important;
    z-index: 2 !important;
    width: 14px !important;
    text-align: center;
}

.RadToolBarDropDownWithNoDownArrow .rtbIn {
    width: 20px;
}

.RadToolBarDropDown .rtbWrap {
    padding-left: 35px !important;
}

/* Make radconfirm/alert/prompt buttons bold */
.RadWindow .rwPopupButton {
    font-weight: bold;
}

.RadComboBoxDropDown_Office2007 .rcbItem.rcbTemplate:hover {
    color: #00156e;
    background-color: #ffd563;
}

html .RadToolBar_Horizontal {
    white-space: normal;
}

