@charset "utf-8";
@import "../../portal/js/plugins/jquery-ui/css/jquery-ui-1.8.8.custom.min.css";

.ui-dialog .ui-dialog-titlebar-refresh { position: absolute; right: 2em; top: 50%; width: 33px; margin: -17px 0 0 0; height: 33px; }
.ui-dialog .ui-dialog-titlebar-refresh span { display: block;}
.ui-dialog .ui-dialog-titlebar-refresh:hover, .ui-dialog .ui-dialog-titlebar-refresh:focus { padding: 0; }

.ui-icon-refresh { background: url(../img/btn-popup-refresh.png) 0 0 no-repeat !important; width:33px !important; height:33px !important;  }
.ui-icon-refresh:hover { background: url(../img/btn-popup-refresh.png) 0 -33px no-repeat !important; width:33px !important; height:33px !important;  }
.ui-icon-refresh:active { background: url(../img/btn-popup-refresh.png) 0 -66px no-repeat !important; width:33px !important; height:33px !important;  }


.ui-icon-closethick { background: url(../img/btn-popup-close.png) 0 0 no-repeat !important; width:33px !important; height:33px !important;  }
.ui-state-hover .ui-icon-closethick { background: url(../img/btn-popup-close.png) 0 -33px no-repeat !important; width:33px !important; height:33px !important;  }
.ui-icon-closethick:active { background: url(../img/btn-popup-close.png) 0 -33px no-repeat !important; width:33px !important; height:33px !important;  }
