body {
	margin:3em;
	line-height:1.4em;
}
body, input {
	font-size:1em;
	font-family:helvetica,verdana,sans-serif;
}
p {
	font-size:.8em;
	color:#666;
	margin:2em 0 0 1em;
}
h1 {
	background:url(decision-grid-logo.gif) top left no-repeat;
	padding-left:50px;
	font-family:arial;
	font-weight:normal;
	font-size:1.6em;
	height:50px;
	color:#666;
	margin:0;
}
h2 {
	margin:1.5em 0 .5em;
}
table {
	background:#fff;
	padding:.5em;
}
table input {
	text-align:center;
	width:7em;
	padding:.3em .3em .15em .3em;
}
thead input {
	width:9em;
}
select {
	text-align:center;
	font-size:1.1em;
	margin-left:1em;
}
th input {
	font-weight:bold;
}
.score {
}
thead th {
	background:#fea;
	border-top:1px solid #aaa;
}
tbody th {
	background:#cfc;
	border-left:1px solid #aaa;
}
th a {
	text-decoration:none;
	border:1px solid #bbb;
	display:block;
	font-size:9px;
	padding:.3em;
	margin:.3em;
	font-weight:bold;
}
tbody th input {
	text-align:left;
	margin-top:.35em;
}
tbody th a {
	float:left;
	padding:1em 1.2em;
}
th a:hover {
	background:red;
	color:white;
}
th, td {
	border-right:1px solid #999;
	border-bottom:1px solid #888;
	text-align:center;
	margin:0;
}
th {
	border-left:1px solid #eee;
}
td {
	background:#ffc;
}
th.blank, th#add {
	border:none;
	background:none;
	text-align:right;
	padding-right:.5em;
}
th#add {
	width:20em;
	height:4.2em;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
}
th#add input {
	float:left;
	clear:left;
	font-size:.7em;
	width:10em;
	padding-bottom:.4em;
	margin-bottom:.3em;
}
input.transp, td input, tfoot input {
	background:none;
	border:none;
}
tfoot th {
	background:none;
	border:none;
}
tfoot th input {
	border-top:2px solid #000;
	border-bottom:2px solid #000;
	margin:.4em .2em;
}
.userScore {
}
#thefoot.temporarilyHidden td, #theFoot.temporarilyHidden th {
	display:none;
}
ul {
	margin-top:2em;
}
li.temporarilyHidden {
	display:none;
}
#gridTitle {
	margin:1em 0 1em 0;
	font-size:2em;
	width:22em;
	padding:0 .25em;
	border:none;
	border-bottom:2px solid #666;
}