#list {
	padding: 16px;
	height: 100%;
}

#list h2 {
	text-align: center;
	font-size: 12px;
}

#list table {
	border-spacing:0;
	width: 100%;
}

#list th, #list td {
	padding-left: 8px;
	padding-right: 8px;
}

#list th {
	color: navy;
	text-align: left;
	text-decoration: none;
}

#list th.options {
	text-align: left;
	width: 128px;
}

#list tr:hover.row {
	background-color: #f4f4f4;
}

#list td {
	text-align: left;
	padding-top: 4px;
	padding-bottom: 4px;
}

#list td.main {
}

#list td.options {
	text-align: left;
	white-space: nowrap;
} 

#list .option {
	text-align: center;
	text-decoration: none;
	padding-right: 8px;
	color: black;
}

#list :hover.option {
	text-align: center;
	text-decoration: underline;
	color: black;
}

#list .option, #list .redoption {
	text-align: center;
	text-decoration: none;
	padding-right: 8px;
	color: navy;
}

#list :hover.option, #list :hover.redoption {
	text-align: center;
	text-decoration: underline;
	padding-right: 8px;
	color: navy;
}

#list .redoption, #list :hover.redoption {
	color: red;
}

