table.phormplist > *
{
	font-family: Sans;
}

table.phormplist th
{
	text-align: left;
	padding-left: 10px;
	padding-right: 2px;
	border: 1px outset #ccc;
	background-color: #ccc;
	cursor: default;
	position: relative;
	font-weight: normal;
}

table.phormplist th.ordered
{
	border: 1px inset #ccc;
	background-color: #aaa;
}

table.phormplist th .orderby
{
	width: 7px;
}

table.phormplist td
{
	padding: 3px;
}

table.phormplist tr:hover
{
	border: 1px outset black;
}

table.phormplist tr.odd
{
	background-color: transparent;
}

table.phormplist tr.even
{
	background-color: #ddd;
}