table
{
	border-collapse: collapse;
	border-spacing: 0;
	margin: 1em 0;
	width: 100%;
}

table.ncFixed
{
	table-layout: fixed;	
}

tr
{
	vertical-align: top;
}

th, th p
{
	font-weight: bold;
}

th, td
{
	text-align: left;
}

td.left, th.left
{
	text-align: left;	
}

td.right, th.right
{
	text-align: right;	
}

td.centre, th.centre
{
	text-align: center;	
}


/* === Default table style === */
.ncTAF_DefaultTABLE { }

/* === Plain table style === */
.ncTAF_PlainTABLE { }

.ncTAF_PlainTABLE td, .ncTAF_PlainTABLE th
{
	border: 1px solid #ccc;
	padding: 5px;
}

/* === Data table style === */

.ncTAF_DataTABLE td, .ncTAF_DataTABLE th
{
	border: 1px solid #ccc;
	padding: 5px;
}

.ncTAF_DataTABLE tbody tr
{
	background-color: #f0f0f0;
}

.ncTAF_DataTABLE tbody tr.alt
{
	background-color: #f8f8f8;
}

.ncTAF_DataTABLE th
{
	/*background-color: #d4d4d4 !important;*/
	background-color: #37ADC2 !important;
	/*color: #00356b !important;*/
	color: #ffffff !important;
}

.ncTAF_DataTABLE tbody th
{
	background-color: transparent;
	color: #004ed9;
}

.ncTAF_DataTABLE tbody tr:hover {background-color: #DFF2F5;}
.ncTAF_DataTABLE tbody tr:hover td.suburb {background-color: #f0f0f0;}
.ncTAF_DataTABLE tbody tr.alt:hover td.suburb {background-color: #f8f8f8;}