/* atviir.css */

.clearboth { clear: both; }

.nowrap { white-space: nowrap; }

.transparent {
  filter: alpha(opacity=70); /* non-standard css required for ie */
  opacity: 0.7;
}

a {
  color: #ffffff;
  text-decoration: none;
}

a.link {
  color: #808080;
  font-size: 0.60em;
}

a.linkHover {
  color: #ffffff;
  font-size: 0.60em;
}

a img {
  border: none;
  text-decoration: none;
}

a:hover img {
  border: none;
  text-decoration: none;
}

body {
//  background: url(/atviir/images/gradient.jpg) 0% 0% repeat-x;
  background-color: #4e8975;
  color: #ffffff;
  font-family: sans-serif;
  font-size: 100%;
  font-weight: normal;
  line-height: 1.25em;
  margin: 0px;
  overflow: visible;
  padding: 0px;
  text-align: center;
}

fieldset {
  color: #ffffff;
  font-family: arial;
  font-size: medium;
  font-weight: normal;
}

h1 {
  color: #ffffff;
  font-family: sans-serif;
  font-size: 3.5em;
  font-weight: normal;
  line-height: 1.00em;
}

h2 {
  color: #ffffff;
  font-family: sans-serif;
  font-size: 1.75em;
  font-weight: normal;
  line-height: 1.00em;
}

h3 {
  color: #ffffff;
  font-family: sans-serif;
  font-size: 1.25em;
  font-weight: normal;
  line-height: 1.00em;
}

h4 {
  color: #ffffff;
  font-family: sans-serif;
  font-size: 1em;
  font-weight: normal;
  line-height: 1.25em;
}

h5 {
  color: #ffffff;
  font-family: sans-serif;
  font-size: 0.85em;
  font-weight: normal;
  line-height: 1.25em;
}

h6 {
  color: #ffffff;
  font-family: sans-serif;
  font-size: 0.75em;
  font-weight: normal;
  line-height: 1.25em;
}

html {
  height: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
}

input {
  background-color: #ffffff;
  color: #4e8975;
  font-family: arial;
  font-size: medium;
  font-weight: normal;
}

input.functionButton {
  background-color: #a0522d;
  border-bottom: 2px #993300 solid;
  border-left: 2px #cc6633 solid;
  border-right: 2px #993300 solid;
  border-top: 2px #cc6633 solid;
  color: #660033;
  cursor: pointer;
  font-family: sans-serif;
  font-size: 80%;
  font-weight: normal;
  margin-bottom: 2px;
  margin-top: 2px;
  overflow: visible;
  padding-left: 2px;
  padding-right: 2px;
  vertical-align: middle;
  width: auto;
 }

input.functionButtonHover {
  background-color: #993300;
  border-bottom: 2px #993300 solid;
  border-left: 2px #993300 solid;
  border-right: 2px #993300 solid;
  border-top: 2px #993300 solid;
  color: #ffffff;
  cursor: pointer;
  font-family: sans-serif;
  font-size: 80%;
  font-weight: normal;
  margin-bottom: 2px;
  margin-top: 2px;
  overflow: visible;
  padding-left: 2px;
  padding-right: 2px;
  vertical-align: middle;
  width: auto;
}

input.menuButton {
  background-color: #339966;
  color: #003300;
  font-family: sans-serif;
  font-size: 80%;
  font-weight: bold;
  border-bottom: 2px #336633 solid;
  border-left: 2px #66cc66 solid;
  border-right: 2px #336633 solid;
  border-top: 2px #66cc66 solid;
  margin-top: 2px;
  margin-bottom: 2px;
  overflow: visible;
  padding: 4px;
  vertical-align: middle;
  width: auto;
}

input.menuButtonHover {
  background-color: #669966;
  border-bottom: 2px #336633 solid;
  border-left: 2px #336633 solid;
  border-right: 2px #336633 solid;
  border-top: 2px #336633 solid;
  color: #ffffff;
  cursor: pointer;
  font-family: sans-serif;
  font-size: 80%;
  font-weight: bold;
  margin-bottom: 2px;
  margin-top: 2px;
  overflow: visible;
  padding: 4px;
  vertical-align: middle;
  width: auto;
}

label {
  color: #ffffff;
  font-family: sans-serif;
  font-size: 1em;
  font-weight: normal;
  line-height: 1.25em;
}

legend {
  color: #ffffff;
  font-family: arial;
  font-size: medium;
  font-weight: normal;
}

select {
  background-color: #ffffff;
  color: #4e8975;
  font-family: arial;
  font-size: medium;
  font-weight: normal;
  vertical-align: middle;
}

textarea {
  background-color: #ffffff;
  color: #4e8975;
  font-family: arial;
  font-size: medium;
  font-weight: normal;
}

