table {
	width: 600px;
	font-size: 14px;
	font-family:Verdana, Helvetica, Arial, sans-serif;
	border-collapse: separate;
	border-spacing: 6px 5px;
	table-layout: auto;
	empty-cells: hide;
	}

.table_width_500 {
	width: 500px;
}
	
.cellHide {
	empty-cells: hide;
}
	
thread th,
tfoot th,
tfoot td {
	background: #eee;
}
	
th {
	padding-top: 20px;
	border: none;
	background-image: url(resources/bg_hi.png);
	font-weight: bold;
}


td {
	border: 1px solid darkgray;
	padding: 6px;
}

thread th:first-child {
	text-align: left;
}

tbody th,
tfoot th {
	text-align: left;
}

.topRow {
		border-top-width: 8px;
}

.botRow {
		border-bottom-width: 4px;
}

.fix {table-layout: fixed;	
}

.noBorder {
	border: 0px ;
}