


	.table-header
	{
		margin:16px;
	}

		.table-header span
		{
			font-weight:bold;
			float:left;
			margin-right:8px;
		}

		.table-header div
		{
			position:relative;
			top:-4px;
		}

			.table-header div img
			{
				border:0;
			}

	.table
	{
		font-family:verdana, microsoft sans serif;
		font-size:8.25pt;
		margin-bottom:16px;
		width:100%;
	}

	.table td
	{
		border-bottom:1px solid white;
		color:white;
		padding:0 0 0 16px;
		height:32px;
	}

	.table td a
	{
		color:white;
	}

	.table td img
	{
		border:0;
		margin-top:3px;
	}

	.table-header-row
	{
		font-weight:bold;
		height:36px !important;
	}

	.table-odd-row
	{
		background:#e5e5e5;
	}

	.table-even-row
	{
		background:#f5f5f5;
	}

	.table-alert-row
	{
		background:#5297cb;
		color:white;
		font-weight:bold;
	}

	.table-alert-row a
	{
		color:white !important;
	}
