.mask {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    top: 0;
}

.uiBase .rightActionGroup {
    float: right;
}

.uiBase .actionRow {
    margin-bottom: 10px;
}

.uiBase .rowDeleteButton {
    background: url('../images/ico-delete.png') no-repeat;
    width: 11px;
    height: 13px;
    border: none;
    box-shadow: none;
}

.uiBase .leftActionGroup .compButton {
    margin-left: 10px;
}

.uiBase .compPager .select {
    width: auto !important;
}

.uiBase .compDataTable .compCheckbox input {
    box-shadow: none;
    margin: 0;
}

.uiBase .rightActionGroup .downloadButton {
    padding: 4px 12px;
    border: 1px solid #cecece;
    box-shadow: inset 0 1px 0 #fff;
    border-radius: 2px 2px 2px 2px;
    cursor: pointer;
    text-shadow: 0 1px 0 #fff;
    font-weight: bold;
    font-size: 12px;
    color: #444;
    /*background: #f8f8f8;*/
    box-shadow: 0 1px 1px rgba(0,0,0,0.08);
    background: #f9f9f9; /* Old browsers */
    background: -moz-linear-gradient(top,  #f9f9f9 0%, #efefef 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f9f9f9 0%,#efefef 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f9f9f9 0%,#efefef 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f9f9f9 0%,#efefef 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f9f9f9 0%,#efefef 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */

    display: block;
    line-height: 1.5;
    text-decoration: none;
    margin-left: 10px;
}

.uiBase .compDialogBoxPMP .compMessage .msgHolder {
    width: 250px;
}

.uiBase .compDialogBoxPMP .popupArticle {
    height: auto !important;
}

.uiBase .failedUploadedUrlsDownloadLink a {
    margin-right: 10px;
}

.uiBase .failedUploadedUrlsDownloadLink .compLabel {
    font-size: 10px;
}
