
body {
	font-family: consolas, Verdana, Geneva, Tahoma, sans-serif;
	background: #222;
	color: #9F3;
}

h2, h3, h4, h5 {
	margin: 0px;
	padding: 0px;
	margin-top: 5px;
}

tr, th {
	padding: 5px;
}

th {
	text-align: left;
}

tr:nth-child(even) {
	background-color: #666;
	color: #0CF;
}

tr:nth-child(odd) {
	background-color: #999;
	color: #0F9;
}

.headerRow {
	background-color: red !important;
	color: #FF0 !important;
}

.selectable {
	cursor: pointer;
}

.bold {
	font-weight: bold;
}

#faviconContainer {
	width: 48px;
	height: 48px;
	background-repeat: no-repeat;
	background-image: url('favicon48.png');
	/*position: fixed;
	top: 4px;
	right: 4px;*/
	position: absolute;
	top: 76px;
	left: 4px;
}

#navigation {
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}

#navigation li {
	display: inline-block;
	width: 175px;
	text-align: center;
	letter-spacing: 4px;
	border-bottom: solid 2px #229;
}

#navigation li span {
	border-bottom: solid 4px #039;
	cursor: pointer;
}

.selectedTab {
	border-bottom: solid 4px #09C !important;
	cursor: default !important;
}

.hidden {
	display: none;
}

#scanInfoNotes {
	cursor: pointer;
	border-bottom: solid 8px #09C;
}

#scanInfoNotesContainer {
	width: 400px;
	margin-left: 40px;
	padding: 10px;
	border-left: solid 8px #09C;
}

