body {
  margin: 0px;
  padding: 0px;
  background: #bbffee;
  font-family: Tahoma, Verdana;
  font-size: 13px;
}
p,
td,
li {
  font-size: 13px;
  font-family: Tahoma, Verdana;
}
fieldset {
  border: #333388 2px groove;
}
hr {
  border: #333388 1px solid;
}
th {
  font-size: 15px;
  font-weight: bold;
}
img {
  border: 0px;
}
textarea {
  font-family: Tahoma, Verdana;
  font-size: 13px;
}

/* SITE TABLE LAYOUT */
td.pagetop {
  background: url('pagetop.png') no-repeat;
  width: 800px;
  height: 90px;
  padding: 5px;
  vertical-align: bottom;
  text-align: right;
}
td.topleft {
  width: 100%;
  color: #6666bb;
  vertical-align: bottom;
  font-size: 9px;
  font-weight: bold;
  padding: 5px;
}
.search input,
.search select {
  width: 150px;
  height: 20px;
  font-size: 13px;
}
input.search {
  width: 30px;
  height: 45px;
  border: #333388 1px outset;
  background: #bbffee;
  margin-left: 2px;
}

td.menu {
  border-bottom: #333388 2px solid;
  font-size: 10px;
  padding: 2px 0px 1px;
}
td.submenu {
  border: #333388 2px solid;
  border-top: 0px;
  font-size: 10px;
  padding: 2px 3px 1px;
  margin: 0px 100px;
  text-align: center;
}
a.menu {
  text-decoration: none;
  color: #333388;
  padding: 2px 20px;
}
a.menu:hover {
  background: #333388;
  color: #bbffee;
}
a.menusel {
  text-decoration: none;
  background: #333388;
  color: #bbffee;
  padding: 2px 20px;
}

td.content {
  height: 300px;
  color: #000000;
  padding: 5px;
  vertical-align: top;
}
td.bottomline {
  border-top: #333388 2px solid;
  border-bottom: #333388 2px solid;
  font-size: 10px;
  text-align: center;
  padding: 2px;
  color: #333388;
}
.message td {
  font-size: 10px;
  white-space: nowrap;
  background: #116644;
  color: #bbffee;
  padding: 2px 4px;
  vertical-align: bottom;
  text-align: center;
}

td.sidebar {
  height: 300px;
  width: 100px;
  border-right: #333388 2px solid;
  vertical-align: top;
  padding: 20px 5px;
}
.sidebar a {
  text-decoration: none;
  color: #333388;
}
.sidebar a:hover {
  font-weight: bold;
}

/* LOGIN SCREEN */
td.login {
  border: #333388 2px solid;
  padding: 5px;
  height: 120px;
  width: 240px;
  text-align: center;
}
.login td {
  font-size: 14px;
}
td.shadow {
  background: #99ddcc;
  color: #99ddcc;
}
td.corner {
  height: 10px;
  width: 10px;
}
input.login {
  height: 22px;
  width: 120px;
}

/* PORTAL */
td.portalrow {
  vertical-align: top;
  padding: 0px 20px;
}
.portalrow a {
  color: #116644;
  text-decoration: none;
}
.portalrow a:hover {
  color: #ff9933;
  text-decoration: underline;
}

/* CALENDAR */
table.calendar {
  width: 100%;
}
.calendar th {
  width: 33%;
  height: 30px;
  font-size: 15px;
  font-weight: bold;
  border-bottom: #333388 3px double;
}
.calendar td {
  height: 205px;
  vertical-align: top;
}
.calendar div {
  font-size: 11px;
  padding-bottom: 5px;
}
.calendar div:hover {
  color: #ff9933;
}
table.entry {
  width: 100%;
  height: 35px;
  margin: 0px 40px;
}
.entry td {
  border-top: #333388 2px dotted;
  text-align: center;
}

/* TASKS */
td.taskrow {
  height: 245px;
  vertical-align: top;
}
.taskrow th {
  height: 30px;
  font-size: 15px;
  font-weight: bold;
  border-bottom: #333388 2px solid;
  padding: 0px 25px;
}
td.taskfield {
  border: #333388 solid;
  border-width: 0px 2px;
  padding: 1px;
}
.taskfield div {
  margin-bottom: 1px;
  padding: 3px;
  color: #bbffee;
  font-weight: bold;
  height: 21px;
}
div.idle {
  color: #000000;
}
div.ready {
  background: #338833;
}
div.busy {
  background: #883333;
}
div.finish {
  background: #333388;
}
div.priority {
  background: #ff9933;
  color: #000000;
}
td.tasksunchanged {
  position: absolute;
  visibility: hidden;
}
td.taskschanged {
  visibility: visible;
  border-right: #333388 2px dotted;
}

/* MEMO & MONEY */
table.memotable {
  width: 100%;
}
.memotable th {
  height: 30px;
  font-size: 15px;
  font-weight: bold;
  border-bottom: #333388 3px double;
  padding: 0px 25px;
  white-space: nowrap;
}
.memotable td {
  vertical-align: top;
  padding: 0px 10px;
}
a.moneylink {
  color: black;
  text-decoration: none;
}
a.moneylink:hover {
  text-decoration: underline;
}
a.memotitle {
  font-weight: bold;
  color: black;
  text-decoration: none;
}
a.memotitle:hover {
  text-decoration: underline;
}
div.memotext {
  padding: 0px;
  margin-left: 20px;
}
