/****** General ******/

html { margin: 0; padding: 0; height: 100%; }

body {
  margin: 0;
  padding: 0;
  font-family: Arial, "Arial Regular", Helvetica, sans-serif;
  font-weight: normal;
  font-size: 0.75em;
  line-height: 1.5em;
  text-decoration: none;
  background-color: #EBECEC;
  color:#333333;
  height: 100%;
}

h1 { color: #00492c; font-size: 180%; font-weight: normal; line-height: 1.2em; margin: 1px 0 1px 0; }
h2 { color: #00492c; font-size: 150%; font-weight: normal; line-height: 1.2em; margin: 1px 0 1px 0; }
h3 { color: #00492c; font-size: 125%; font-weight: normal; line-height: 1.0em; margin: 1px 0 1px 0; }
h4 { color: #00492c; font-size: 110%; font-weight: normal; line-height: 1.0em; margin: 1px 0 1px 0; }

p { margin-top: 6px; margin-bottom: 0px; }
hr { width: 100%; border: 0; color: #E5E5E5; background-color: #E5E5E5; height: 1px; margin: 15px 0 15px 0; padding: 0; }
a:link, a:visited, a:active { color: #00492c; text-decoration: none; outline: none; }
a:hover { color: #00492c; text-decoration: underline; outline: none; }
.clear { clear:both; margin-top:-1px; height:1px; overflow:hidden; }
a.noul:hover { text-decoration: none; }

hr { border:solid 1px #c09b5b; background-color:#c09b5b; }
img { border:0; }

/***** Common classes *****/

.clearfloat {
  clear:both;
  margin-top:-1px;
  height:1px;
  overflow:hidden;
}

.highlightEdit {
  background-color:#cccccc;
}

.ajaxmess {
  position:absolute;
  background-color:#fff;
  border:solid 1px #000;
  display:none;  
}

table.puff {
  border:solid 1px #000;
  width:150px;
}

.gold {
  color:#c09b5b;
}
.green {
  color:#00492c;
}

.goldback {
  background-color:#c09b5b;
  color:#fff;
  padding:5px 10px;
  font-weight:bold;
}

.lineunder {
  border-bottom:solid 1px #000;
  padding-top: 5px; 
  padding-bottom: 7px;
}

.graytext {
  font-size:80%;
  color:#999;
}