/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* style/tools.css */
/* Copyright (c) 2004-2005 ipHouse.  All rights reserved. */

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* tool style */

input#clock_display {
  background: #00FFFF;
  font-size: 100%;
}
table#calculator {
  margin: auto; padding: 0px; border: none;
  background: none;
}
table#calculator td {
  margin: 0px; padding: 1px; border: none;
  background: none;
  text-align: center;
}
table#calculator input {
  margin: 0px; padding: 0px;
}
table#calculator input#calc_display {
  text-align: right;
}

  table#calculator input.digit {
    width: 2em;
  }
  table#calculator input.op {
    width: 2em;
    background: #FFFF66;
  }
  table#calculator input.eq {
    width: 2em;
    background: #66FF66;
  }
  table#calculator input.clear {
    width: 2em;
    background: #FF6666;
  }


pre#calendar {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
table#calendar {
  margin-left: auto;
  margin-right: auto;
}
table#calendar td.title {
  text-align: center;
  font-weight: bold;
}
table#calendar th {
  padding: 1px 3px;
  font-size: smaller;
  text-align: right;
}
table#calendar td {
  padding: 1px 3px;
  font-size: smaller;
  text-align: right;
}
input#wopr_display {
  background: #000000;
  font-family: Monaco, monospace;
  font-size: 100%;
  color: #FF0000;
}
input#wopr_defcon {
  background: #008000;
  text-align: center;
  color: #000000;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

