@import url(../basic.css);

/* general */

body {
  background: #e8e8e8;
	color: #000000;
	border: 0;
	margin: 0;
  padding: 0;
  font-size: 1em;
  font-family: Verdana, Bitstream Vera Sans, Tahoma, Arial, sans-serif;
}

a {
  color: #00c;
}

a.edit {
  background: #f8f8f8;
}

a:visited {
  color: navy;
}

a:hover {
  color: red;
}

input, select {
  background: #fff;
  border: 1px solid #666;
}

input:focus, select:focus {
  background: #fffff0;
}

input.button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
  background: #999;
  color: white;
  border: 1px solid black;
  font-weight: bold;
}

/* main menu */

#main-menu {
  padding: 0.3em 0.8em;
  text-align: center;
  background: #747470;
  color: #ccc;
  border-bottom: 2px solid #000;
  font-family: Arial, Tahoma, Bitstream Vera Sans, Verdana, sans-serif;
}

#main-menu a {
  color: #fff;
}

#main-menu a:visited {
  color: #fffff0;
}

#main-menu a:hover {
  background: #999;
  color: white;
}

/* top menu */

#top-menu {
  padding: 0.5em 0.8em;
  background: #e8e8e8;
  border-bottom: 2px dotted #999;
  font-family: Arial, Tahoma, Bitstream Vera Sans, Verdana, sans-serif;
}

#top-menu hr {
  display: none;
}

#top-menu em {
  color: brown;
  font-weight: bold;
  font-style: normal;
}

/* bottom menu */

#bottom-menu {
  padding: 0.5em 0.8em;
  background: #e8e8e8;
  border-top: 2px dotted #999;
  font-family: Arial, Tahoma, Bitstream Vera Sans, Verdana, sans-serif;
}

#bottom-menu hr {
  display: none;
}

#bottom-menu em {
  color: brown;
  font-weight: bold;
  font-style: normal;
}

/* search box */

#search {
  float: right;
  margin: 0 0 0.5em 0.5em;
  text-align: right;
}

#search input,
#search select {
  border: 1px solid #999;
  padding: 0px 2px;
  font-family: Arial, Tahoma, Bitstream Vera Sans, Verdana, sans-serif;
  font-size: 0.9em;
}

#search input {
  padding: 0.05em 0.3em;
}

#search input.button {
  border: 1px solid black;
  background: #666;
  color: #fff;
  font-weight: bold;
  font-size: 0.9em;
  font-family: Arial, Tahoma, Bitstream Vera Sans, Verdana, sans-serif;
  padding: 0.05em 0.1em;
}

/* wiki tools */

.tools {
}

/* doc time */

.timestamp {
}

/* doc path */

.path {
}

/* banners */

.buttons {
  float: right;
  margin: 0 0 0.5em 0.5em;
}

/* credits */

#credits {
}

/* content */

#content {
	background: #f8f8f8;
  padding: 0.8em 1.2em;
  font-size: 1em;
}


.cache-contents #content {
  background-image: url(/images/cached.png) !important;
}

#content h1 {
  margin: 0 0 0.5em 0;
}

#content h1 a {
  text-decoration: none;
}

#content hr {
  border: 0;
  height: 1px;
  border-top: 1px dashed #999;
}

#content hr.strong {
  border-top: 5px dashed navy;
}

h1, h2, h3, h4, h5, h6, h7 {
  background: #e0e0e0;
  padding: 0.1em 0.3em;
  border-bottom: 1px solid gray;
  color: #333;
}

pre {
  background: #f0f0f0;
  overflow: auto;
  padding: 0.5em;
  border: 1px solid #aaa;
}

tt, pre {
  color: #005500;
  font-size: 1.1em;
  font-family: Courier New, Lucida Console, Bitstream Vera Sans Mono, monospace;
}

pre.source {
  max-height: none;
  white-space: normal;
  overflow: visible;
  color: #333;
}

pre.diff {
  color: #333;
  white-space: normal;
  overflow: visible;
  max-height: none;
}

pre.diff ins, ins.diff {
  background: #cfc;
  color: black;
  text-decoration: none;
}

pre.diff del, del.diff {
  background: #fcc;
  color: black;
  text-decoration: none;
}

.external {
  margin-left: 1px;
  background: #d0d0d0;
  text-decoration: none;
  border: 1px solid #999;
  padding: 0px 2px;
}

.unknown {
  background: #d0d0d0;
  text-decoration: none;
  border: 1px solid #999;
  padding: 0px 2px;
}

.notice {
  background: #f0f0f0;
  padding: 0.5em;
  border: 1px dashed #666;
}

.notice p {
  margin-top: 0;
  margin-bottom: 0.5em;
}

fieldset {
  background: #eee;
  margin-bottom: 1em;
  border: 1px solid #999;
  padding: 0.2em 0.5em;
}

fieldset.buttons {
  display: block;
  float: none;
  margin: 0;
}

fieldset.antispam {
  font-family: Arial, Tahoma, Bitstream Vera Sans, Verdana, sans-serif;
}

fieldset.antispam em {
  color: red;
  background: #ffc;
  font-style: normal;
}

fieldset.antispam em strong {
  font-family: Verdana, Bitstream Vera Sans, Tahoma, Arial, sans-serif;
  font-family: monospace;
  font-size: 1.2em;
  color: #666;
  padding: 0.1em;
}

fieldset.preview {
  background: #f0f0f0;
}

legend {
  background: #666;
  padding: 0.1em 0.5em;
  color: white;
  font-weight: bold;
}

textarea {
  width: 95%;
  border: 1px solid #666;
  background: #fff;
  font-size: 1em;
  font-family: Courier New, Lucida Console, Bitstream Vera Sans Mono, monospace;
}

p > textarea {
  width: 100%;
}

textarea:focus {
  background: #fffff0;
}

/*
dl {
  margin-left: 0.5em;
  padding: 0;
  border: 0;
}
*/

/* homepage */

table.homepage {
  width: 100%;
  border-collapse: collapse;
}

table.homepage td {
  margin: 0;
  border: 0.5em solid #f8f8f8;
  padding: 0.5em;
  xbackground: #e8e8e8;
  width: 50%;
  text-align: justify;
  vertical-align: top;
}

table.homepage img.icon {
  float: left;
  margin: 0.3em 0.3em 0em 0.3em;
}

table.homepage td h1, 
table.homepage td h2, 
table.homepage td h3, 
table.homepage td h4, 
table.homepage td h5, 
table.homepage td h6, 
table.homepage td h7 {
  font-family: Arial, Tahoma, Bitstream Vera Sans, Verdana, sans-serif;
  margin: 0 0 0.2em 0;
}

table.homepage td p {
  margin: 0;
}

table#visitor-counter td.count {
  text-align: right;
}
