﻿.table
{
	background-image: url(Images/background_dark.gif);
	background-repeat: repeat;
	width: 100%;
}
.tableheader
{
	background-image: url(Images/tableheader.gif);
	background-repeat: repeat-x;
	height: 24px;
	vertical-align: middle;
	border-bottom: none;
	border-top: none;
	font-weight: bold;
	padding: 0px 5px 0px 5px;
}
.tableitem
{
	height: 20px;
	vertical-align: middle;
	padding: 2px 5px 2px 5px;
}