﻿/* Copyright� 2004-2005.  Terabase Corporation.  All rights reserved. */
/* CSS Stylesheet for the Ow9 Object project */
/* Vesion 1.111 */

.winOuterA, .winOuterI
{
  position: absolute;
  cursor: default;
  padding:0px;
  margin:0px;
  background-color: activeborder;
  border-top: outset threedhighlight 2px;
  border-left: outset threedhighlight 2px;
  border-right: outset threedhighlight 2px;
  border-bottom: outset threedhighlight 2px;
}

.winOuterI
{
  background-color: inactiveborder;
}

.CheaterA, .CheaterI
{
	background-color:activeborder;
   margin:0px;
   position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
}

.CheaterI
{
   background-color:inactiveborder;
}

.winTitleA, .winTitleI
{
  position: absolute;
  top: 2px;
  left: 2px;
  height: 18px;
  color: captiontext;
  padding: 2px;
  background-color: activecaption;
  overflow: hidden;
  cursor: default;
  font: caption;
  font-size: 11pt;
}

.winTitleI
{
  color: inactivecaptiontext;
  background-color: inactivecaption;
}

.winTitleText
{
  position: absolute;
  left: 20px;
  top: 2px;
  cursor: default;
  font: caption;
  font-size: 11pt;
}
	
.winIcon
{
  position: absolute;
  top: 0px;
  left: 0px;
  margin-top: 1px;
  margin-left: 2px;
}

.winInner
{
  position: absolute;
  top: 21px;
  left: 2px;
  overflow:hidden;
  background-color: window;
  border-top: inset threedhighlight 2px;
  border-left: inset threedhighlight 2px;
  border-right: inset threedhighlight 2px;
  border-bottom: inset threedhighlight 2px;
}

.winWeb
{
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}

.winButtons
{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.winButton
{
  position: relative;
  top: 1px;
  width: 16px;
  height: 16px;
  padding: 0px;
  margin: 0px;
  font-family: 'Webdings';
  font-size: 10pt;
  color: buttontext;
}

.winStatus
{
  position: absolute;
  left: 2px;
  height: 18px;
  cursor: default;
  padding: 0px;
  overf-low: hidden;
  font-family: Verdana, Arial, Helvetica, 'sans-serif';
  font-size: 10px;
  color: buttontext;
  background-color: threedface;
  border-top: solid threedshadow 1px;
  border-left: solid threedshadow 1px;
  border-right: solid threedhighlight 1px;
  border-bottom: solid threedhighlight 1px;
}