body, html {
	font: normal normal normal 1em/1.5em Helvetica, sans-serif;
}
pre { font-family: monospace;}



	#pagewrap {
		margin: 0 auto;
		width: 700px;
	}
			
			#search {
				-webkit-border-radius: 10px;
				background-color: white;
				padding: 10px;
				position: fixed;
				right:40px;
				display: none;
			}
			
			
			#body {
				
			}
				table {
					-webkit-border-radius: 10px;
					width: 100%;
					padding: 10px;
				}
											th.sortable {
												color: #cccccc;
												cursor: pointer;
												text-decoration: underline;
											}
											th.sortable:hover { color: #cccccc; }
											th.sorted-asc, th.sorted-desc  { color: #ffffff; }

											td {
												background-color: white;
											}
											td.odd {
												background-color: #666666;
												color: white;
											}
											
											td.hovered {
											  background-color: #0c61af;
											  color: black;
											}