/**
 * Table elements
 */

table.dataGrid
{
	border-collapse: collapse;
	width: 100%;
}

table.dataGrid th, table.dataGrid td
{
	font-size: 0.9em;
	padding: 0.3em;
}

table.dataGrid th
{
	text-align: center;
}

table.dataGrid th.label
{
	width: 150px;
}

table.dataGrid tr.odd
{
	background: #253055;
}

table.dataGrid tr.even
{
	background: #202a4a;
}

.actionBar
{
	text-align: right;
	display: block;
	clear: both;
}

div.item
{
	margin: 10px 0 0 0;
	padding: 5px;
}
