.table
{
	margin: 0px 0px 10px 0px;
	padding: 0;
	line-height: 1.6;
}

.table table
{
	width: 100% !important;
}

.table table thead tr th
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin: 0;
	padding: 2px 3px 2px 3px;
	border: 1px solid #AAAAAA;
	background: #2a2a36;
	text-align: center;
}

.table table thead tr.sub-heading th
{
	background: #31313a;
}

.table table tbody tr th
{
	padding: 2px 2px 2px 3px;
	background: #31313a;
	border: 1px solid #AAAAAA;
	text-align: left;
}

.table table tbody tr td
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 2px 3px 2px 3px;
	border: 1px solid #AAAAAA;
	text-align: right;
}

.table table thead tr th.left,
.table table tbody tr td.left
{
	text-align: left;
}

.table table thead tr th.left-indented,
.table table tbody tr td.left-indented
{
	text-align: left;
	padding: 2px 3px 2px 15px;
}

.table table thead tr th.centre,
.table table tbody tr td.centre
{
	text-align: center;
}

.table table thead tr th.right,
.table table tbody tr td.right
{
	text-align: right;
}

.table table tbody.td-centre tr td
{
	text-align: center;
}


