html {
  height: 100%
}

body {
  margin: 0px;
  height: 100%;
  background: #fff;
}

.absmid {
  vertical-align: middle
}

.hideLong {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 150px;
  margin-top: 3px;
}

img, a:link img, a:visited img {
  border-style: none
}

a img {
  color: #FFFFFF
}

.flpager {
  border-top: solid 1px #919b9c;
  padding-left: 13px;
  font: normal 11px Tahoma, Verdana, Arial;
  color: GrayText
}

.flpager a, .flpager b {
  background: url("/images/pager.gif?1608900634") no-repeat;
  display: block;
  width: 31px;
  height: 14px;
  float: left;
  position: relative;
  text-align: center;
  margin-left: -7px;
  color: #000000
}

.flpager a:link, .flpager a:visited {
  background-position: left -18px;
  text-decoration: none;
  color: #000000
}

.flpager a:hover {
  background-position: left -35px;
  color: #000000
}

.flpager b {
  height: 15px;
  margin-top: -1px;
  z-index: 999
}

.flpager span {
  padding-right: 2px
}

.threeDPlain {
  background-color: ThreeDFace;
}

/*new styles*/

.miniFolderFilelist {
  position: relative;
}

.miniFolderFilelist.embed .contents {
  overflow: auto;
}

body.miniFolderHtml {
  height: 100%;
  width: 100%;
  min-width: 100%;
  overflow: hidden;
}

.IE8 .miniFolderFilelist {
  height: 100%;
  width: 100%;
  overflow: auto;
}

.miniFolderFilelist * {
  font: 11px "Lucida Grande", Arial, sans-serif;
}

.widgetHeader {
  width: 100%;
  font: menu;
}

wbr {
  display: inline-block;
}

.overall {
  width: 100%;
  height: 100%
}

.caption a {
  color: CaptionText;
}

.header {
  color: ButtonText;
  background: ThreeDFace;
  border-top: solid 1px ThreeDHighlight;
  border-right: solid 1px ThreeDShadow;
  border-bottom: solid 1px ThreeDShadow;
  height: 22px;
  position: relative;
  padding: 0 5px;
}

.downLinkIcon {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 10px;
  height: 10px;
}

.caption {
  color: #000;
  background: #61b0ff;
  height: 16px;
  padding: 4px 5px;
  font: 10px "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
}

.noFilesPlaceholder {
  text-align: center;
  font-size: 18px;
  color: #585b55;
  margin-top: 10%;
  padding-top: 45%;
  background: url(/images/icons/minifolder-empty-placeholder.png?3533994390) no-repeat center top;
  cursor: default;
}

.miniFolderItem {
  display: block;
  text-decoration: none;
  height: 29px;
  border-bottom: 1px solid #ecf0f2;
  position: relative;
}

.miniFolderItem .itemName {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #585b55;
  padding: 6px 30px;
}

.IE8 .miniFolderItem .itemName {
  white-space: normal;
  height: 16px;
  padding: 0 30px;
  margin-top: 6px;
  cursor: pointer;
}

.miniFolderItem img {
  position: absolute;
  left: 10px;
  top: 6px;
}

.miniFolderItem i {
  position: absolute;
  width: 14px;
  height: 14px;
  right: 14px;
  top: 6px;
  background: url(/images/icons/down-icon-small-blue.png?1935980579) no-repeat 0 0;
  cursor: pointer;
}

.miniFolderItem:nth-of-type(even) {
  background-color: #fafbfc;
}

.miniFolderItem:hover {
  color: #0574b5;
  background-color: #f4f4f4;
}

.miniFolderItem.miniFolderShowMore {
  background-image: none;
  text-align: center;
}

.miniFolderFilelist .slimScrollBar {
  right: 3px !important;
}

.contents {
  overflow: hidden;
}