

.levelUpItem{
    cursor: pointer !important;
    margin-right: 5px;
}

.clearItem{
    cursor: pointer !important;
    margin-right: 5px;
}

.catalogItem{
    padding-left: 5px !important;
    /*background: url("../images/xp/folder.png") 0 50% no-repeat !important;*/
}

.catalogItem:hover{
    background-color: #45BBE1 !important;
    color: white !important;
    text-decoration: none;
}

.catalogItem img{
    margin-right: 5px;
    vertical-align: bottom;
}

.userItem{

}

.userItem:hover{
    background-color: #45BBE1 !important;
    color: white !important;
    text-decoration: none;
}

.exportSetListElement{
    height: 150px;
    overflow-y: auto;
}

.directoryStructureElement,
.nameArchiveValueElement{
    width: 500px;
}

.exportUriListElement,
.moralistUserListElement,
.externalCatalogListElement{
    height: 150px;
    overflow-y: auto;
}

.presentationsListAfterFields{
    border-top: 1px dotted #aaaaaa;
    padding-top: 5px;
    margin-top: 5px !important;
}


.export-profile-selector-outer{
    position: relative;
}

.profile-action-link{
    border: 1px solid #dddddd;
    border-radius: 10px 0 0 10px ;
    background: #f7f7f7 url("../images/download-16.png") 10px 50% no-repeat;
    padding: 2px 10px 2px 30px;
    text-decoration: none;
    color: #bbbbbb;
    line-height: 20px;
    cursor: pointer;
    white-space: nowrap;
}

.profile-action-link:hover{
    background: #eeeeee url("../images/download-16.png") 10px 50% no-repeat;
    color: #999999;
}

.export-profile-selector-outer-no-arrow .profile-action-link{
    border-radius: 10px;
    padding: 2px 15px 2px 30px;
}

.open-profiles-list{
    border: 1px solid #dddddd;
    border-radius: 0 10px 10px 0;
    background: #f7f7f7 url("../images/selectBox-arrow.gif") 5px 50% no-repeat;
    padding: 2px 10px 2px 10px;
    text-decoration: none;
    color: #bbbbbb;
    line-height: 20px;
    cursor: pointer;
    margin-left: 2px;
}

.open-profiles-list:hover{
    background: #eeeeee url("../images/selectBox-arrow.gif") 5px 50% no-repeat;
    color: #999999;
}

.profiles-list{
    display: none;
    top: 19px;
    left: 0;
    position: absolute;
    width: 250px;
    border: 1px solid #dddddd;
    background: white;
    z-index: 2500;
}

.profiles-list li{
    display: block;
    padding: 3px;
    margin: 1px;
    border: 1px solid white;
    cursor: pointer;
    background: white;

}

.profiles-list li:hover{
    border: 1px solid #dddddd;
    margin: 1px;
    background: #eeeeee /*!important;*/;
}



.add-export-profile-button-outer{
    padding-bottom: 5px;
}

.export-profile-tab{
    border: 1px dotted #808080;
    padding: 10px 5px 5px 10px;
}

.export-max-count-outer{
    float: right;
    padding-top: 5px;
}

.export-profile-list{
    overflow-y: auto;
}

.types-header{
    padding: 0 0 5px;
    height: 32px;
}

.types-header .copy-profile,
.types-header .select-all-in-all-types,
.types-header .unselect-all-in-all-types{
    float: right;
}

.set-default-profile-link{
    text-decoration: none;
}


.portalMode #staticFilters{
    margin-bottom: 0;
    background: #EFEFEF;
    border: 0 solid #EFEFEF;
    border-radius: 6px;
    text-align: right;
}

.portalMode #staticFilters a{
    font-size: 14px;
    margin: 0 0 0 20px;
}

.portalMode #resultCount{
    font-size: 16px;
}

.portalMode .removeAllTasks{
    font-size: 14px;
    color: #B80308;
    text-decoration: underline !important;
}

.portalMode .resultsListHeader{
    padding: 0 !important;
}

.portalMode .lastFilters{
    /*padding: 5px 0 !important;*/
}