/* Стили программы Конюх  */
/* ---------------------  */

.program /* Стиль основной области */
{
  position:absolute;
  left:10px; top:10px;
  width:590px; height:440px;

  /* выпуклая граница */
  border-style:        solid;
  border-width:        1px;
  border-left-color:   white;
  border-top-color:    white;
  border-right-color:  gray;
  border-bottom-color: gray;
}

.programUp /* Стиль верхней части программной области */
{
  position:absolute;
  left: 10px; top:10px;
}

.messer /* Стиль инвормационного сообщения */
{
  position:absolute;
  left: 168px; top:34px;
  visibility:hidden;
  z-index:1;
}

.programKey /* Стиль кнопок в верхней части программной области */
{
  position:absolute;
  left: 449px;
}

.programDown /* Стиль нижней части программной области */
{
  position:absolute;
  left: 10px; top:400px;
}

.sreda /* Стиль среды исполнителя */
{
  position:absolute;
  left: 10px; top:100px;
  width:270px; height:280px;
  padding: 0px;

  /* "Вдавленная" граница */
  background-color: #D1B284;
  border-style:        solid;
  border-width:        1px;
  border-left-color:   gray;
  border-top-color:    gray;
  border-right-color:  white;
  border-bottom-color: white;
}

.control /* Стиль панели управления */
{
  position:absolute;
  left: 300px; top:100px;
  width:280px; height:280px;
  padding: 0px;

  /* "Вдавленная" граница */
  background-color: #D1B284;
  border-style:        solid;
  border-width:        1px;
  border-left-color:   gray;
  border-top-color:    gray;
  border-right-color:  white;
  border-bottom-color: white;
}

.list /* Стиль протокола */
{
  position:absolute;
  left: 10px; top:10px;
  width:258px; height:220px;
  font-size:12pt;
}

.com /* Стиль поля ввода */
{
  position:absolute;
  left: 10px; top:238px;
  width:90px; height:30px;
  font-size:14pt;
  font-family: "Arial Cyr", Arial;
}

.controlKey /* Стиль кнопок на панели управления */
{
  position:absolute;
  left: 150px; top:238px;
  width:160px;
}
