html, body {
  border: 0;
  margin: 0;
  padding: 0;
  height: 100%;
  position: relative;
}

body {
  background-color: #e0f0e0;
  color: #333;
}

body.sidebar_bg {
  background-image: url(/images/sidebar_bg.jpg);
  background-position: top right;
  background-repeat: repeat-y;
}

body, p, ol, ul, td {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size:   13px;
  line-height: 18px;
}

pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}

a { color: #000; }
a:visited { color: #666; }
a:hover { color: #444; background-color:#bcb; }

.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

span.instructions {
  color: #666;
  font-size: 85%;
}

div.invite_instructions {
  margin: 0 1em;
  padding: 0.5em 1em;
}

div.invite_instructions dd {
  margin: 0.5em 3em;
  padding: 0.5em 0;
  border: 1px solid #ada;
  background-color: #eafaea;
  text-align: center;
}

div.invite_instructions dd span.instructions {
  color: #999;
  font-size: 75%;
}

div.alternative {
  text-transform: uppercase;
  margin: 1em 0;
  padding: 0.5em 1em;
  font-size: 125%;
  font-style: italic;
  font-weight: bold;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-align: center;
}

label {
  display: block;
}

form {
  margin-left: 30px;
}

ol {
  margin: 0;
  padding: 0;
}

ol li {
  margin-bottom: 1em;
  list-style: none;
}

div.price {
  width: 48px;
  height: 20px;
  background-image: url(/images/price_sprite.png);
  background-repeat: no-repeat;
  text-indent: -2500px;
}

div.priority {
  width: 48px;
  height: 20px;
  background-image: url(/images/priority_sprite.png);
  background-repeat: no-repeat;
  text-indent: -2500px;
}

div.value1 {
  background-position: -32px;
}

div.value2 {
  background-position: -16px;
}

div.value3 {
  background-position: 0;
}

.radio_option div {
  margin-left: 30px;
  text-indent: -30px;
}

.radio_option span {
  display: none;
}

fieldset {
}

#header {
  border: 0;
  margin: 0;
  padding: 0;
  height: 80px;
  background: url(/images/header_bg.jpg) repeat-x;
  border-bottom: 1px solid #363;
}

#header * {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 1pt;
  text-indent: -2500px;
}

#header a {
  text-decoration: none;
  display: block;
  height: 80px;
  background: url(/images/main_logo.jpg) no-repeat top left;
}

#content {
  padding: 20px;
  margin-right: 250px;
}

#navbar {
  border: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  border-top: 1px solid #bcb;
  border-bottom: 1px solid #363;
  background-color: #90b090;
  height: 40px;
}

#navbar ul {
  float: left;
  border: 0;
  margin: 0 0 0 20px;
  padding: 0;
}

#navbar ul li {
  margin: 0;

  font-size: 12pt;
  line-height: 12pt;
  height: 39px;

  display: block;
  float: left;
  list-style: none;
  background-color: #b0bbb0;
  background-image: url(/images/navbar_bg.png);

  border-top: 1px solid #363;
  border-left: 1px solid #363;
  border-right: 1px solid #363;
}

#navbar a, #navbar span {
  display: block;
  padding: 10px 20px 10px;
  border: 0;
  background-color: #90b090;
  height: 20px;
  margin-left: -1px;
  margin-right: -1px;
  margin-top: -1px;
}

#navbar a {
  text-decoration: none;
  border: 0;
  border-left: 1px solid #90b090;
  border-right: 1px solid #90b090;
  color: #555;
}

#navbar a:hover {
  background-color: #bcb;
  padding-top: 9px;
  border: 0;
  border-top: 1px solid #363;
  border-left: 1px solid #363;
  border-right: 1px solid #363;
  color: #555;
  background-image: url(/images/navbar_bg.png);
}

#navbar span {
  color: #444;
  height: 36px;
  margin-left: 0;
  margin-right: 0;
  background: 0;
  background-image: url(/images/tick.png);
  background-repeat: no-repeat;
  background-position: bottom center;
}

