body.wagn {
  background: url(/images/body-bg.bmp) repeat-x #cdb;
}
body, .reset{
  color: #444;
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
}

body.mceContentBody {  
  margin: 4px;
}

body, p, ol, ul, td, th, input, textarea {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size:   12px;
  font-weight: normal;
}
body, p, ol, ul {
  line-height: 21px;
}
body {
  margin: 0px;
}
body, .reset{
  color: #444;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
}
pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
}
form { 
  margin: 0px; 
  padding: 0px;
  display: inline;
}
p { 
  margin: 0px; 
}     
a, 
a:link, 
a:visited { 
	color: #484; 
	text-decoration: none;
}
a:hover, 
a:focus {
  text-decoration: underline;
}




h1 {
  font-size: 15px; 
}
h2 {
  font-size: 13px; 
}
/* headers outside of cards */
body.wagn h1, 
body.wagn h2 { 
  color: #22d; 
  font-weight: normal; 
  margin: 0 0 10px 0;
}

/* headers within cards */
h1, h2,
body.wagn .card-slot h1,
body.wagn .card-slot h2 {
  color:#644;
  font-weight: bold;
  margin: 0px;
}


label {
  color: #777;
}
pre {
  background-color: #eef;
  padding: 10px;
  font-size: 11px;
}
table {
  border-collapse: collapse;
  padding: 0;
}
th {
  color: #666;
  font-weight: normal;
  font-style: italic;
}

td, th {
  vertical-align: top;
  padding: 0px;
}
.table-row-odd {
  background: #cce;
}
input[type=text], 
#navbox_background,
input[type=password],
input[type=checkbox],
textarea,
select {
  padding-left: 3px;
  border: 1px solid #aaa;
  border-top: 2px solid #666;
  border-left: 2px solid #666;
  font-size: 12px;
  color: #555;
  background: #ffc;
}
#tinymce {
  background: #ffe;  
}
input[type=submit], 
input[type=button] {
  background: #99a;
  color: #ffd;  
  font-size: 11px;
  border: 1px solid #bbb;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  margin: 5px;
  padding: 0px 6px;
}
input:focus,
select:focus,
textarea:focus,
div:focus#tinymce {
  background: #ffe;
}
input[type=submit]:focus, 
input[type=button]:focus {
  color: #000
}
textarea {
  width: 98%;    
}
img {
  border: 0px;
  vertical-align: middle;
}  

li {
  margin-bottom: 2px;
}

.errorExplanation {
  margin: 10px;
  padding: 10px;
  border: 3px solid #966;
  background: #ffa;
  -moz-border-radius: 8px;
  border: 1px solid #777;
  border-bottom: 2px solid #888;
  border-right: 2px solid #888;
}
