BODY {
  font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size : 11px;
  font-style : normal;
  background-color : #FFCC00;
}

td {
  font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size : 11px;
  font-style : normal;
}

h2 {
  font-size: 13px;
  font-style: bold;
}

.box-title {
  background-color:#FFCC00;
  background-image:url(box-title-edge.gif);
  background-repeat:no-repeat;
  background-position:top right;
}

.box-title-text {
  font-size:11px;
  font-weight:bold;
  color:black;
}

.box-title-collapse-button {
  background-image:url(box-title-icon-collapse.gif);
  background-repeat:no-repeat;
  background-position:top right;
}

.box-title-expand-button {
  background-image:url(box-title-icon-expand.gif);
  background-repeat:no-repeat;
  background-position:top right;
}

.box-content {
  font-size:11px;
  color:black;
  background-color:white;
  border:1px solid #FFCC00;
}

tr.table-header {
  font-size: 15px;
  background-color: #FFCC00;
}

tr.header {
  background-color: white;
}

tr.navigation-bar {
  background-color: #FFE479;
  color: black;
}

a.navigation-bar-link {
  color: black;
  font-size: 11px;
  font-style: normal;
}

tr.body {
  background-color: #FFE479;
  color: black;
}

tr.title-bar {
  background-color: #FFE479;
}

tr.message-bar {
  background-color: #FFE479;
}

tr.footer {
  background-color: white;
}

div.error  {
  color: red;
}

td.size { 
  color: #FFF8DC;
}

td.size:hover {
  text-decoration: underline;
}
