table.items
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
}

table.items td
{
	padding: 5px;
	brder: solid 2px #B9C5DE;
	text-align: center;
	background-color: #E6E9EF;
}

div.itemtitle
{
	color: #000000;
}

div.itemsender
{
	color: #999999;
}

div.itemdescription
{
  padding: 2px;
  text-align: center;
  margin-top: 4px;
  color: #339999;
  font-weight: bold;
  cursor: pointer;
}

