.background-clip-padding {
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
}
.fill {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.teamDocMain {
  position: absolute;
  top: 30px;
  right: auto;
  bottom: 0;
  left: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 200px;
  font-size: 12px;
  background: #E5E5E5;
  overflow-y: auto;
  overflow-x: hidden;
}
.teamDocMain h2 {
  font-size: 16px;
  font-weight: 100;
  color: #d1861f;
  padding: 10px 10px 2px;
  margin-top: 10px;
  border-top: 1px solid silver;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.66);
  text-shadow: 0 0 0 transparent, 0 1px 0 rgba(255, 255, 255, 0.75);
  cursor: pointer;
}
.teamDocMain h2:before {
  content: "▾";
  margin-right: 3px;
  position: relative;
  top: -1px;
  right: auto;
  bottom: auto;
  left: auto;
}
.teamDocMain h2.collapsed:before {
  content: "▸";
}
.teamDocMain h3 {
  font-weight: normal;
  color: #d1861f;
  padding: 5px 10px 0;
}
.teamDocMain input[type="search"] + h2 {
  border: 0;
  box-shadow: none;
  padding-top: 0;
}
.teamDocMain .tdList {
  padding: 0 10px 0 7px;
}
.teamDocMain .tdList li {
  border: 1px solid transparent ;
  height: 18px;
  margin-top: -1px;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
.teamDocMain .tdList a {
  padding-left: 3px;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.teamDocMain .tdList li:hover a {
  right: 16px;
}
.teamDocMain .tdList button {
  display: none;
  border-width: 0 0 0 1px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 18px;
  width: 16px;
}
.teamDocMain .tdList li:hover, .teamDocMain .tdList .selected, .teamDocMain .tdList .dragOver {
  background: #ffe6c6;
  background: -moz-linear-gradient(#fff9f1, #ffe9cd);
  background: -webkit-linear-gradient(#fff9f1, #ffe9cd);
  background: -o-linear-gradient(#fff9f1, #ffe9cd);
  background: linear-gradient(#fff9f1, #ffe9cd);
}
.teamDocMain .tdList li:hover, .teamDocMain .tdList .selected, .teamDocMain .tdList li:hover button {
  border-color: #ffd7a3;
}
.teamDocMain .tdList li:hover button {
  display: block;
}
.teamDocMain .tdList .unread {
  font-weight: bold;
}
.teamDocMain input {
  margin: 2px 10px 10px;
}
.teamDocMain input:first-child {
  margin: 10px 10px 0;
}
.teamDocMain h2 img:first-child {
  left: 10px;
  position: relative;
  top: -3px;
}
.subList .pin, .searchList .pin, .normalPri .pin {
  background: url(img/pin-small-gray.png) 3px 4px no-repeat;
}
.pinList .pin, .highPri .pin {
  background: url(img/cross-small-gray.png) 3px 4px no-repeat;
}
.selectedPage {
  position: absolute;
  top: 30px;
  right: 0;
  bottom: 0;
  left: 200px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: white;
}

