body {
  font: 12px/160% Verdana, sans-serif;

  font-size: 11px;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  color: #5B5D60;
  background: #FFF;
  margin: 0;
  padding: 0;
}

input {
  font: 18px/100% Verdana, sans-serif;

  font-size: 18px;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  color: #5B5D60;
}

textarea, select, pre {
  font: 12px/160% Verdana, sans-serif;

  font-size: 11px;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  color: #5B5D60;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-family: 'Lucida Sans Unicode', 'Lucida Sans', Verdana, Helvetica, Arial, sans-serif;
}

h1 {
  /*font-size: 170%;*/
  font-size: 10px;
  line-height: 10px;
}

h2 {
  font-size: 160%;
  line-height: 130%;

  font-size: 1.3636em; /* 15px is 15/11 = 1.3636 */
  border-bottom: 1px solid #CCC;
  margin: 0 0 15px;
  padding: 0 0 3px;
}

.node h2 {
  font-size: 1.1818em; /* 13px is 13/11 = 1.1818 */
  border: none;
  margin: 0;
  padding: 0;
}

h3 {
  font-size: 140%;

  font-size: 1.3636em; /* 15px is 15/11 = 1.2727 */
  padding-bottom: 5px;
}

h4 {
  font-size: 130%;

  font-size: 1.2727em; /* 14px is 14/11 = 1.2727 */
  color: #74777B;
  padding-bottom: 5px;
}

h5 {
  font-size: 120%;

  font-size: 1.1818em; /* 13px is 13/11 = 1.2727 */
  color: #8E9195;
  padding-bottom: 5px;
}

h6 {
  font-size: 110%;

  font-size: 1em; /* 11px is 11/11 = 1 */
  padding-bottom: 5px;
}

ul, quote, code, fieldset {
  margin: .5em 0;
}

p {
  /*margin: 0.6em 0 1.2em;*/
  margin: 0;
  padding: 0 0 1em;
}

a:link {
  color: #333399;
  text-decoration: none;
}

a:hover {
  color: #ff9933;
  text-decoration: none;
}

a:active, a.active { color: #333399; }
li a.active { color: #333399; }

a:visited {
	color: #606060;
}

hr {
  margin: 0;
  padding: 0;
  border: none;
  height: 1px;
  /*background: #5294c1;*/
  background: #cccccc;
}


img {
  border: none;
  
}

table {
  /*margin: 1em 0;*/
  /*width: 100%;*/
}

thead th {
  border-bottom: 2px solid #E3E3E3;
  color: #5B5D60;
  font-weight: bold;
}

th a:link, th a:visited {
  color: #969696;
}

td, th {
  padding: .3em .5em;
}

tr.even, tr.odd, tbody th {
  border: solid #E3E3E3;
  border-width: 1px 0;
}

tr.odd, tr.info {
  background-color: #F3F3F3;
}

tr.even {
  background-color: #fff;
}

tr.drag {
  background-color: #fffff0;
}

tr.drag-previous {
  background-color: #ffd;
}

tr.odd td.active {
  background-color: #E9E9E9;
}

tr.even td.active {
  background-color: #EEE;
}

td.region, td.module, td.container, td.category {
  border-top: 1.5em solid #fff;
  border-bottom: 1px solid #D2D2D2;
  background-color: #E3E3E3;
  color: #455067;
  font-weight: bold;
}

tr:first-child td.region, tr:first-child td.module, tr:first-child td.container, tr:first-child td.category {
  border-top-width: 0;
}

span.form-required {
  color: #ffae00;
}

span.submitted, .description {
  /*font-size: 0.92em;*/
  font-size: .8181em; /* 9px is 9/11 = .8181 */
  color: #999;
}

.description {
  line-height: 150%;
  margin-bottom: 0.75em;
  color: #898989;
}

.messages, .preview {
  margin: .75em 0 .75em;
  padding: .5em 1em;
}

.messages ul {
  margin: 0;
}

.form-checkboxes, .form-radios, .form-checkboxes .form-item, .form-radios .form-item {
  margin: 0.25em 0;
}

#center form {
  margin-bottom: 2em;
}

.form-button, .form-submit {
  margin: 2em 0.5em 1em 0; /* LTR */
}

#dblog-form-overview .form-submit,
.confirmation .form-submit,
.search-form .form-submit,
.poll .form-submit,
fieldset .form-button, fieldset .form-submit,
.sidebar .form-button, .sidebar .form-submit,
table .form-button, table .form-submit {
  margin: 0;
}

.box {
  /*margin-bottom: 2.5em;*/
  margin: 2.5em 0;
}


/* ---------------------------------------------------------------------- */


.error, .err_text, .red {
	color:#FF0000;
}

.success {
	color:green;
}


.text1 {
	font-size:14px;
}

.frmHdr {
	font-size:10px;
	padding: .0em .0em;
}

.donorResults {
	font-size:11px;
}
