.document-frame-block {
  margin: 0;
  height: 500px;
}

.document-block {
  height: 95%;
  background-color: white;
  border: solid 1px black;
  margin: 10px;
}

.document-menu-block {
  background-color: #c9c8ab;
  float: left;
  width: 100%;
  height: 8%;
  border-bottom: solid 2px black;
}

.document-menu-block-open {
  background-color: #c9c8ab;
  float: left;
  width: 100%;
  height: 20%;
  border-bottom: solid 2px black;
}

.document-menu-left-block {
  padding-left: 5px;
  float: left;
}

.document-menu-right-block {
  padding-top: 5px;
}

.document-menu-block-content {
  text-align: right;
  padding-right: 20px;
  padding-bottom: 5px;
}

.document-menu-block-content2 {
  text-align: right;
  margin-top: 15px;
}

.document-content-block {
  float: left;
  position: relative;
  width: 100%;
  height: 432px;
  margin: 0px;
  padding: 0px;
  vertical-align: top;
  font-size: 12px;
}

.document-content-block-lowered {
  float: left;
  position: relative;
  width: 100%;
  height: 374px;
  margin: 0px;
  padding: 0px;
  vertical-align: top;
  font-size: 12px;
}

.document-tree-block {
  position: absolute;
  left: 0;
  top: 0;
  border-right: solid 2px black;
  height: 100%;
  width: 25%;
}

.document-tree-block-content {
  float: left;
  vertical-align: top;
  padding: 5px;
  width: 160px;
  overflow: auto; /*overflow-y: auto;*/
  max-height: 500px;
}

.document-folder-block {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0px;
  height: 100%;
  width: 74%;
  overflow: auto;
}

.document-folder-block-content {
  height: auto;
  max-height: 400px;
  overflow: auto;
}

/*.document-folder-block-content {
	vertical-align: top;
 	margin: 0px;
 	padding: 0px;
 	height: 100%;
}*/
.document-file-upload {
}

.document-edit-block {
  background-color: #c9c8ab;
  padding: 10px;
  margin: 5px;
  margin-bottom: 10px;
}

.document-select-form-upload {
  width: 95%;
  height: 200px;
  background-color: white;
  border: 1px solid #3a3a3a;
  overflow: auto;
  padding: 5px;
}

.document-folder-select-form {
  height: 200px;
  background-color: white;
  overflow: auto;
  margin: 5px;
}

.document-select-form {
  height: 200px;
  background-color: white;
  overflow: auto;
  margin: 5px;
}

.document-tree {
  padding-left: 0px;
  margin-left: 0px;
}

.document-sub-tree {
  padding-left: 20px;
  margin-left: 0px;
}

.document-link {
  color: #3a3a3a;
  text-decoration: none;
}

.document-link:hover {
  color: #3a3a3a;
  text-decoration: none;
}

.document-link-selected {
  color: #3a3a3a;
  text-decoration: none;
  font-weight: bold;
}

.document-home-link {
  color: #3a3a3a;
  text-decoration: none;
  font-size: 32px;
}

.document-home-link:hover {
  color: #3a3a3a;
  text-decoration: none;
}

.document-grid {
  border-spacing: 0px;
  width: 97%;
  margin: 0px;
}

.document-grid-body-row:hover {
  background-color: #f2f2f2; /*#f7f0e2;*/
}

.document-name {
}

.document-grid-body-cell {
  margin-left: 2px;
  padding: 2px 2px 2px 4px;
  vertical-align: middle;
}

.document-grid-body-cell-right {
  text-align: right;
  padding-right: 10px;
}

.document-properties-element {
  width: 200px;
}

.document-properties-cell {
  padding-bottom: 5px;
}

.document-item {
  padding-left: 18px;
}

.document-icon-ms-access {
  background-position: 0 0px;
  background-image: url(/_static/document/images/document_icons_sprite_cut.png);
  background-repeat: no-repeat;
  white-space: nowrap;
}

