html,body {
height: 100%;
}

div.__modWnd {
  border: 2px inset orange;
}

.modWnd_head {
  font-family: Tahoma, Arial;
  font-size: 11px;
  font-weight: bold;
  color: #000000;
  background-color: #ffeac9;
  /*border: 1px solid #FFC875;*/
  border: 2px inset orange;
  border-bottom: 1px solid #FFC875;
}

.modWnd_foot {
  font-family: Tahoma, Arial;
  font-size: 11px;
  font-weight: bold;
  color: #000000;
  background-color: #ffeac9;
  /*border: 1px solid #FFC875;*/
  border: 2px inset orange;
  border-top: 1px solid #FFC875;
  text-align: center;
}

img.modWnd_icon {
  margin: 0px;
  border: 1px outset orange;
  position:absolute;
  top: 0px;
  cursor: pointer;
}

img.modWnd_icon:hover {
  border: 1px inset orange;
}

div.__modWnd.active {
  border: 2px inset #006d84;  
  -moz-opacity:0.9;
}

.active .modWnd_head {
  color: white;
  background-color: #006d84;
  border: 2px inset #006d84;  
  border-bottom: 1px solid white;
}

.active .modWnd_foot {
  color: white;
  background-color: #006d84;
  border: 2px inset #006d84;  
  border-top: 1px solid white;
}

.active img.modWnd_icon {
  border: 1px outset cyan;
}


button.modWnd_icon {
  padding: 0px;
  margin: 0px;
  position:absolute;
  top: 0px;
  cursor: pointer;
  /*float: right;*/
}

.modWnd_head button.modWnd_icon {
  position: absolute;
  top: 0px;
}

.modWnd_foot button.modWnd_icon {
  position: relative;
}

.modWnd_content {
	padding: 0px;
}

.modWnd_foot .resize_handle
{
  width: 15px;
  height: 15px;
  border-right: 3px ridge orange;
  border-bottom: 3px ridge orange;
  position: absolute;
  right: 1px;
  bottom: 1px;
  cursor: nw-resize;
}

div.__modWnd.moving {
  border: 2px dashed orange;
  -moz-opacity:0.9;
}

.moving .modWnd_head {
  border: 2px dashed orange;
  border-bottom: 1px solid white;
}

.moving .modWnd_foot {
  border: 2px dashed orange;
  border-top: 1px solid white;
}

.moving .resize_handle
{
  border-right: 3px ridge red;
  border-bottom: 3px ridge red;
}

table.layout
{
  width: 100%;
  height: 100%;
}
