/* @group utility */
.button, .forms button {
  background: #e5e5e5 url(../images/admin/structure/btn-grey-bg.png) repeat-x 0 100%;
  border: 1px solid #79bef5;
  border-radius: 5px;
  color: #4a4a4a;
  font-size: 12px;
  font-weight: normal;
  line-height: 18px;
  -moz-border-radius: 5px;
  padding: 5px 30px;
  text-align: center;
  text-shadow: 0 1px 1px #fff;
  vertical-align: middle;
  -webkit-border-radius: 5px;
}
.status .publish { background: #d8ecfc; font-weight: bold; }
.button:hover, .forms button:hover {
  border-width: 2px;
  padding: 4px 29px;
  text-decoration: none;
}
/* @end */

/* @group -global header */
#header-global { background: #3a143c url(../images/admin/structure/bg-header.png) repeat-x; border-bottom: 1px solid #341235; color: #9d8a9e; padding: 6px 28px 12px 25px; }
#header-global a { color: #fff; }
#header-global #logo { 
  background: url(../images/admin/structure/logo.png) no-repeat;
  display: block;
  float: left;
  height: 35px;
  overflow: hidden;
  text-indent: -9999px;
  width: 124px;
}
#header-global .nav-utility { float: right; line-height: 20px; margin: 8px 0 0; }
#header-global .nav-utility li { float: left; margin-left: 20px; }
#header-global .nav-utility li:last-child { margin-left: 36px; }
#header-global .nav-utility span { float: left; }
#header-global .nav-utility .log-out { 
  background: #573759; 
  border: 1px solid #311133; 
  border-radius: 5px;
  float: left;
  margin-left: 6px;
  -moz-border-radius: 5px;
  padding: 0 7px;
  -webkit-border-radius: 5px;
}
/* @end */

/* @group -info bar */
#info-bar { 
  background: #fff url(../images/admin/structure/bg-info-bar-top-shadow.png) repeat-x; 
  border: 1px solid #e6e6e6; 
  border-width: 1px 0; 
  color: #7d7d7d;
  padding: 10px 30px;
}
#info-bar .property { background: none; color: #7d7d7d; float: left; padding: 3px 0; width: auto; }
#info-bar .property h2 { 
  float: left; 
  font-size: 12px;
  font-weight: normal;
  line-height: 30px; 
  margin: 0 12px 0 0;
  text-transform: uppercase;
}
#info-bar .property h2 strong { 
  color: #4a4a4a; 
  display: block; 
  float: left; 
  font-size: 18px;
  line-height: 24px; 
  margin: 0 12px 0 0;
  text-transform: none;
}
#info-bar .property .button { border-color: #ccc; float: left; padding: 2px 8px; }
#info-bar .property .button:hover { padding: 1px 7px; }
#info-bar .status { float: right; }
#info-bar .status strong { float: left; font-weight: normal; line-height: 28px; margin: 0 20px 0 0; }
#info-bar .status strong a { font-weight: bold; }
#info-bar .status .button { float: left; }
/* @end */

/* @group -pricing table */
table .yes,
table .no {
  display: block;
  width: 22px;
  height: 22px;
  margin: 0px auto;
  overflow: hidden;
  text-indent: -9999px;
}
table .yes {
  background: transparent url(../images/structure/ico-yes.png) no-repeat 0 0;
}
table .no {
  height: 10px;
  border-bottom: 1px solid #619b2a;
  margin-bottom: 10px;
}

#pricing-table p {
  margin: 0;
}
#pricing-table,
#pricing-table tr {
  border: none;
}