.document-icon-ms-excel {
  background-position: 0 -32px;
  background-image: url(/_static/document/images/document_icons_sprite_cut.png);
  background-repeat: no-repeat;
  white-space: nowrap;
}

.document-icon-html {
  background-position: 0 -64px;
  background-image: url(/_static/document/images/document_icons_sprite_cut.png);
  background-repeat: no-repeat;
  white-space: nowrap;
}

.document-icon-image {
  background-position: 0 -96px;
  background-image: url(/_static/document/images/document_icons_sprite_cut.png);
  background-repeat: no-repeat;
  white-space: nowrap;
}

.document-icon-other {
  background-position: 0 -128px;
  background-image: url(/_static/document/images/document_icons_sprite_cut.png);
  background-repeat: no-repeat;
  white-space: nowrap;
}

.document-icon-pdf {
  background-position: 0 -160px;
  background-image: url(/_static/document/images/document_icons_sprite_cut.png);
  background-repeat: no-repeat;
  white-space: nowrap;
}

.document-icon-ms-power-point {
  background-position: 0 -192px;
  background-image: url(/_static/document/images/document_icons_sprite_cut.png);
  background-repeat: no-repeat;
  white-space: nowrap;
}

.document-icon-audio {
  background-position: 0 -224px;
  background-image: url(/_static/document/images/document_icons_sprite_cut.png);
  background-repeat: no-repeat;
  white-space: nowrap;
}

.document-icon-text {
  background-position: 0 -256px;
  background-image: url(/_static/document/images/document_icons_sprite_cut.png);
  background-repeat: no-repeat;
  white-space: nowrap;
}

.document-icon-video {
  background-position: 0 -288px;
  background-image: url(/_static/document/images/document_icons_sprite_cut.png);
  background-repeat: no-repeat;
  white-space: nowrap;
}

.document-icon-ms-word {
  background-position: 0 -320px;
  background-image: url(/_static/document/images/document_icons_sprite_cut.png);
  background-repeat: no-repeat;
  white-space: nowrap;
}

.document-icon-zip {
  background-position: 0 -352px;
  background-image: url(/_static/document/images/document_icons_sprite_cut.png);
  background-repeat: no-repeat;
  white-space: nowrap;
}

.document-folder {
  background-position: 0 -384px;
  background-image: url(/_static/document/images/document_icons_sprite_cut.png);
  background-repeat: no-repeat;
  white-space: nowrap;
  font-weight: normal;
}

.document-item-folder {
  background-position: 0 -384px;
  background-image: url(/_static/document/images/document_icons_sprite_cut.png);
  background-repeat: no-repeat;
  white-space: nowrap;
}

.document-folder-open {
  background-position: 0 -416px;
  background-image: url(/_static/document/images/document_icons_sprite_cut.png);
  background-repeat: no-repeat;
  white-space: nowrap;
  font-weight: normal;
}

.document-folder-active {
  background-position: 0 -416px;
  background-image: url(/_static/document/images/document_icons_sprite_cut.png);
  background-repeat: no-repeat;
  white-space: nowrap;
  font-weight: bold;
}

.document-folder-up {
  background-position: 0 -448px;
}

.document-download {
  background-position: 0 -480px;
  background-image: url(/_static/document/images/document_icons_sprite_cut.png);
  background-repeat: no-repeat;
  white-space: nowrap;
}

.document-trash {
  background-position: 0 -512px;
  background-image: url(/_static/document/images/document_icons_sprite_cut.png);
  background-repeat: no-repeat;
  white-space: nowrap;
}

.document-edit {
  background-position: 0 -544px;
  background-image: url(/_static/document/images/document_icons_sprite_cut.png);
  background-repeat: no-repeat;
  white-space: nowrap;
}

