body {
/*background: url('/images/template/gradient_gray.png') repeat-x top #FFFFFF; *//*background-color: #edf2f6;*/
  background: url('/images/gradient2.png') repeat-x top #DCF1FA;
  color: #766;
}

h2, h3 {
  margin-bottom:5px;
}

table {
  margin-bottom:5px;
}

thead th {
  background: #f6eee2;
}

td {
  vertical-align: top;
  padding: 5px;
}

img {
  border: none;
}

hr {
  margin-top: 10px;
  width: 95%;
  text-align: center;
  color: #f6eee2;
}

.buttons {
  text-align: right;
}

.buttons a, a:visited {
  color: gray;
}

.buttons input {
  font-size: 12pt;
  color: #FFFFFF;
  background-color: #e972a1;
  border-style: none;
}

.buttons input:hover {
  background-color: #ebacc5;
}

.rounded {
  -moz-border-radius: 2ex;
  -webkit-border-radius: 2ex;
}

.form {
  background-color: #f9f4ec;
  padding: 5px 10px 2px 10px;
  margin-bottom: 15px;
}

h1, .h1 {
  font-size: 180%;
  font-weight: 400;
  font-style: normal;
  color: #DF2B72;
}

h2, .h2 {
  font-size: 160%;
  font-weight: 400;
  font-style: normal;

  color: #e972a1;
}

h3, .h3 {
  font-size: 146.5%;
  font-weight: 400;
  font-style: normal;
  color: #DF2B72;
}

h4, .h4 {
  font-size: 123.1%;
  font-weight: 700;
  font-style: normal;
  color: orange;
}

h5, .h5 {
  font-size: 108%;
  font-weight: 700;
  font-style: normal;
  color: #AE0345;
}

h6, .h6 {
  font-size: 108%;
  font-weight: 400;
  font-style: italic;
  color: #333;
}

a:link {
  color: #DF2B72;
  font-weight: normal;
  text-decoration: none;
}

a:visited {
  color: #DF2B72;
  font-weight: normal;
  text-decoration: none;
}

a:hover {
  outline: none;
  color: #ebacc5;
}

a:active {
  outline: none;
  color: #ebacc5;
}

#logo {
  margin-top: 0;
  margin-left: 0;
}

#mainContainer {
  width: 960px;
  height: 100%;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

.contentContainer {
  background-color: white;
  padding: 5px;
  margin-bottom: auto;
  clear: both;
}

.content {
  background-color: white;
  padding: 20px 10px;
}

#header {
  width: 100%;
}

#footer {
  margin-top: 5px;
  float: right;
  font-size: 9pt;
  color: gray;
  margin-right: 20px;
  text-align: right;
}

.section {
  background-color: #f6eee2;
  padding: 15px 10px 10px 10px;
}

.childSelector {
  background-color: #f9f4ec;
  padding: 10px 10px 10px 20px;
  margin: 10px;
}

.childSelector .heading1 {
  color: orange;
  font-size: 24pt;
}

.childSelector .heading2 {
  color: gray;
}

.childSelector .actions {
  padding-top: 15px;
  text-align: center;
}

img.smallAvatar {
  width: 80px;
  height: 80px;
}

/* milestones page */

.item .date {
  font-size: 10pt;
  color: orange;
}

.item .title {
  font-size: 11pt;
}

.item {
  vertical-align: middle;
  border-width: 1px;
  border-color: white;
  border-style: solid;
}

.item td {
  vertical-align: middle;
}

.red {
  background-color: #fef2f2;
}

.orange {
  background-color: #fef2e7;
}

.yellow {
  background-color: #fbfbd3;
}

.blue {
  background-color: #f5f8ff;
}

/* pagination */
.paginate {
  text-align: right;
  margin-bottom: 15px;
}

.paginate .step {
  margin: 5px;
}

.paginate .currentStep {
  font-size: 14pt;
  margin: 5px;
}

.paginate .nextLink {
  margin: 5px;
}

.paginate .prevLink {
  margin: 5px;
}

/* person home page */

.childSelector {
}

.childSelector .heading1 {
  font-size: 14pt;
}

.childSelector .heading2 {
  font-size: 11pt;
  color: gray;
}

.childSelector .actions {
  padding-top: 15px;
  text-align: center;
}

.deleteButton {
  margin: 5px;
  background: url('../images/icons/delete.gif') no-repeat;
  padding-left: 17px;
}

.editButton {
  margin: 5px;
  background: url('../images/icons/change.gif') no-repeat;
  padding-left: 17px;
}

.entry {
  border: 1px;
  margin-top: 10px;
  margin-left: 70px;
  padding-left: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 80%;
  border-color: #ccc;
  vertical-align: bottom;
}

.entry .date {
  float: left;
  color: #f63;
  margin-left: -70px;
  margin-top: 10px;
  text-align: right;
}

.entry .title {
  font-size: 12pt;
  color: #e972a1;
}

.entry .notes {
  color: #777;
  margin-left: 30px;
}

/* jqmodal styles */
.jqmWindow {
  display: none;
  position: fixed;
  top: 17%;
  left: 50%;
  margin-left: -300px;
  width: 600px;
  background-color: #EEE;
  color: #333;
  border: 1px solid #000;
  padding: 12px;
}

.jqmOverlay {
  background-color: #000;
}

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: expression(this.parentNode.offsetWidth+'px');
  height: expression(this.parentNode.offsetHeight+'px');
}

* html .jqmWindow {
  position: absolute;
  top: expression((document.documentElement.scrollTop || document.body.scrollTop) 0 Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100px 0 'px'));
}

.stamps {
  margin: 0;
  padding: 0;
  text-align: center;
}

.stamps ul {
  list-style: none;
}

.stamps ul li {
  float: left;
}

.stamps br {
  clear: left;
  background-color: white;
}

.stamp {
  text-align: center;
  margin: 5px 12px 35px 12px;
  width: 120px;
  height: 120px;
}

.stamp a {
  font-size: 14px;
}

.roundTR {
  display: block;
  float: left;
  height: 10px;
  line-height: 10px;
  padding-right: 20px;
  background: transparent url('/images/whiteRoundTopRight.gif') no-repeat top right;
}

.roundTL {
  display: block;
  float: left;
  padding: 0;
  background: transparent url('/images/whiteRoundTopLeft.gif') no-repeat top left;
  color: #ffffff;
  width: 940px;
}

.roundBR {
  display: block;
  float: left;
  height: 20px;
  line-height: 20px;
  padding-right: 20px;
  background: transparent url("/images/whiteRoundBottomRight.gif") no-repeat top right;
}

.roundBL {
  display: block;
  float: left;
  padding: 0;
  background: transparent url("/images/whiteRoundBottomLeft.gif") no-repeat top left;
  color: #ffffff;
  width: 940px;
}

.roundBL_column {
  display: block;
  float: left;
  padding: 0;
  background: transparent url("/images/whiteRoundBottomLeft.gif") no-repeat top left;
  color: #ffffff;
  width: 730px;
}

#tabs {
/*border-bottom: 1px solid #ccc;*/
  text-indent: 0;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

td.label {
  width: 180px;
}