.module table.tableNoSkin {
	margin-left:-3px;
}

.module table.tableBorder, .module table.tableGridBorder, .module table.tableBorderAndGrid {
	margin:1px;
}

.tableBorder {
	border:1px #666666 solid;
}

.tableGridBorder td, .tableGridBorder th {
	border:1px #666666 solid;
}

.tableBorderAndGrid td, .tableBorderAndGrid th {
	border:1px #666666 solid;
}

th {
	font-weight:bold;
	/*
	background-color:#928f80;
	*/
	
	border-top:1px #666666 solid;
	border-bottom:1px #666666 solid;
	color:#605E54;
}

