body {
  font-family: "Helvetica Neue", "Lucida Sans", "Sans", sans-serif;
  font-size: 12px;
  margin: 0px;
  background-color: #6BABFF;
  background-image: url(../images/clouds.png);
  background-repeat: repeat-x;
}

img {
  border: none;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 10px;
  margin-bottom: 5px;
}
* html input.button-ie-fix {
  padding: 0 .25em;
  width: 0; /* IE table-cell margin fix */
  overflow: visible;
}

#site-title {
  color: #FFFBE7;
  margin-left: 15px;
  margin-top: 10px;
  margin-bottom: 0px;
}

#page-container {
  margin: 2px 80px 20px 80px;
}
* html body #page-container {
  margin: 2px 10px 40px 80px;
}

#page-decorator {
  width: 100%;
}
* html body #page-decorator {
  width: 87%;
}

.decorator {
  border-collapse: collapse;
}

.decorator tbody tr td {
  padding: 0px;
}

.decorator-top-left {
  background-image: url(../images/corners-verticals.png);
  height: 16px;
  width: 16px;
  background-position: 1px 0;
  background-repeat: no-repeat;
}

.decorator-top-center {
  background-image: url(../images/horizontals.png);
  background-position: 0px -16px;
  height: 16px;
  background-repeat: repeat-x;
}

.decorator-top-right {
  background-image: url(../images/corners-verticals.png);
  background-position: -14px;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
}

.decorator-middle-left {
  background-image: url(../images/corners-verticals.png);
  background-position: -78px;
  width: 16px;
  background-repeat: repeat-y;
}

.decorator-middle-right {
  background-image: url(../images/corners-verticals.png);
  background-position: -62px;
  width: 16px;
  background-repeat: repeat-y;
}

.decorator-bottom-right {
  background-image: url(../images/corners-verticals.png);
  background-position: -30px;
  width: 16px;
  height: 16px;
  background-repeat: repeat-y;
}

.decorator-bottom-center {
  background-image: url(../images/horizontals.png);
  height: 16px;
  background-repeat: repeat-x;
}

.decorator-bottom-left {
  background-image: url(../images/corners-verticals.png);
  background-position: -46px;
  width: 16px;
  height: 16px;
  background-repeat: repeat-y;
}

#page-layout {
  width: 100%;
  border-collapse: collapse;
}

#content-container {
  background-color: #FFFBE7;
}

#content {
  margin: 15px;
}

a {
  text-decoration: none;
  color: #2C57A3;
}

a:hover {
  background-color: #FFEBB9;
}

#main-nav-menu {
  margin-top: 7px;
  border-top: 1px solid #DED091;
  border-bottom: 1px solid gray;
  background-color: #FCDD19;
  font-size: 80%;
  overflow: hidden;
  position: relative;
}

#main-nav-menu #user-actions {
  float: right;
  overflow: auto;
  padding: 1px 6px;
}

#user-bar-greeting, #user-bar-action {
  float: left;
  margin-right: 5px;
}

#user-notice-container {
  position: relative;
  top: 0;
  left: 0;
}

#user-notice {
  float: right;
  position: absolute;
  right: 0px;
  color: #C4A233;
  font-size: 11px;
  font-style: italic;
  font-weight: bold;
}
* html body #main-nav-menu {
  height: 1%;
}

#main-nav-menu a.menu-entry {
  color: #0F2560;
  cursor: pointer;
  display: block;
  float: left;
  padding: 1px 6px;
}

#main-nav-menu a.menu-entry:hover {
  background-color: #FFEEA6;
}

#bottom-background {
	z-index: -48000;
  position: fixed;
	_position: absolute;
	_top:expression(document.body.scrollTop+document.body.clientHeight-this.clientHeight);
  bottom: 0px;
  left: 0px;
  background-image: url(../images/sea-blue.png);
  height: 170px;
  width: 100%;
}

#bottom-background-1 {
  background-image: url(../images/sail-blue.png);
  width: 626px;
  height: 170px;
}

#bottom-background-2 {
}


#gads-top {
  position: absolute;
  right: 16px;
  top: 16px;
}

.flash-container {
  max-width: 25em;
  overflow: auto;
  margin: 5px 0px;
}

.flash {
  border: 1px solid;
  float: left;
  font-size: 80%;
  font-weight: bold;
  padding: 4px 15px;
}

