

form.list { background-color:transparent; text-align:left; clear:both; width:auto }


table.list { border-collapse:collapse; background-color:#ccc; color:#003; 
             margin: 5px 0 5px 0; position:relative; top:0;left:0; }

table.list th, table.list td {  border:1px solid #99f; padding: 2px 4px 2px 4px; 
                     text-align: left; vertical-align: top; color:#003;
                     font-family:arial,helvetica,sans-serif; font-size:95%; }

table.list th { background-color: #99f; color:#003; }
table.list th a {color: black}

table.list tr.listodd td {
  background-color: #fff; color:#003;
}
table.list tr.listeven td {
  background-color: #ccf; color:#003;
}

table.list td input.checkbox { float:right; } 


table.list input { width:auto }
table.list a.popup {font-weight:normal; font-size:85%; color:#006; }

table.list th.columnDivider, table.list td.columnDivider { border-right: medium outset; 
	color:#003; }
table.list th.columnDivider2{ border-right: medium outset; color:#003; 
	text-align: center; }
table.list td.columnDivider3{ border-right: medium outset; color:#003; 
	text-align: right; }
table.list th.rowDivider, table.list td.rowDivider {border-bottom-width: medium solid;
	height: 5px; }
table.list th.textCentre {text-align: center; }
table.list tr.listodd td.solvedHere, table.list tr.listeven td.solvedHere { 
	background-color:#0f6; border: medium solid; 
	border-color:#0f6; }
table.list tr.listodd td.solvedElsewhere, table.list tr.listeven td.solvedElsewhere { 
	background-color:#f03; border: medium solid;
	border-color:#f03; }

table.list tr.listodd td.hitUnchanged, table.list tr.listeven td.hitUnchanged { 
	background-color:#f93; }
table.list tr.listodd td.hitUnchangedplus, table.list tr.listeven td.hitUnchangedplus { 
	border-right: medium outset; color:#003; background-color:#f93; }
table.list tr.listodd td.highSim, table.list tr.listeven td.highSim { 
	background-color:yellow; }
table.list tr.listodd td.highSimplus, table.list tr.listeven td.highSimplus { 
	border-right: medium outset; color:#003; background-color:yellow; }
table.list tr.listodd td.crystOrLater, table.list tr.listeven td.crystOrLater { 
	background-color:#f03; }
	
table.list tr.highlighted td.highlighted  { background-color:yellow; }
