body {
  background-color:#FFFFFF;
  color: #000000;
  font-family: "Comic Sans MS", "Comic Sans", Chalkboard, Sans-serif;
  font-size: 13px;
  margin:4px;
  overflow-x:auto;
  overflow-y:auto;
}

@font-face {
  font-family: "Andale Mono";
  font-style: normal;
  font-weight: normal;
  src:url(AndaleMono.eot);
}

a:link,
a:visited,
a:active  { color: #0042a4; text-decoration: none }
a:hover   { color: #ffcc00; text-decoration: underline }

img { border:0 }

p {
  margin-bottom:.6em;
}
p, div, span, td, th {
  color: #000000;
  font: 12px "Comic Sans MS", "Comic Sans", Chalkboard, Sans-serif;
}

input, textarea, select {
  font-family: "Comic Sans MS", "Comic Sans", Chalkboard, Sans-serif;
  font-size: 12px;
}

.3d {
  background-image:url(sp_shade.png);
  border:1px solid #000;
  padding:1px 2px 2px 3px;
}

h1 {
  font: 14pt "Comic Sans MS", "Comic Sans", Chalkboard, Sans-serif;
  font-weight: bold;
  color: #0042a4;
  margin-bottom:8px;
}
h2 {
  font: 13px "Comic Sans MS", "Comic Sans", Chalkboard, Sans-serif;
  font-weight: bold;
  color: #0042a4;
  margin-bottom:5px;
}

form {
  margin:0px;
}

label {
  white-space:nowrap;
}

.label {
  font: 12px "Comic Sans MS", "Comic Sans", Chalkboard, Sans-serif;
  text-align: right;
  white-space: nowrap;
  margin-right:5px;
}

.lg {
  font: 13px "Comic Sans MS", "Comic Sans", Chalkboard, Sans-serif;
}

.sm {
  font: 11px "Comic Sans MS", "Comic Sans", Chalkboard, Sans-serif;
}

.c {
  color: #0042a4;
}

.error {
  font: 13px "Comic Sans MS", "Comic Sans", Chalkboard, Sans-serif;
  font-weight: bold;
  color:red;
}

.data { display:none }

.new {
  color: #AA00AA;
}

.grayed {
  color: #777;
}

select.list {
  font-size:8pt;
  font-family: "Andale Mono", "Aerial Mono", "Courier New", Courier, monospace;
  margin-bottom:1px;
}

.heading {
  font-size:11px;
  color:#000;
  background-color:#999;
  padding-left:1px;
  border-top:1px solid #EEE;
  border-left:1px solid #EEE;
  border-bottom:1px solid #444;
  border-right:1px solid #444;
}

.button { /* auto-width buttons */
  height:22px;
}
.button1 { /* fixed size small buttons */
  height:22px;
  width:52px;
}
.button2 { /* wider buttons */
  height:22px;
  width:86px;
}

.catsbox {
  border:1px solid #555;
  margin:3px 0px 5px 2px;
  padding:1px;
}

.cat { /* cats radio button */
  width:22px;
  height:21px;
  vertical-align:middle;
}

.click {
  cursor:pointer;
}


/* tagboard = messageboard */

.tagtitle {
  font: 13px "Comic Sans MS", "Comic Sans", Chalkboard, Sans-serif;
  font-weight: bold;
  color: #0042a4;
}
.tagpost {
  font-family:Arial,Helvetica,sans-serif;
  font-size:12px;
}
.tagname {
  font-family:Arial,Helvetica,sans-serif;
  font-size:12px;
  font-weight:bold;
}
.tagdate {
  font-family:Arial,Helvetica,sans-serif;
  font-size:10px;
  font-style:italic;
}
.tagfooter {
  font-family:Arial,Helvetica,sans-serif;
  font-size:12px;
  text-align:center;
  font-style:italic;
}
.taglabel {
  font-family:Arial,Helvetica,sans-serif;
  font-size:10px;
}
.taginput {
  background-image:url(sp_shade.png);
  border:1px solid #000;
  padding:0px 1px 0px 1px;
  font-family:Arial,Helvetica,sans-serif;
  font-size:10px;
}