.flash.error {
  background-color: #FF8D35;
  color: maroon;
  border-color: maroon;
}

.flash.notice {
  background-color: #D9ECB2;
  border-color: #7EAA13;
  color: #435613;
}

.errorExplanation {
  font-size: 80%;
  color: maroon;
}

.fieldWithErrors {
  white-space: nowrap;
}

.fieldWithErrors img {
  vertical-align: middle;
}

.edit_user p {
  margin-bottom: 5px;
  margin-top: 11px;
}

#password-form {
  margin: 0 4px 5px;
  padding: 0 5px 5px;
}

#password-form p {
  margin: 0px;
  padding: 6px;
  border-left: 1px solid;
  border-color: #DED091;
}

.premium {
  color: #0F2560;
  padding: 5px;
  font-size: 150%;
  font-weight: bold;
  font-style: italic;
}

#delete-account-container {
}

#delete-account {
  float: right;
  padding: 10px;
  padding-right: 35px;
  background-color: #FFD3AD;
  border: 1px solid #FF8D35;
  background-color: #FFD3AD;
}

#delete-account form {
  margin-top: 12px;
  margin-bottom: 0px;
  text-align: right;
}

#change-identifier {
  border-top: 1px solid #DED091;
  margin-top: 3px;
  padding-top: 5px;
}

#change-identifier .link-to-rpx {
  margin-bottom: 3px;
}

.login-table {
  border-collapse: collapse;
  border: none;
}

.login-table label {
  color: gray;
  font-size: 90%;
  font-style: italic;
}

.login-table .required {
  font-size: 75%;
  font-style: italic;
  color: #DB8882;
}

.login-table td {
  border: none;
  vertical-align: top;
  border: hidden;
  width: 50%;
}

#login-form table {
  border-spacing: 0px 8px;
}

#login-form td {
  width: auto;
}

#login-form th {
  text-align: right;
  padding-right: 5px;
  font-weight: normal;
  white-space: nowrap;
}

#subscription-container {
  width: 500px;
}

table.advantages {
  background-color: white;
  border: 1px solid silver;
  padding: 5px;
  width: 100%;
}

table.advantages tr.feature th {
  padding: 6px;
  text-align: right;
  font-size: 80%;
  color: grey;
}

table.advantages tr.feature td {
  text-align: center;
}

table.subscriptions-listing, table.service-listing, table.activities-listing {
  border: 1px solid silver;
  background-color: white;
  padding: 5px;
  width: 100%;
}

table.activities-listing {
  width: 60%;
}

td.activity-status {
}

td.activity-amount {
}

td.activity-date {
  font-size: 80%;
  color: #555;
}

td.activity-details {
  font-size: 80%;
}

td.no-subscriptions {
  font-style: italic;
  font-size: 95%;
}

td.service-name {
  width: 150px;
}

td.service-type {
  width: 150px;
}

td.service-price {
  color: #3E7525;
  font-weight: bold;
  text-align: right;
}

.suscribe-option {
  margin-left: 25px;
}

td.suscribe {
  text-align: center;
  padding: 0px 10px;
}

td.suscribe img {
  vertical-align: middle;
}

td.suscribe form, td.subscription-cancel form {
  margin: 0px 25px;
  text-align: middle;
}

span.service-description {
  font-style: italic;
  font-size: 90%;
}

.subscription-amount {
  text-align: right;
  width: 100px;
  color: #3E7525;
  font-weight: bold;
}

.subscription-status {
  font-size: 11px;
  color: gray;
}

table.service-listing td {
  margin-right: 10px;
}

#infos-menu {
  font-size: 11px;
  text-align: center;
  margin-bottom: 10px;
}

#infos-menu table {
  border-collapse: collapse;
  margin: 0px auto;
}

#infos-menu table td {
  line-height: 15px;
}

.info-entry {
  padding: 2px 10px;
  height: 15px;
  background-image: url('../images/info-background.png');
  background-position: 0px -19px;
  background-repeat: repeat-x;
  font-size: 12px;
}

.info-bg-left {
  width: 6px;
  height: 19px;
  background-image: url('../images/info-background.png');
  background-repeat: no-repeat;
}

.info-bg-right {
  width: 6px;
  height: 19px;
  background-image: url('../images/info-background.png');
  background-repeat: no-repeat;
  background-position: -6px 0px;
}
