﻿/* --- Windows 98/2000 look, IE6-safe --- */
html, body {
  height: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.w2k-window {
  background: ThreeDFace;           /* system colors = authentic + IE6-safe */
  border: 2px solid;
  border-color: #FFFFFF ThreeDDarkShadow ThreeDDarkShadow #FFFFFF;
  overflow: hidden;
  font: 11px/1.2 Tahoma, "MS Sans Serif", sans-serif;
  display: block;
  box-sizing: border-box;
}

.w2k-titlebar {
  height: 16px;
  padding: 2px 2px 2px 6px;
  position: relative;
  
  cursor: move;
  border-bottom: 1px solid #A0A0A0;
  z-index: 10;
}
.w2k-titlebar.active {
  background-image: url('windowbg.png');
  background-repeat: no-repeat;
  background-color: #A6CAF0;
  color: #FFFFFF;
}
.w2k-titlebar.inactive {
  background: #CCCCCC;
  color: #666666;
}

.w2k-title {
  display: inline-block;
  font-weight: bold;
  line-height: 18px;
  /* subtle embossed text look */
  /*filter: progid:DXImageTransform.Microsoft.DropShadow(Color=#60ffffff, OffX=1, OffY=1);*/
}

.w2k-buttons-titlebar {
  position: absolute;
  right: 3px;
  top: 2px;
  height: 18px;
  display: flex;
  align-items: center;
}

.w2k-btn-titlebar {
  display: inline-block;
  width: 16px;
  text-align: center;
  text-decoration: none;
  cursor: default;
  border: none;
  color: WindowText;
  font-weight: bold;
}
/* Removed .w2k-btn:active to avoid CSS-based pressed effect for compatibility with JS image swap */

.w2k-content {
  padding: 0 0 19px 0;
  /*padding: 0px; / usedtobe8*/
  overflow: auto;
  background: #D4D0C8;
  color: WindowText;
  border-top: 1px solid #FFFFFF;
  border-left: 1px solid #FFFFFF;
  border-right: 1px solid #A0A0A0;
  border-bottom: 1px solid #A0A0A0;
  height: 100%;
  z-index: 1;
  position: relative;
  display: block;
  box-sizing: border-box;
}

.w2k-banner-loginDONTUSEITWILLBEMESSEDUP{
	margin-left: -7px;
    margin-right: -7px;
}

.w2k-resize {
  position: absolute;
  width: 16px;
  height: 16px;
  right: 0;
  bottom: 0;
  cursor: se-resize;
  background: ThreeDFace;
  border-top: 1px solid #A0A0A0;
  border-left: 1px solid #A0A0A0;
  z-index: 10;
}

w2k-login {
	padding: 1px 0px;
}

w2k-login[type=text], w2k-login[type=password] {
  border-top: 2px solid #A0A0A0;
  border-left: 2px solid #A0A0A0;
  border-right: 2px solid #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
  height: 18px;
}
.w2k-btn {
  border-top: 2px solid #FFFFFF;
  border-left: 2px solid #FFFFFF;
  border-right: 2px solid #000000;
  border-bottom: 2px solid #000000;
  background: #D4D0C8;
  height: 25px;
  width: 75px;
  font-size: inherit; 
}
.w2k-btn:disabled {
  border-top: 2px solid #FFFFFF;
  border-left: 2px solid #FFFFFF;
  border-right: 2px solid #A0A0A0;
  border-bottom: 2px solid #A0A0A0;
  background: #D4D0C8;
  color: #999966;
  height: 25px;
  width: 75px;
  font-size: inherit; 
}

.w2k-btn:active {
  border-top: 2px solid #606060;
  border-left: 2px solid #606060;
  border-right: 2px solid #606060;
  border-bottom: 2px solid #606060;
  background: #D4D0C8;
  height: 25px;
  width: 75px;
  font-size: inherit; 
}

/*<!-- probably the fuckamajig of the logamajig of action.php-->*/

.form-label-login {
  width: 222px;
}


/*DA TAAAAAASKBAR/

#w2ktaskbar {
  position: fixed; / or absolute if needed for IE6 /
  left: 0;
  bottom: 0;
  width: 100%;
  height: 26px;
  background: #d4d0c8;
  font-size: 0; / avoid unwanted gaps 
  z-index: 9999;
  _position: absolute; /* For IE6 fixed emulation if needed /
}

/* 1px white line at top /
#w2ktaskbar .sb-outline {
  height: 1px;
  background: #fff;
  overflow: hidden;
}

/* 1px separator in bar color /
#w2ktaskbar .sb-sep {
  height: 1px;
  background: #d4d0c8;
  overflow: hidden;
}

/* Start button /
#w2kstartbtn {
  position: absolute;
  left: 3px;
  bottom: 3px;
  border: none; /* Remove default image border for IE /
  display: block;
}*/