/*
stylesheet for windows module
*/

div.window{
  position: absolute;
  background-color: #eeefff;
  border: solid #6E6E6E 2px;
  margin: 0px;
  padding: 0px;
}

div.dragbar{
  background-color: #FFFFFF; border: 2px #6E6E6E solid;
  width: 16px;
  height: 16px;
  position: absolute;
  float: right;
}

div.titlebar 
{
 border: 2px #6E6E6E solid;
  width: 16px;
  height: 28px;
  position: absolute;
  font-weight: bold;
  text-align:center; 
  padding-top:5px;
  font-size: 11px;
  font-family: Arial;
  word-spacing:2px; letter-spacing:1px;
  background-image: url(images/cellpic3.gif);
}

div.titlebar_maf
{
 border: 2px #AF0000 solid;
  width: 16px;
  height: 28px;
  position: absolute;
  font-weight: bold;
  text-align:center; 
  padding-top:5px;
  font-size: 11px;
  font-family: Arial;
  word-spacing:2px; letter-spacing:1px;
  background-image: url(images/cellpic5.gif);
}

div.titlebar_blocknot
{
 border: 2px #0000AF solid;
  width: 16px;
  height: 28px;
  position: absolute;
  font-weight: bold;
  text-align:center; 
  padding-top:5px;
  font-size: 11px;
  font-family: Arial;
  word-spacing:2px; letter-spacing:1px;
  background-image: url(images/cellpic6.gif);
}

div.titlebar_spectator
{
 border: 2px #AFAF00 solid;
  width: 16px;
  height: 28px;
  position: absolute;
  font-weight: bold;
  text-align:center; 
  padding-top:5px;
  font-size: 11px;
  font-family: Arial;
  word-spacing:2px; letter-spacing:1px;
  background-image: url(images/cellpic7.gif);
}

div.histnav
{
	border: 2px #6E6E6E solid;
	position: absolute;
	background-color: #E2E2E2; 
}

div.closebut {position: absolute; font-size: 11px; word-spacing:2px; letter-spacing:1px; font-weight: bold; text-align:center;}

.fullWidth{
  width: 100%
}

.winContents{
  position:absolute;
  background-color: white;
  border: solid grey 1px;
}

.buttonclose {background-image: url(images/b_close.gif); width:21px; height:21px;}
.buttoopen { background-image: url(images/b_open.gif); width:21px; height:21px;}

.sostav_ay { text-align:left; padding: 0 10px}
