h3 {
  background-color: #ffc;
  border-top: solid 1px #e80;
  padding: 4px;
}
h4 {
  font-size: 1.6em;
  margin-bottom: 0.8em;
}
h5 {
  font-size: 1.4em;
  font-weight: normal;
  margin-bottom: 0.8em;
}
.menu a {
  font-weight: bold;
}
.menu img {
  vertical-align: middle;
  padding: 0px 3px 0px 3px;
}
.menu table, .menu tr, .menu td {
  border: none;
  padding: 0;
  margin: 0;
}
.menu td {
  padding: 0px 0px 2px 0px; 
}
.footer {
  text-align: center;

  font-size: 0.8em;
}
a.unavailable {
  color: red;
}
span.tag {
  font-weight: bold;
  font-style: italic;
  font-size: 0.8em;
  color: gray;
}
.discussion-header {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 0px;
  padding: 0px;
}
.discussion-note {
  margin-bottom: 0px;
}
.discussion-form {
  background-color: #eee;
  padding: 4px 0px 4px 8px;
  border: solid 1px #aaa;
}
.discussion-form label {
  vertical-align: middle;
}
.discussion-form input[type="text"] {
  vertical-align: middle;
  width: 300px;
}
.discussion-form input[type="submit"] {
  font-size: 1.2em;
  font-weight: bold;
  margin-top: 4px;
  margin-bottom: 4px;
}
.discussion-form table {
  width: 500px;
}
.discussion-form tr {
  padding: 0px;
}
.discussion-form td {
  padding: 0px;
}
.discussion-form textarea {
  width: 500px;
  height: 100px;
  font-family:Arial,Helvetica,sans-serif;
  font-size: 1.1em;
}
.discussion-form .message {
  font-weight: bold;
  color: red;
  margin-top: 6px;
  margin-bottom: 0px;
}
.comment-header {
  background-color: #ccc;
  padding: 4px 6px 0px 6px;
  margin-bottom: 0px;
}
.comment-header .label {
  font-size: 0.8em;
}
.comment-header .header {
  font-size: 1.2em;
}
.comment-title {
  background-color: #ccc;
  padding: 2px 4px 2px 4px;
  margin-bottom: 0px;
}
.comment-title .user {
  font-weight: bold;
}
.comment-body {
  padding: 4px;
  border-left: solid 4px #ccc;
  border-right: solid 4px #ccc;
  border-bottom: solid 4px #ccc;
  background-color: #eee;
  margin-bottom: 0px;
}
pre {
  margin-top: 0px;
  background-color: #ffc;
  border: 1px solid #cc9;
  padding: 4px;
}
.inline {
  vertical-align: bottom;
}
table {
  width: auto;
  border: solid 1px #eee;
}
th, td {
  vertical-align: top;
  border: solid 1px #eee;
}
table.bare {
	border: none;
}
table.bare td {
	border: none;
	padding: 4px;
}
table.bare input {
	margin: 0;
}

#gwn_header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 0 0 0;
  padding: .2em .4em .2em .4em;
  border: none;
  border-bottom: solid 1px #ec9;
  text-align: right;
  line-height: 1.5;
}
#gwn_header a {
	color: #00c;
}
#gwn_header {
	font-family: Arial;
	font-size: 13px;
}
#gwn_header_left {
	float: left;
}
#gwn_header_right {
	float: right;
}
