	tr.sequenceInfo {
		display: none;
	}
	span.numbering {
		display: inline;
	}
	span.primeFactors {
		display: none;
	}
	body {
		background-color:black;
		color: white;
		font: 12pt Calibri, Arial, Helvetica, sans-serif;
		margin: 0px;
		padding: 0px;
	}
	a {
		color: yellow;
	}
	a:visited{
		color: white;
		}
	a:active{
		color: yellow;
		}
	a:hover{
		color: yellow;
		}
	div.even {
		background-color:yellow;
		color: black;
		}
	div.odd {
		background-color:blue;
		color: white;
		}

	div.menuTitle{
		font: 14pt Calibri, Arial, Helvetica, sans-serif;
		font-weight: bold;
		color: yellow;
		background-color: #555555;
		border-top: 10px solid #777777;
		border-bottom: 5px solid #333333;
		padding-left: 5px;
	}
	table {
		border: none;
		margin: 0px;
	}
	table td, table th {
		border:none;
		}
	table tr.sequenceSummary th{
		width:400px;
		text-align: left;
		border: none;
	}

	table.tableOdd th{
		color: yellow;
		background-color: DarkBlue;
	}
	table.tableOdd tr.sequenceSummary th{
		background-color: #333333;
	}	
	table.tableEven th{
		color: yellow;
		background-color: DarkGreen;
	}
	table.tableEven tr.sequenceSummary th{
		background-color: #444444;
	}
	.oddRow td {
		background-color: #333333;
	}
	.evenRow td{
		background-color: #444444;
	}
	div#container {
		padding: 0;
		background-color: #555555;

		}
	div#containerWrapper {
		float: left;
		margin-left: 511px;
		padding: 0;
		border: 5px solid #777777;
		background-color: #555555;
		}
	div#menu {
		position:fixed;
		background-color:black;
		top:0px;
		left:0px;
		width: 245px;
		border-right: 5px solid gray;
		border-bottom: 5px solid gray;
		}
	div#containerTitle {
		width: 402px;
	}
	div#extraInfo{
		position:fixed;
		top:0px;
		left:251px;
		width: 250px;
		border-right: 5px solid gray;
		border-bottom: 5px solid gray;
		border-left: 4px solid gray;
	}
	div.presetOdd {
		background-color:#333333;
		color: yellow;
	}
	div.presetOdd:hover {
		background-color:yellow;
		color: black;
		cursor:pointer;
		cursor:hand;
	}
	div.presetEven{
		background-color:#555555;
		color:yellow;
	}
	div.presetEven:hover {
		background-color:yellow;
		color:black;
		cursor:pointer;
		cursor:hand;
	}
	div#clustrmaps {
		margin:auto;
		text-align:center;
		}
	div#creativecommons {
		margin:auto;
		text-align:center;
		}