.plus_link {
  background-image: url(/images/plus.png);
  background-repeat: no-repeat;
  display: block;
  height: 24px;
  padding-left: 30px;
  padding-top: 2px;
  margin-left: 60px;
  width: 55%;
}

#content h1 {
  font-size: 16pt;
  width: 60%;
  margin-top: 4px;
  margin-left: 40px;
  text-align: center;
  border: 2px solid #c9d9c9;
  background-color: #e6f6e6;
  padding: 0.5em;
}

#footer {
  background-color: #666;
  color: #ddd;
  position: fixed;
  bottom: 0;
  left: 0;
  text-align: center;
  padding: 1px 0px;
  font-size: 75%;
  width: 100%;
}

#footer a, #footer a:visited {
  color: #ddd;
}

.sidebar_bg #flash {
  margin-right: 250px;
}

#flash {
  margin-right: 0px;
  height: 20px;
}

#flash span {
  display: block;
  color: #eee;
  padding: 7px 30px;
  font-weight: bold;
}

#flash span.alert {
  background-color: #f05040;
}

#flash span.notice {
  background-color: #447aa6;
}

#sidebar {
  width: 240px;
  float: right;
  padding: 5px;
  font-size: 90%;
}

#sidebar hr {
  border: 1px solid #8a8;
  color: #8a8;
  width: 80%;
  height: 1px;
}

#sidebar ul {
  padding-left: 1.5em;
  margin: 0;
}

#sidebar li {
  list-style: square;
  margin: 0;
  padding: 0;
}

#sidebar .coordinator {
  display: block;
  text-align: center;
  font-style: italic;
}

#user_links {
  text-align: center;
}

#navbar li, #navbar a:hover {
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

#content h1, #member_list, .gift_list, #content a.plus_link:hover {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.support_link {
  display: block;
  text-align: center;
  margin-top: 10px;
}

.dashboard_section {
  padding-bottom: 1em;
  margin-bottom: 2em;
  border-bottom: 1px solid #acb;
}

.blank_slate {
  background-color: #ee9;
  padding: 1em 2em;
  margin: 0 2em 3em 2em;
  border: 2px solid #dd5;
  font-weight: bold;
}

.adsense {
  padding: 15px 19px;
}

.login_box {
  float: left;
  margin: 0 2em;
  padding: 0.5em 1em;
  border: 2px solid #bbb;
  background-color: #ded;
}

.login_box h3 {
  margin: 0.5em 1em 1em 1em;
}

.login_box a {
  display: block;
  text-align: center;
  font-size: 120%;
  margin-bottom: 0.5em;
  padding: 4px;
}

.login_other {
  clear: both;
  padding-top: 2em;
  text-align: center;
  font-weight: bold;
}

.redirect {
  margin: 0 0 20px 0;
  font-style: italic;
}

#recaptcha {
  height: 130px;
}

.invite_link {
  font-size: 90%;
  display: block;
  text-align: center;
  width: 60%;
  padding: 0.2em 0.5em;
  margin: -0.65em 50px 1em 48px;
}

#ie6_message {
  background-color: #ee9;
  padding: 1em 2em;
  margin: 0 2em 3em 2em;
  border: 2px solid #dd5;
  font-weight: bold;
}

html > body #ie6_message {
  display: none !important;
}

#get_satisfaction {
  text-align: center;
  margin-bottom: 10px;
}

.get_satisfaction {
  margin-bottom: 10px;
}

.get_satisfaction div {
  color: #6e806f;
  font-size: 14pt;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}

.print a {
  display: block;
  background-image: url(/images/print.png);
  background-repeat: no-repeat;
  background-position: 0 3px;
  padding: 2px 0 2px 22px;
}

iframe {
  width: 200px;
  padding: 0;
  border: 0;
  overflow: hidden;
  margin: 15px 19px;
}

.password_reset_link a {
  display: inline;
  text-align: left;
  font-size: 100%;
}

.hidden {
  display: none;
}
