.tree-container {
  width: auto;
  min-height: 600px;
  min-width: 900px;
}

.tree-pane {
  width: 25%;
  min-width: 200px;
  min-height: 560px;
  max-height: 560px;
  border: 1px solid #5555aa;
  margin: 1px;
  padding: 3px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  overflow: auto;
}

.tree-pane a {
  text-decoration: none;
  color: #5555aa;
}

.tree-pane a:hover {
  text-decoration: none;
  font-weight: bold;
  color: #5555aa;
  background-color: #ffffff;
}
.ssresults-pane {
    border: 1px solid #5555aa;
    margin: 1px;
    padding: 3px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    width: 50%;
}
.ssresults-item {
    border: 1px solid #5555aa;
    margin: 1px;
    padding: 3px;
}
.ssresults-name {
    font-size: 10px;
    font-family: 'Arial', sans-serif;
}
.ssresults-hierarchy {
    font-size: 12px;
    font-family: 'Arial', sans-serif;
    font-style: italic;
}
.ss-selected-filters {
    font-size: 14px;
    font-family: 'Arial', sans-serif;
    height: 30px;
}
.assign {
    margin-left: 5px;
}
.imageassign {
    padding: 5px;
}
.sresult {
    margin-left: 5px;
}
.unassign {
    margin-left: 5px;
}
.ssfilters-pane {
    border: 1px solid #5555aa;
    margin: 1px;
    padding: 3px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    overflow: auto;
    position: absolute;
    background-color: white;
    min-width: 60%;
}
.sstree-pane {
    position: absolute;
    border: 1px solid #5555aa;
    margin: 1px;
    padding: 3px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    overflow: auto;
    min-height: 700px;
    width: 95%;
}
.filter-heading {
    padding: 10px;
    font-size: x-large;
}
#show-filters {
    padding: 10px;
    font-size: x-large;
    cursor: pointer;
}

.sstree-pane a {
    text-decoration: none;
    color: #5555aa;
}


#ss-tree .expandable-hitarea {
    background: url(images/folder-closed.gif) ;
    height: 16px;
    width: 16px;
    margin-left: -16px;
    float: left;
    cursor: pointer;
    padding: 1px 3px;
    background-repeat: no-repeat;
}
#ss-tree .collapsable-hitarea {
    background: url(images/folder.gif) ;
    height: 16px;
    width: 16px;
    margin-left: -16px;
    float: left;
    cursor: pointer;
    padding: 1px 3px;
    background-repeat: no-repeat;
}
#ss-tree li.lastCollapsable { background-image: url(images/folder.gif); }
#ss-tree li.lastExpandable { background-image: url(images/folder-closed.gif); }
#ss-tree .leaf {
    background: url(images/file.gif) ;
    height: 16px;
    width: 16px;
    margin-left: -16px;
    float: left;
    cursor: pointer;
    padding: 1px 3px;
    background-repeat: no-repeat;
}
#ss-tree input:checked + a { color: green}
.category-detail-pane {
  width: 73%;
  min-width: 400px;
  min-height: 560px;
  border: 1px solid #5555aa;
  margin: 1px;
  padding: 3px;
  border-radius: 3px;
  -moz-border-radius: 3px;
}

.controls {
  background-color: #edf6ff;
  border: 1px solid #5555aa;
  border-radius: 3px;
  -moz-border-radius: 3px;
}

.generic-button-cell {
  width: 40px;
}

.contents-list {
  min-height: 420px;
  max-height: 420px;
  width: 100%;
  overflow: auto;
}

.content-list-table {
  width: 100%;
}

.find-family-list-table {
    width: 100%;
}

.icon-cell {
  align: left;
  width: 50px;
}

.spacer-cell {
  width: 100px;
}

.name-cell {
}

.icon-cell {
  width: 50px;
  align: left;
}

.second-icon-cell {
  width: 50px;
  align: left;
}

.odd-content-name {
  background-color: #edf6ff;
}

.editor-pane {
  min-height: 110px;
  max-height: 110px;
}

.content-top-title {
  font-size: 25px;
}

.detail-right {
  min-width: 200px;
}

.image-right-div {
  border: 1px solid #5555aa;
  border-radius: 3px;
  -moz-border-radius: 3px;
  padding: 2px;
}

.clickable-image {
}

.clickable-image-normal {
}

.clickable-image-active {
  border: 1px solid #5555aa;
  background-color: #edf6ff;
}

.filebutton {
  width:30px;
  height:20px;
  overflow:hidden;
  position:relative;
  background-color:#ccc;
}

.filebutton span input {
  z-index: 999;
  width: 30;
  line-height: 0;
  font-size: 12px;
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  opacity: 0;
  filter: alpha(opacity = 0);
  -ms-filter: "alpha(opacity=0)";
  cursor: pointer;
  _cursor: hand;
  margin: 0;
  padding:0;
}

/* buttons styles to show they are being clicked */
.button {
  font-size: 28px;
  border-radius: 4px;
  -moz-border-radius: 4px;
}

.button-new-category-up {
  background-image: url("images/new-category.png");
  background-repeat: no-repeat;
}
.button-new-category-down {
  background-image: url("images/new-category-down.png");
  background-repeat: no-repeat;
}

.button-top-new-category-up {
  background-image: url("images/new-category.png");
  background-repeat: no-repeat;
}
.button-top-new-category-down {
  background-image: url("images/new-category-down.png");
  background-repeat: no-repeat;
}

.button-add-family-up {
  background-image: url("images/add-family.png");
  background-repeat: no-repeat;

}
.button-add-family-down {
  background-image: url("images/add-family-down.png");
  background-repeat: no-repeat;
}

.button-image-upload-up {
  background-image: url("images/image-upload.png");
  background-repeat: no-repeat;
}
.button-image-upload-down {
  background-image: url("images/image-upload-down.png");
  background-repeat: no-repeat;
}

.button-save-name-up {
  background-image: url("images/save-name.png");
  background-repeat: no-repeat;
}
.button-save-name-down {
  background-image: url("images/save-name-down.png");
  background-repeat: no-repeat;
}

.odd-row {
  background-color: #dfddff;
}

.even-row {
  background-color: #ffffff;
}

.summary-div {
  padding-right: 17px;
}

/* Special classes for the Move Category Dialog */
.dialog-treeview {
  min-width: 220px;
  max-width: 220px;
  min-height: 560px;
  max-height: 560px;

}

.dialog-details {
  max-width: 375px;
  overflow: auto;
}
