@import url(base.css);
/* style for home */
         
#catinf {
  margin-right: 20px;
}
#catinf h1 {
  border-bottom: solid 1px #ffcc99;
  margin-bottom: 20px;
}

#catinfDesc h2 {
  border-bottom: solid 1px #ffcc99;
}

#catinfFieldValue {
  margin-left: 20px;
}

.catinfField {
  float:left;
  width: 150px;
  margin-top: 5px;
}

.catinfSpt {
  width: 10px;
  float: left;
  margin-top: 5px;
}

.catinfValue {
  width: 330px;
  float: left;
  margin-top: 5px;
}

.clear_both {
  clear: both;
  margin: 0px;
  height: 1 em;
  padding: 0px;
  border-bottom: solid 1px #ffffff;
}

#catinfChart{
  clear: both;
  margin-top: 20px;
}

#catinfChart input.textbox {
  width: 30px;
}

#catinfLinkBack {
  margin-bottom: 20px;
}

#motto {
 text-align: center;
 margin-top: 10px;
 margin-left: 0px;
 padding-bottom: 10px;
 color: #000000;
 clear: both;
 font-size:0.9em;
}