@import url(form.css);
/* -----------------------------------*/
/* ---------->>> GLOBAL <<<-----------*/
/* -----------------------------------*/

.hidden { display: none; }

body {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 100.01%;
  padding: 0;
}


h1 {
  font-size: 1.8em;
  font-weight: bold;
  padding: .5em;
  margin-bottom: .5em;
}

h2 {
  font-size: 1.6em;
  font-weight: bold;
  padding: .5em;
  margin: 0px 0px 0.5em;
  text-align: center;
}

h3 {
  font-size: 1.4em;
  font-weight: bold;
  text-align: center;
  padding: 0.25em;
}

h4 { /*subheading - header caption*/
  font-size: 1.3em;
  font-weight: bold;
  margin-top: -0.5em;
  margin-bottom: 0.5em;
  margin-left: 1em;
}

h5 { /*subheading - header caption*/
  font-size: 1.2em;
  font-weight: bold;
  margin-top: -0.5em;
  margin-bottom: 0.5em;
  margin-left: 1em;
}

h6 {
  font-size: 0.9em;
  font-style: italic;
  margin-bottom: 0.5em;
  margin-left: 1em;
}

p {
  margin-bottom: .5em;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

ul {
  list-style: disc outside;
  margin-left: 2em;
}

ol {
  list-style: decimal outside;
  margin-left: 2em;
}

/* BASIC TABLE STYLES */
table
{
  margin: 1em;
  border-collapse: collapse;
  border: 1px solid #584433;
}

table td,
table th {
  padding: 0.25em;
  border: 1px solid #5F4631;
}

table th {
  background-color: #E9D6C6;
  font-weight: bold;
}
 
/* impromptu */
.jqifade{
      position: absolute;
      background-color: #aaaaaa;
}
div.jqi{
      width: 400px;
      font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
      position: absolute;
      background-color: #ffffff;
      font-size: 11px;
      text-align: left;
      border: solid 1px #eeeeee;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      padding: 7px;
}
div.jqi .jqicontainer{
      font-weight: bold;
}
div.jqi .jqiclose{
      position: absolute;
      top: 4px; right: -2px;
      width: 18px;
      cursor: default;
      color: #bbbbbb;
      font-weight: bold;
}
div.jqi .jqimessage{
      padding: 10px;
      line-height: 20px;
      color: #444444;
}
div.jqi .jqibuttons{
      text-align: right;
      padding: 5px 0 5px 0;
      border: solid 1px #eeeeee;
      background-color: #f4f4f4;
}
div.jqi button{
      padding: 3px 10px;
      margin: 0 10px;
      background-color: #2F6073;
      border: solid 1px #f4f4f4;
      color: #ffffff;
      font-weight: bold;
      font-size: 12px;
}
div.jqi button:hover{
      background-color: #728A8C;
}
div.jqi button.jqidefaultbutton{
      background-color: #BF5E26;
}
.jqiwarning .jqi .jqibuttons{
      background-color: #BF5E26;
}

.mw_admin {
  position: absolute; right: 0px; top:0.5em; z-index: 1000;
}


.clear {
  clear: both;
  height: 0px;
  line-height: 0px;
}
.clearright {
  clear: right;
  height: 0px;
  line-height: 0px;
}
.image_replaced {
  overflow: hidden;
  margin-left: -1000px;
  display: none;
}
.nowrap {
  white-space: nowrap;
}

.gallery {
  position: relative;
  text-align: center;
}

