
.code {
  font-family: monospace;
  font-size: 127%;
}

span.code {
  font-weight: bold;
  background: #eee;
}

#status_block {
  margin: 0 auto 0.5em auto;
  padding: 15px 10px 15px 55px;
  background: #cec URL('../images/ok.png') left center no-repeat;
  border: 1px solid #9c9;
  width: 450px;
  font-size: 120%;
  font-weight: bolder;
}

.notice {
  margin: 0.5em auto 0.5em auto;
  padding: 15px 10px 15px 55px;
  width: 450px;
  background: #eef URL('../images/info.png') left center no-repeat;
  border: 1px solid #cce;
}

.fielderror {
    color: red;
    font-weight: bold;
}

div.clearingdiv {
  clear:both;
}

div.goalcolumn {
  float: left;
  width: 12%;
  text-align: center;
}

div.goalcolumn div {
  border: 1px solid #424242;
  height: 4em;
  margin-top: -1px;
  margin-right: -1px;
}

div.goalcolumn div.header {
  background-color: #aac2df;
}

div.goalcolumn div.action:hover{
  background-color: #dcdfaa;
}

img.t {
  margin-right: -10px;
}

span.meta {
  display: none;
}

ul.menu li {
   display: inline;
   font-size: 200%;
}

ul.menu li.active {
  background-color: #aac2df;
}

ul.menu li a {
   text-decoration: none;
   padding: 3px;
   padding-left: 6px;
   padding-right: 6px;
}

ul.menu li a:hover {
  background-color: #dcdfaa;
}

#abouttg {
  border: 1px solid #aaa;
}

#abouttg td, #abouttg th {
  border: 1px solid #eee;
}

#abouttg tbody th {
  width: 250px;
}