html
{
  height: 100%;
	overflow: auto;
}

* html a:hover
{
visibility:visible
}

body
{
  background-color: #FFF;
  height: 100%;
  padding: 0;
  margin: 0;
  background-repeat: repeat-x;
}

p
{
  font-size: 1.2em /* 12px */;
  margin-bottom: 15px;
}

#topmenu
{
  height: 40px;
}

#menu
{
  float: left;
  margin-left: 10px;
  width: 600px;
  height: 30px;
  color: White;
}

.matrix
{
  border-collapse: collapse;
  border-right: 1px solid #DDDDDD;
  width: 100%;
  padding: 2px;
  border-spacing: 0px;
  border-bottom: 1px solid #DDDDDD;
  font-size: 11px;
  color: Black;
}

th
{
  background-image: url(/images/layout/th_background.gif);
  height: 16px;
  padding: 2px;
}

.view th
{
  background-image: url(/images/layout/nav_sub_tab_active.gif);
  height: 16px;
  padding: 2px;
  border: 1px solid #DDDDDD;
}

table.matrix td
{
  height: 16px;
  border: 1px solid #DDDDDD;
  padding: 2px;
}

body, td, input, select
{
  font-size: 12px;
  color: #000000;
  font-family: arial, verdana, helvetica, sans-serif;
}

input {
  border: solid 1px #000;
}

table.matrix td a
{
  color: #000000;
  text-decoration: none;
  font-weight: bold;
}

.highlight
{
  background-color: #DDF0A8;
  borderc: 1px solid #CCCCCC;
}

table.matrix td a:hover
{
  text-decoration: underline;
}

#container
{
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
	width: 400px;
	height: 100%;
}

.amount
{
  width     : 70px;
  text-align: right;
}

.date
{
  width: 70px;
}

