body {
    font-size: 85%;
    font-family: sans-serif;
	color: #777;
	padding: 0;
	margin: 0;
}

#wrap {
	position: relative;
	width: 800px;
	left: 50%;
	margin: 12px 0 0 -400px;
}

#nav {
	background-color: #eee;
	color: #777;
	padding: 6px 0 6px 0;
	margin: 0 0 4px 0;
	text-transform: lowercase;
	text-align: center;
	font-weight: bold;
	border-bottom: 2px solid #ccc;
	z-index: 999;
}

#nav a {
	font: bold 100% sans-serif;
	color: #777;
	padding: 8px;
}

#nav a:hover {
	color: #fff;
}

a {
	text-decoration: none;
}

a:hover {
	background-color: #00f;
	color: #fff;
}

a:hover img {
	background-color: #00f;
}

img {
	border: 0;
}

h1 {
	font-size: 150%;
}

h2 {
	font-size: 120%;
}

h3 {
	font-size: 120%;
	font-weight: normal;
}

#menu li {
	list-style: none;
	margin: 0 40px 0 -20px;
	height: 7em;
	float: left;
	width: 360px;
	height: 120px;
}

#menu h1 {
	font-size: 100%;
	padding: 0;
	margin: 0;
	display: inline;
}

#menu p {
	padding: 0 0 1em 0;
	margin: 0;
}

#ads {
	height: 90px;
	text-align: center;
}

#byline {
	font-size: 80%;
	padding: 0;
	margin: 4em 0 0 0;
	padding-top: 2px;
	text-align: right;
	clear: both;
}

#version {
	display: none;
	font-size: 80%;
	text-align: right;
}

#disclaimer {
	font-size: 100%;
	font-weight: normal;
	text-decoration: none;
}

#important {
	font-weight: normal;
	background-color: #eee;
	padding: 8px;
	border: 1px solid #777;
}

.important2 {
	font-weight: bold;
	font-size: 110%;
	background-color: #fff;
}

#message {
	font-size: 150%;
	font-weight: bold;
	color: #f5c;
}

#usage th {
	padding: 0.5em;
	text-align: left;
	background-color: #eee;
	text-decoration: underline;
}

#usage td {
	padding: 0.5em;
	border-bottom: 1px dotted #ccc;
}

#usagerequests th {
	padding: 0.5em;
	text-align: left;
	background-color: #eee;
	text-decoration: underline;
}

#usagerequests td {
	padding: 0.5em;
	font-size: 80%;
	border-bottom: 1px dotted #ccc;
}

#usage .normal {
}

#usage .low {
	background-color: #fee;
}

#usage .hi {
	background-color: #efe;
}

#usage .hi2 {
	background-color: #cfc;
}

#usage .hi5 {
	background-color: #9f9;
}

#usage .percent {
	font-size: 75%;
}

#usage .keydata {
    font-weight: bold;
    font-size: 110%;
}

#usage .GTlow {
	background-color: #fee;
	font-weight: bold;
}

#usage .GThi {
	background-color: #efe;
	font-weight: bold;
}

#usage .GTnormal {
	font-weight: bold;
}

.colorpicker {
	background-color: #000;
	border: 1px solid #000;
}

#colorPickerDialog {
	position: absolute;
	display: inline;
	margin: -75px 0 0 -75px;
	border: 1px solid #000;
	background-color: #fff;
	padding: 0 0 20px 0;
	z-index: 100;
	visibility: hidden;
}

#colorPickerShim {
	position: absolute;
	display: inline;
	margin: -76px 0 0 -76px;
	border: 0;
	background-color: #fff;
	padding: 0 0 20px 0;
	z-index: 99;
	visibility: hidden;
	width: 154px;
	height: 174px;
}

#colorPickerDialog td {
	padding: 0;
	margin: 0;
	border: 1px solid #000;;
}

#colorPickerDialog a {
	font-size: 60%;
	width: 100%;
}

#example {
	font-size: 80%;
	font-style: italic;
	text-align: center;
	padding: 0.5em;
}

#example img {
	border: 1px solid #000;
	margin-bottom: 1em;
}

input.button {
	padding: 0.5em 2em 0.5em 2em;
}

#signout {
	font-weight: bold;
	text-align: right;
	margin-right: 8px;
}

.big {
	font-size: 150%;
}

.explanation {
	line-height: 1.5em;
}

#recentcontent img {
	padding: 4px;
	border: 1px solid #ccc;
}

#recentcontent td {
	padding: 0.5em;
	border-bottom: 1px dotted #ccc;
}

.smallmessage {
	font-size: 90%;
	text-align: center;
}