/* backgrounds & borders */
#pricing-table thead td,
#pricing-table .odd {
  background-color: #fff;
}
#pricing-table thead th,
#pricing-table td,
#pricing-table .even {
  background: #f8f8f8;
}
#pricing-table th h3,
#pricing-table .even td {
  background: #f1f1f1;
}
#pricing-table thead th.popular,
#pricing-table td.popular {
  background: #e2f1fd;
}
#pricing-table .even td.popular {
  background: #dbeaf6;
}
#pricing-table tbody th {
  border-bottom: 1px solid #f1f1f1;
}
#pricing-table tbody td {
  border-bottom: 1px solid #eaeaea;
}
#pricing-table tbody td.popular {
  border-bottom: 1px solid #d5e4ef;
}
#pricing-table thead th,
#pricing-table tbody td,
#pricing-table tfoot td {
  border-right: 2px solid #fff;
}

#pricing-table thead th,
#pricing-table tbody td,
#pricing-table tfoot td {
  text-align: center;
}
#pricing-table thead th {
  width: 179px;
  padding: 0 0 10px 0;
}
#pricing-table thead th h3 {
  font-size: 12px;
  line-height: 1.5;
  font-weight: bold;
  text-transform: uppercase;
  padding-top: 2px;
}
#pricing-table thead th.popular h3 {
  background: #c8e4fb;
}
#pricing-table tbody th,
#pricing-table tbody td {
  line-height: 1.5;
  padding: 6px 0;
}
#pricing-table tbody th {
  font-size: 14px;
  padding-left: 12px;
}
#pricing-table tbody .row-header th,
#pricing-table tbody .row-header td {
  font-size: 18px;
  font-weight: bold;
  color: #505050;
  padding-top: 8px;
  padding-bottom: 8px;
}
#pricing-table tbody .row-header th {
  padding-left: 5px;
}
#pricing-table tbody #agent-website-row th,
#pricing-table tbody #agent-website-row td {
  padding-top: 35px;
}
#pricing-table tfoot td {
  padding: 15px;
}

/* table headers */
#pricing-table thead span {
  display: block;
  color: #4a4a4a;
}

/* specify consistent margin around prices,
   then using negative margins on
   popular/term spans */
#pricing-table thead .plan-cost {
  font-size: 36px;
  line-height: 1;          /* 36px */
  margin: 0.833333333em 0; /* 30px */
  font-weight: bold;
}
#pricing-table thead .try-it-out .plan-cost {
  font-size: 24px;
  line-height: 1.5; /* 36px */
  margin: 1.25em 0; /* 30px */
  text-transform: uppercase;
}
#pricing-table thead .most-popular,
#pricing-table thead .plan-term {
  font-size: 1em;   /* 12px */
  line-height: 1.5; /* 18px */
  /* total size: 30px */
}
#pricing-table thead .most-popular {
  font-weight: bold;
  padding-top: 1em;
  margin-bottom: -2.5em; /* 30px */
}
#pricing-table thead .plan-term {
  padding-bottom: 1em;
  margin-top: -2.5em;  /* 30px */
}
#pricing-table thead .plan-action {
  margin: 0px auto;
}

/* buttons */
#pricing-table .plan-action,
#pricing-table .plan-action a {
  display: block;
  width: 149px;
  height: 40px;
}
#pricing-table .plan-action a {
  background: transparent url(../images/structure/btn-sign-up.png) no-repeat 0 0;
  overflow: hidden;
  text-indent: -9999px;
}
#pricing-table .plan-action a:hover {
  background-position: 0 -40px;
}

#pricing .footnotes {
  font-size: 0.833333333em;
  text-align: center;
  margin-bottom: 0;
}
/* @end */

/* @group error and notice messages */
#errorExplanation { border: 3px solid #b10909; border-width: 3px 0; margin: 30px 30px 10px; padding: 10px; }
#errorExplanation h2 { color: #b10909; }
#errorExplanation ul { list-style: disc; margin: 0 0 0 20px; }
.notice { background: #d8ecfc; font-weight: bold; margin: 30px 30px 0; padding: 10px; }
.no-container, #errorExplanation.no-container { margin-left: auto; margin-right: auto; width: 978px; }
/* @end */