﻿iframe {
  margin: 0;
  padding: 0;
}

.mdsFrame {
  position: absolute;
  border-top: solid 1px #fff;
  border-right: solid 1px #000;
  border-bottom: solid 1px #000;
  border-left: solid 1px #fff;
}
.mdsFrameContent {
  position: absolute;
  left: 5px;
  top: 25px;
  right: 5px;
  bottom: 5px;
  background-color: #ccc;
}
#divHideFrames {
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  background-color: #000;
  text-align: center;
  z-index: 1000000;
  left: 0;
}
.mdsFrameTitle {
  position: absolute;
  left: 5px;
  top: 5px;
  right: 5px;
  height: 18px;
  color: #000;
  background-color: #ccc;
  border-top: solid 1px #000;
  border-right: solid 1px #fff;
  border-bottom: solid 1px #000;
  border-left: solid 1px #000;
  text-align: left;
  font-size: 14px;
  cursor: pointer;
  overflow: hidden;
}
.mdsFrameTitle.focus {
  color: #fff;
  background-color: #00c;
}
.mdsFrameTitle span {
  overflow: hidden;
  white-space: nowrap;
}
.CloseBtn {
  position: absolute;
  top: 1px;
  right: 1px;
  margin: 1px;
}
.MaximizeBtn {
  position: absolute;
  top: 1px;
  right: 19px;
  margin: 1px;
}
.MinimizeBtn {
  position: absolute;
  top: 1px;
  right: 37px;
  margin: 1px;
}
.CloseBtn:hover, .MaximizeBtn:hover, .MinimizeBtn:hover {
  border-top: solid 1px #fff;
  border-right: solid 1px #000;
  border-bottom: solid 1px #000;
  border-left: solid 1px #fff;
  margin: 0;
  background-color: #ccc;
}
.CloseBtn img, .MaximizeBtn img, .MinimizeBtn img {
  border: none;
}

.mdsFrameTopLeft {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 18px;
  height: 5px;
  background-color: #aaa;
  border-top: none;
  border-right: solid 1px #000;
  border-bottom: none;
  border-left: none;
  cursor: nw-resize;
}
.mdsFrameTop {
  position: absolute;
  left: 19px;
  top: 0px;
  right: 19px;
  height: 5px;
  background-color: #aaa;
  border-top: none;
  border-right: solid 1px #000;
  border-bottom: none;
  border-left: solid 1px #fff;
  cursor: n-resize;
}
.mdsFrameTopRight {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 18px;
  height: 5px;
  background-color: #aaa;
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: solid 1px #fff;
  cursor: ne-resize;
}
.mdsFrameLeftUpper {
  position: absolute;
  left: 0px;
  top: 5px;
  width: 5px;
  height: 15px;
  background-color: #aaa;
  border-top: none;
  border-right: none;
  border-bottom: solid 1px #000;
  border-left: none;
  cursor: nw-resize;
}
.mdsFrameRightUpper {
  position: absolute;
  right: 0px;
  top: 5px;
  width: 5px;
  height: 15px;
  background-color: #aaa;
  border-top: none;
  border-right: none;
  border-bottom: solid 1px #000;
  border-left: none;
  cursor: ne-resize;
}
.mdsFrameLeft {
  position: absolute;
  left: 0px;
  top: 21px;
  width: 5px;
  bottom: 21px;
  background-color: #aaa;
  border-top: solid 1px #fff;
  border-right: none;
  border-bottom: solid 1px #000;
  border-left: none;
  cursor: w-resize;
}
.mdsFrameRight {
  position: absolute;
  right: 0px;
  top: 21px;
  width: 5px;
  bottom: 21px;
  background-color: #aaa;
  border-top: solid 1px #fff;
  border-right: none;
  border-bottom: solid 1px #000;
  border-left: none;
  cursor: e-resize;
}
.mdsFrameLeftLower {
  position: absolute;
  left: 0px;
  bottom: 5px;
  width: 5px;
  height: 15px;
  background-color: #aaa;
  border-top: solid 1px #fff;
  border-right: none;
  border-bottom: none;
  border-left: none;
  cursor: sw-resize;
}
.mdsFrameRightLower {
  position: absolute;
  right: 0px;
  bottom: 5px;
  width: 5px;
  height: 15px;
  background-color: #aaa;
  border-top: solid 1px #fff;
  border-right: none;
  border-bottom: none;
  border-left: none;
  cursor: se-resize;
}
.mdsFrameBtmLeft {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 18px;
  height: 5px;
  background-color: #aaa;
  border-top: none;
  border-right: solid 1px #000;
  border-bottom: none;
  border-left: none;
  cursor: sw-resize;
}
.mdsFrameBtm {
  position: absolute;
  left: 19px;
  bottom: 0px;
  right: 19px;
  height: 5px;
  background-color: #aaa;
  border-top: none;
  border-right: solid 1px #000;
  border-bottom: none;
  border-left: solid 1px #fff;
  cursor: s-resize;
}
.mdsFrameBtmRight {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 18px;
  height: 5px;
  background-color: #aaa;
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: solid 1px #fff;
  cursor: se-resize;
}
