a.wiki_external {
  padding-left: 20px;
  background: url( 'externalLink.png' ) left no-repeat;
}

a.wiki_search {
  padding-left: 20px;
  background: url( 'searchLink.png' ) left no-repeat;
}

a.wiki_file {
  padding-left: 20px;
  background: url( 'fileLink.png' ) left no-repeat;
}


.wiki_image_float_left {
  float: left;
}

.wiki_image_float_right {
  float: right;
}

.wiki_exception {
  background: #f66;
}

.wiki_toc {
  background: #eef;
  border: 1px solid #336;
  padding-right: 1em;
}

.wiki_toc h3 {
  text-align: center;
}

.wiki_toc a {
  font-weight: normal;
}

.wiki_editInclude {
  text-align: right;
}
.wiki_editSection {
  float: right;
}
.wiki_editSection a {
  font-weight: normal;
}
.wiki_editSection4 {
  display: none;
}
.wiki_editSection5 {
  display: none;
}

.wiki_plain_left {
  float: left;
  margin-right: 1em;
}

.wiki_plain_right {
  float: right;
  margin-left: 1em;
}

.wiki_right {
  text-align: right;
}

.wiki_left {
  text-align: right;
}

.wiki_code {
  font-family: monospace;
}

.wiki_strike {
  text-decoration: line-through;
}

.wiki_form {
  padding: 1em;
  background: #ddd;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #666;
}

.wiki_form td {
  padding-right: 2em;
}

.wiki_formButtons {
  padding: 1em 2em 0em 2em;
  text-align: center;
}


.googleMap_map {
  width: 600px;
  height: 400px;
}

.wiki_imageIndex {
  width: 100%;
}

.wiki_imageIndex td {
  text-align: center;
  vertical-align: bottom;
  padding-bottom: 2em;
}



