.mask {
    z-index: 1;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.mask.block-scrollbars {
    overflow: auto
}

.masked select, .drag select, .hide-select select {
    _visibility: hidden
}

.hide-scrollbars, .hide-scrollbars * {
    overflow: hidden
}

.hide-scrollbars select {
    display: none
}

.show-scrollbars {
    overflow: hidden
}

.yui-effect-fade .underlay {
    display: none
}

.yui-override-padding {
    padding: 0!important
}

.mask {
    background-color: #000;
    opacity: .75;
    filter: alpha(opacity=75)
}

.yui-panel-container.cjt_panel_animating {
    overflow: hidden
}

.default {
    padding: 4px;
    background-color: black
}

.cjt_error_dialog .details_link {
    text-align: right;
    padding-bottom: 5px
}

.cjt_error_dialog .cjt_error_details {
    overflow: auto;
    display: none;
    height: 200px;
    background-color: #f4f4f4;
    padding: 4px;
    border: 1px solid #aaa;
    font-weight: bold
}

.cjt_error_dialog .cjt_error_details pre {
    margin-top: 0;
    font-weight: normal
}

.cjt_error_dialog .http_error_notice .http_status {
    font-weight: bold;
    font-size: 13px;
    padding-bottom: 5px
}

.loader {
    height: 15px;
    background: url(/cjt/images/progress_bar.gif) repeat-x;
    border-radius: 8px;
    -moz-border-radius: 8px
}

.loader-tool {
    padding: 4px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fdfdfd), to(#d1d1d1));
    background-image: -moz-linear-gradient(#fdfdfd, #d1d1d1);
    background-image: -o-linear-gradient(#fdfdfd, #d1d1d1);
    background-image: -ms-linear-gradient(#fdfdfd, #d1d1d1);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fdfdfd", endColorstr="#d1d1d1");
    -cp-background-image: linear-gradient(#fdfdfd, #d1d1d1);
    border: 1px solid #d1d1d1;
    -moz-box-shadow: inset 0 -1px #888;
    -webkit-box-shadow: inset 0 -1px #888;
    box-shadow: inset 0 -1px #888;
    padding-top: 3px!important
}

.loader-tool:not(old_ie) {
    filter: progid:DXImageTransform.Microsoft.gradient(enabled="false");
    behavior: url(../js/ie9gradients.htc)
}

.cjt-progress-overlay .loader-tool, .cjt-progress-overlay .cjt-progress-overlay-text-container {
    width: 250px;
    text-align: left;
    margin: 0 auto
}

.cjt-progress-overlay .bd {
    padding: 0;
    margin: 0;
    background-color: transparent
}

.cjt-page-progress-overlay .bd {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    width: 100%;
    display: table
}

.cjt-page-progress-overlay .cjt-progress-overlay-body-liner {
    margin: 0 auto;
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

.cjt-progress-overlay.spinner .loader-tool {
    display: none
}

.cjt-progress-overlay.spinner .cjt-progress-overlay-text-container {
    display: inline
}

.cjt-progress-overlay.spinner .cjt-progress-overlay-text {
    background-image: url(/cjt/images/loading.gif);
    background-repeat: no-repeat;
    padding-left: 24px
}

.cjt_progress_panel_container {
    padding: 5px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 0 0 5px 5px #333;
    -webkit-box-shadow: 0 0 5px 5px#333;
    box-shadow: 0 0 5px 5px #333;
    background-color: #e6e6e6
}

.cjt_progress_panel {
    background-color: transparent;
    border: 0
}

.cjt_common_dialog_mask {
    opacity: .85;
    filter: alpha(opacity=85)
}

.cjt-progress-overlay-text-container {
    padding: 5px 2px
}

.cjt-progress-overlay-text {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 13px;
    color: #222;
    text-shadow: 0 1px 0 white
}

.current-event {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: normal;
    font-style: italic
}

.cjt-dynamicnotice-container {
    position: fixed;
    z-index: 9999;
    right: 0;
    bottom: 0;
    left: auto
}

.cjt-dynamicnotice .bd {
    color: #333;
    width: 300px;
    text-shadow: 0 1px 0 #bfbfbf;
    margin: 0 30px 30px 30px;
    border-width: 1px;
    border-style: solid;
    padding: 5px;
    border-color: #999;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: bold;
    -moz-box-shadow: 0 0 2px #888;
    -webkit-box-shadow: 0 0 2px #888;
    box-shadow: 0 0 2px #888;
    background-color: #aaa;
    background-image: -moz-linear-gradient(#ddd, #cbcbcb 15%, #999);
    background-image: -o-linear-gradient(#ddd, #cbcbcb 15%, #999);
    background-image: -ms-linear-gradient(#ddd, #cbcbcb 15%, #999);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ddd), color-stop(15%, #cbcbcb), to(#999))
}

.cjt-dynamicnotice {
    clear: both
}

.cjt-dynamicnotice-container .cjt-notice-closable .bd:hover {
    background-color: #777;
    background-image: -moz-linear-gradient(bottom, #ddd, #cbcbcb 15%, #999);
    background-image: -o-linear-gradient(bottom, #ddd, #cbcbcb 15%, #999);
    background-image: -ms-linear-gradient(bottom, #ddd, #cbcbcb 15%, #999);
    background-image: -webkit-gradient(linear, 0 100%, 0 0, from(#ddd), color-stop(15%, #cbcbcb), to(#999))
}

.cjt-dynamicnotice-container .cjt-notice-info .bd {
    color: #2b4260;
    text-shadow: 0 1px 0 #abc8e8;
    border-color: #6d8cc1;
    background-image: -moz-linear-gradient(#b3cdef, #91b2e2 15%, #6d8cc1);
    background-image: -o-linear-gradient(#b3cdef, #91b2e2 15%, #6d8cc1);
    background-image: -ms-linear-gradient(#b3cdef, #91b2e2 15%, #6d8cc1);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3cdef), color-stop(15%, #91b2e2), to(#6d8cc1))
}

.cjt-dynamicnotice-container .cjt-notice-info .cjt-notice-content {
    background-image: url(/cjt/images/info_i.png);
    background-position: 5px 0
}

.cjt-dynamicnotice-container div.cjt-notice-closable.cjt-notice-info:hover .bd {
    background-image: -moz-linear-gradient(bottom, #b3cdef, #91b2e2 15%, #6d8cc1);
    background-image: -o-linear-gradient(bottom, #b3cdef, #91b2e2 15%, #6d8cc1);
    background-image: -ms-linear-gradient(bottom, #b3cdef, #91b2e2 15%, #6d8cc1);
    background-image: -webkit-gradient(linear, 0 100%, 0 0, from(#b3cdef), color-stop(15%, #91b2e2), to(#6d8cc1))
}

.cjt-dynamicnotice-container .cjt-notice-success .bd {
    color: #455528;
    text-shadow: 0 1px 0 #c1dd8f;
    border-color: #81a446;
    background-color: #95b85d;
    background-image: -moz-linear-gradient(#c7dda2, #a8cb70 15%, #81a449);
    background-image: -o-linear-gradient(#c7dda2, #a8cb70 15%, #81a449);
    background-image: -ms-linear-gradient(#c7dda2, #a8cb70 15%, #81a449);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#c7dda2), color-stop(15%, #a8cb70), to(#81a449))
}

.cjt-dynamicnotice-container .cjt-notice-error .bd, .cjt-dynamicnotice-container .cjt-notice-error:hover .bd {
    border: 1px solid #c0392b;
    background: #e74c3c;
    text-shadow: none
}

.cjt-dynamicnotice-container .cjt-notice-success .cjt-notice-content {
    background-image: url(/cjt/images/check.png);
    background-position: 0 0
}

.cjt-dynamicnotice-container div.cjt-notice-closable.cjt-notice-success:hover .bd {
    background-color: #a5c86d;
    background-image: -moz-linear-gradient(bottom, #c7dda2, #a8cb70 15%, #81a449);
    background-image: -o-linear-gradient(bottom, #c7dda2, #a8cb70 15%, #81a449);
    background-image: -ms-linear-gradient(bottom, #c7dda2, #a8cb70 15%, #81a449);
    background-image: -webkit-gradient(linear, 0 100%, 0 0, from(#c7dda2), color-stop(15%, #a8cb70), to(#81a449))
}

.cjt-dynamicnotice-container .cjt-notice-warn .bd {
    color: #7c6829;
    text-shadow: 0 1px 0 #fde79e;
    border-color: #dfb528;
    background-color: #fcd763;
    background-image: -moz-linear-gradient(#fde5a8, #fcda73 15%, #f9c51a);
    background-image: -o-linear-gradient(#fde5a8, #fcda73 15%, #f9c51a);
    background-image: -ms-linear-gradient(#fde5a8, #fcda73 15%, #f9c51a);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fde5a8), color-stop(15%, #fcda73), to(#f9c51a))
}

.cjt-dynamicnotice-container .cjt-notice-warn .cjt-notice-content {
    background-image: url(/cjt/images/exclamation.png);
    background-position: 5px 0
}

.cjt-dynamicnotice-container .cjt-notice-warn:hover .bd {
    background-image: -moz-linear-gradient(bottom, #fde5a8, #fcda73 15%, #f9c51a);
    background-image: -o-linear-gradient(bottom, #fde5a8, #fcda73 15%, #f9c51a);
    background-image: -ms-linear-gradient(bottom, #fde5a8, #fcda73 15%, #f9c51a);
    background-image: -webkit-gradient(linear, 0 100%, 0 0, from(#fde5a8), color-stop(15%, #fcda73), to(#f9c51a))
}

.cjt-dynamicnotice-container .cjt-notice-success .cjt-notice-content, .cjt-dynamicnotice-container .cjt-notice-info .cjt-notice-content, .cjt-dynamicnotice-container .cjt-notice-warn .cjt-notice-content {
    background-repeat: no-repeat;
    padding: 3px 0 3px 20px;
    min-height: 14px
}

.cjt-dynamicnotice-container .cjt-notice-content {
    overflow: hidden
}

.cjt-dynamicnotice-container .cjt-notice-closable .bd {
    cursor: pointer
}

.cjt-page-callback-messages {
    margin: 4px 0 0 0
}

ul.cjt-page-callback-messages li, .cjt-page-callback-main-error {
    white-space: pre-wrap
}

.cjt-notice-content a {
    text-decoration: underline
}

.cjt-notice-content a:hover {
    text-decoration: none
}

.preloadedImage {
    position: absolute;
    display: none;
    top: 0
}