.document-item-folder-up {
  background-image: url(/_static/document/images/document_icons_sprite_cut.png);
  background-repeat: no-repeat;
  white-space: nowrap;
}

.document-icon-trash {
  background-image: url(/_static/document/images/document_icons_sprite_cut.png);
  background-repeat: no-repeat;
  white-space: nowrap;
}

.document-block .document-folder-open {
  height: 22px;
  line-height: 16px;
}

.document-block .document-folder-active {
  height: 22px;
  line-height: 16px;
}

.document-block .document-item-folder-up {
  height: 22px;
  line-height: 16px;
}

.document-block .document-icon-ms-word {
  height: 22px;
  line-height: 16px;
  padding-left: 20px;
  padding-top: 2px;
}

.document-block .document-icon-video {
  height: 22px;
  line-height: 16px;
  padding-left: 20px;
  padding-top: 2px;
}

.document-block .document-icon-ms-excel {
  height: 22px;
  line-height: 16px;
  padding-left: 20px;
  padding-top: 2px;
}

.document-block .document-icon-image {
  height: 22px;
  line-height: 16px;
  padding-left: 20px;
  padding-top: 2px;
}

.document-block .document-icon-pdf {
  height: 22px;
  line-height: 16px;
  padding-left: 20px;
  padding-top: 2px;
}

.document-block .document-folder {
  height: 22px;
  line-height: 16px;
  padding-left: 20px;
  padding-top: 2px;
}

.document-block .document-item-folder {
  height: 22px;
  line-height: 16px;
  padding-left: 20px;
  padding-top: 2px;
}

.document-block .document-icon-html {
  height: 22px;
  line-height: 16px;
  padding-left: 20px;
  padding-top: 2px;
}

.document-block .document-icon-ms-power-point {
  height: 22px;
  line-height: 16px;
  padding-left: 20px;
  padding-top: 2px;
}

.document-block .document-icon-trash {
  height: 22px;
  line-height: 16px;
  padding-left: 20px;
  padding-top: 2px;
}

.document-block .document-icon-ms-access {
  height: 22px;
  line-height: 16px;
  padding-left: 20px;
  padding-top: 2px;
}

.document-block .document-trash {
  height: 22px;
  line-height: 16px;
  padding-left: 16px;
  font-size: 14px;
}

.document-block .document-edit {
  height: 22px;
  line-height: 16px;
  padding-left: 16px;
  font-size: 14px;
}

.document-block .document-icon-other {
  height: 22px;
  line-height: 16px;
  padding-left: 20px;
  padding-top: 2px;
}

.document-block .document-icon-audio {
  height: 22px;
  line-height: 16px;
  padding-left: 20px;
  padding-top: 2px;
}

.document-block .document-download {
  height: 22px;
  line-height: 16px;
  padding-left: 16px;
  font-size: 14px;
}

.document-block .document-icon-text {
  height: 22px;
  line-height: 16px;
  padding-left: 20px;
  padding-top: 2px;
}

.document-block .document-icon-zip {
  height: 22px;
  line-height: 16px;
  padding-left: 20px;
  padding-top: 2px;
}

.document-icon-home {
  background: url(/_static/document/images/icon_home.gif) no-repeat center left;
  padding-left: 32px;
  height: 32px;
  margin-left: 32px;
}

.document-folder-hover {
  background-color: #f2f2f2; /*#f7f0e2;*/
}

.document-block  .document-folder-open {
  padding-left: 20px;
  padding-top: 2px;
}

.document-block  .document-folder-active {
  padding-left: 20px;
  padding-top: 2px;
}

.document-block  .document-item-folder-up {
  padding-left: 20px;
  padding-top: 2px;
}

.document-form-header {
  font-weight: bold;
}

/* allow drop and drag */
.document-draggable {
  position: static;
}

.document-loading {
  background: url(/_static/document/images/wait.gif) no-repeat;
  background-position: center -10px;
  width: 100%;
  height: 100%;
}


