/*      
--------------------------------------------------------------
Style sheet for calendar mod
-------------------------------------------------------------- */

/* equivalent edits for bidi.css */
/* Icon images
---------------------------------------- */
.rtl .icon-calendar {
    background-position: 100% 50%;
    padding: 1px 17px 0 0;
}

/* equivalent edits for buttons.css */
/* Icon images
---------------------------------------- */
.icon-calendar {
    background-position: 0 50%;
    background-repeat: no-repeat;
    background-image: none;
    padding: 1px 0 0 17px;
}

/* equivalent edits for colours.css */
/* Icon images
---------------------------------------- */
.icon-calendar                  { background-image: url("{T_THEME_PATH}/images/icon_mini_calendar.gif"); }

/* backgrounds
---------------------------------------- */
.bghover {background-color: #F6F4D0; }
