.audit_exit{
    background-image: url("/static/images/back.png");
    background-repeat: no-repeat;
}

.item_delete{
    background-image: url("/static/images/cmd_del.png");
    background-repeat: no-repeat;
    background-position: 0 0;
}

.item_copy{
	background-image:url("/static/images/copy.png");
}

.item_export{
    background-image: url("/static/images/ext/xls.png");
    background-repeat: no-repeat;
}

.item_clear_filter {
	background-image:url("/static/images/tb_clear_filter.png") !important;
    background-repeat: no-repeat;
}

.item_check {
	background-image:url("/static/images/find.png") !important;
    background-repeat: no-repeat;
}

.recurrence_label{
    font-size: 12px;
}

#repeat_win .x-btn.x-btn-pressed {
    /*background-color: #99bbe8;*/
    background-color: #FFFFFF;
}

#repeat_win .x-btn.x-btn-pressed .x-btn-text{
    color: black !important;
}

.x-tip-anchor-bottom {
    background-position: -30px 0;
}

.x-tip-anchor{
    background-image:url("/static/images/audit_info_tool_tip.png") !important;
    width: 26px;
    height: 20px;
    margin-top: 2px;
}

.x-tip .x-tip-body {
    padding: 5px 5px 5px 5px;
}
.x-gray_node  a span
{
    color: gray !important;
}
