table {
	border-spacing:0;
	table-layout: fixed;
	empty-cells: show;
	width:100%;
}

#truthTableDiv {
	margin-left:5%;
	float:left;
	width:60%
}

td, th {	
	text-align:center;
	border-top:1px solid #666666;
	border-right:1px solid #cccccc;
	border-bottom:0;
	border-left:1px solid #cccccc;
	padding:5px 10px 5px 10px;
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
	font-weight: normal;
}

thead th {
	border-top:0;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

tbody td {
	cursor:pointer;
}

.firstCol {
	border-left:0;
	font-weight: bold;
	text-align: center;
	width:80px;
}

.lastCol {
	border-right:0;
}

.oddRow {
	background-color:#efefff;
}

tr.lastRow:hover {
	border-bottom:1px solid #666666;
}

tr.highlightRow:hover {
	background-color:#efffef;
}

tr.highlightRow:hover > #truthCompanionDiv {
	background-color:#efef33;
}

tr.highlightRow:hover > td.firstCol, tr.highlightRow:hover > th.firstCol {
	border-left:1px solid #666666;
}

tr.highlightRow:hover > td.lastCol, tr.highlightRow:hover > th.lastCol {
	border-right:1px solid #666666;
}

#truthCompanionDiv {
	margin-top:75px;
	width:20%;
	margin-right:5%;
	height:200px;
	float:right;
}

