
body
{
  margin: 10px;
}

body,td,th,input
{
  font-family: verdana;
  font-size: 10pt;
}

th
{
  text-align: left;
  border-bottom: 1px solid black;
  padding-right: 10px;
}

span.clientHeader
{
  color: white;
  font-size: 14pt;
}

td.header
{
  color: white;
  font-size: 8pt;
}

a.header
{
  color: white;
  text-decoration: underline;
}

a.header:hover
{
  color: #e8e858;
  text-decoration: underline;
}

span.version
{
  color: white;
  font-size: 7pt;
}

td.menuHeader
{
  font-size: 14pt;
  color: white;
  background-color: #AEB4B7;
  padding: 0px 10px 0px 10px;
  cursor: pointer;
}

td.menuActive
{
  font-size: 14pt;
  color: white;
  background-color: #AEB4B7;
  padding: 0px 10px 0px 10px;
  cursor: default;
}

td.menuHover
{
  font-size: 14pt;
  color: white;
  background-color: #878E91;
  padding: 0px 10px 0px 10px;
  cursor: pointer;
}

a
{
  color: black;
  text-decoration: underline;
}

a:hover
{
  color: #74742c;
  text-decoration: underline;
}

td.button
{
  padding: 2px;
  border: 1px solid #999999;
  cursor: pointer;
}

span.small
{
  font-size: 7pt;
}

/* OLD below */
/*
body.listman
{
  margin: 10px;
}

body,body.listman,td,input
{
  font-family: arial;
  font-size: 10pt;
}

button.menu
{
  width: 120px;
  border: 1px solid blue;
  padding: 10px;
  margin-bottom: 10px;
  text-align: center;
  cursor: pointer;
  background-color: #eeeeff;
}

button.menuhover
{
  width: 120px;
  border: 1px solid blue;
  padding: 10px;
  margin-bottom: 10px;
  text-align: center;
  cursor: pointer;
  background-color: #ddddff;
}
*/

