body
{
 background-color:White;
 font-size:9pt;
}

th
{
 font-size:9pt;
 background-color:#78a8d8;
 color:white;
}

th.subtitle
{
 font-size:9pt;
 background-color:#d0d0d0;
 color:black;
 font-weight:normal;
}

table.menu
{
  border:1px solid #84b8fD;
}

th.menu
{
 font-size:10pt;
 color:white;
 background-color:#84b8fD;
}

table.menu_admin
{
  border:1px solid #7dc3a1;
}

th.menu_admin
{
 font-size:10pt;
 color:white;
 background-color:#7dc3a1;
}

td
{
 font-size:9pt;
}

td.status
{
 font-size:8pt;
}

td.login
{
 font-size:8pt;
 color:gray;
}

td.topbar
{
 font-size:11pt;
 color:White;
 font-weight:bold;
 background-repeat:repeat-x;
}

table.sectionbar td
{
  background-repeat:repeat-x;
}

td.sectionbar
{
 font-size:9pt;
 color:steelblue;
 font-weight:bold;
}

td.menuitem
{
 font-size:10pt;
}

td.lastmodify
{
 font-size:8pt;
 color:gray;
}

td.item_title
{
 font-size:9pt;
 color:black;
 font-weight:bold;
}

input
{
 font-size:9pt;
}

select
{
 font-size:9pt;
}

textarea
{
 font-size:8pt;
}

a
{
 color:dodgerblue;
 text-decoration:none;
}

a:hover
{
 color:mediumseagreen;
 text-decoration:underline;
}