/* 
 * Styles to be used only when JavaScript is enabled
 *
 * Copyright 2011 Queensland University of Technology. All Rights
 * Reserved.
 *
 */


/* IRStats */

.event_hook {
    cursor : pointer;
}

#irs_date_popup_toggle:hover {
    border : 1px solid #9B9393;
}

#content #irs_current_date_range {
    margin : 0;
    padding-right : 28px;
    line-height : 18px;
    background : url('/images/date_dropdown_arrow.png') no-repeat scroll right center;
}

#irs_date_popup_toggle {
    background : #FFFFFF url('/images/qut_calendar_icon16.png') no-repeat scroll 8px center;
    padding : 5px 6px 5px 30px;
    line-height : 16px;
    border : 1px solid #DCD9D9;
}

#irs_date {
    position : absolute;
    top : 1.5em; right : 0;
}

#irs_date_popup {
    position : absolute;
    top : 0; right : 0;
    padding-top : 29px;
}