/* style sheet for Econet */

normal {font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif; font-size: 15px;}
a {background-color:d0d040;
text-decoration: none;
color: 303000;
font-weight : bold;
border: 1px outset #a0d090;
}
a:visited { color: 404020}
A:HOVER{background-color:"f0c0b0";
color: d00000;
text-decoration:underline;
border: 1px outset #b0f0a0;
}
body, td {bgcolor:fffff; font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif; font-size: 14px}

h2 {/* header element float */
  float: left;
  width: 10em;/* em width variance by element*/
  margin: 0.2em;
  padding: 0.2em;
  background: #f0f0c0;
  border-right: 1px dotted #ce8b57;
  border-bottom: 1px dotted #ce8b57;
  }

h3 {/* header element float */

  font-size: 14px
  margin: 4px;
  font-weight : normal;
  background: #f0f0c0;
  border: 1px dotted #ee8b57;
  }
h4 {/* header element float */
  font-weight : normal;
  font-size:10px;
  width:230px;
  padding:4px;
  margin:4px;
  background: #f0f080;
  }

div.content {/* after header margin adjustment */
  padding: 4px;
  font-size:12px;
  magin:4px;
  border-top: 1px dotted #696969;
  border-bottom: 1px dotted #696969;
  background: #dfdfa0;
  }
span.cap-g, span.cap-y, span.cap-r, span.cap-w {
  float: left; 
  font-size: 1.5em;
  padding: 0 0.15em;
  margin: 0 0.15em 0 0; 
  }
span.cap-g {
  background: #d0eed0;
;
  }
span.cap-y {
  background: #eeeed0;
;
  }
span.cap-r {
  background: #eed0d0;
;
  }
span.cap-w {
  background: #eeeee0;
;
  }

span.menu-g, span.menu-y, span.menu-r, span.menu-w {
  font-size: 1em;
  padding: 0 0.15em;
  margin: 0 0.15em 0 0; 
  }
span.menu-g {
  background: #90ee90;
  border: 1px outset #2e8b57;
  }
span.menu-y {
  background: #eeee90;
  border: 1px outset #8e8b57;
  }
span.menu-r {
  background: #ee9090;
  border: 1px outset #8e5757;
  }
span.menu-w {
  background: #eeeee0;
  border: 1px outset #cecb57;
  }


