/* Generated by KompoZer */
.window-container {
  font-family: Arial,Helvetica,sans-serif;
  font-size: small;
  text-align: center;
  left: 25%;
  top: 8px;
  position: fixed;
  background-color: transparent;
}
.window-title {
  float: left;
}
.window-titleBar {
  padding: 1px;
  width: 100%;
  text-indent: 3px;
  font-family: Arial;
  font-variant: normal;
  font-weight: bold;
  color: #ffffff;
  overflow: hidden;
  background-color: #ce1126;
  font-size: 12px;
}
.window-content {
  border-color: #3333ff;
  border-width: 1px;
  width: 100%;
  height: 100%;
  font-size: 13px;
  font-family: verdana;
  background-color: transparent;
}
.window-statusBar {
  border: 1px solid #3333ff;
  width: 100%;
  text-indent: 3px;
  font-family: Arial;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: normal;
  font-size-adjust: none;
  font-stretch: normal;
  background-color: #99ccff;
  color: #ffffff;
  overflow: hidden;
}
.window-minimizeButton {
  position: absolute;
  right: 40px;
  top: 2px;
  cursor: pointer;
}
.window-maximizeButton {
  position: absolute;
  right: 20px;
  top: 2px;
  cursor: pointer;
}
.window-closeButton {
  background-repeat: no-repeat;
  background-position:  center center;
  background-image: url(./Images/cross.png);
  background-color: white;
  float: right;
  position: relative;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.window-resizeIcon {
  float: right;
  cursor: nw-resize;
}
