.dbtable
{
	margin: 8px;

	font-size: 90%;
	border: 1px solid gray;
	border-collapse: collapse;
	
	text-align: left;
}

.dbtable thead th
{
	border-bottom: 1px solid black;
}
.dbtable th
{
	font-weight: bold;
	white-space: nowrap;
	padding: 1px 15px 1px 1px;
}
.dbtable td
{
	padding: 1px 7px 1px 1px;
}
.dbtable tr {}

.dbtable tr.odd		{	background-color: #ddddee;	}
.dbtable tr.even	{	background-color: #ffffff;	}

/* Sortable
 */
table.sortable thead .sortheader
{
	cursor: pointer;
}
table.sortable thead .sortedDesc
{
	background: transparent url('../images/sort_arrow_desc.gif') no-repeat center right;
}
table.sortable thead .sortedAsc
{
	background: transparent url('../images/sort_arrow_asc.gif') no-repeat center right;
}
