/* --------------- System Tabs  --------------- */

.tabs 
{
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.tabs ul.primary 
{
  margin: 20px 20px 20px 5px;
  padding: 0 3px;
  overflow: hidden;
  border: none;
  background: transparent url(../images/tabs-border.png) repeat-x left bottom;
}

.tabs ul.primary li 
{
  display: block;
  float: left; /* LTR */
  margin: 0 5px 0 0; /* LTR */
}

.tabs ul.primary li.active a 
{
  border-bottom: 1px solid #ffffff;
}

.tabs ul.primary li a 
{
  color: #000;
  background-color: #ededed;
  height: 1.8em;
  line-height: 1.9;
  display: block;
  font-size: 0.929em;
  float: left; /* not LTR */
  padding: 0 10px 3px;
  margin: 0;
  text-shadow: 0 1px 0 #fff;
  -khtml-border-radius-topleft: 6px;
  -moz-border-radius-topleft: 6px;
  -webkit-border-top-left-radius: 6px;
  border-top-left-radius: 6px;
  -khtml-border-radius-topright: 6px;
  -moz-border-radius-topright: 6px;
  -webkit-border-top-right-radius: 6px;
  border-top-right-radius: 6px;
}

.tabs ul.primary li.active a 
{
  background-color: #ffffff;
}

.tabs ul.secondary 
{
  border-bottom: none;
  padding: 0.5em 0;
}

.tabs ul.secondary li 
{
  display: block;
  float: left; /* LTR */
}

.tabs ul.secondary li:last-child 
{
  border-right: none; /* LTR */
}

.tabs ul.secondary li:first-child 
{
  padding-left: 0; /* LTR */
}

.tabs ul.secondary li a 
{
  padding: 0.25em 0.5em;
}

.tabs ul.secondary li a.active 
{
  background: #f2f2f2;
  border-bottom: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
}

ul.action-links 
{
  list-style: none;
  margin: 5px;
  padding: 0.5em 1em;
}

ul.action-links li 
{
  display: inline-block;
  margin-left: 10px;
}

ul.action-links li a
{
  padding-left: 15px;
  background: url(../images/add.png) no-repeat left center;
  margin: 0 10px 0 0;
}

/* ---------------- Messages  ----------------- */

#messages 
{
  padding: 20px 0 5px;
  margin: 0 auto;
}

.featured #messages { }

div.messages 
{
  margin: 0;
}

/* -------------- Breadcrumbs   -------------- */

.breadcrumb 
{
  font-size: 0.929em;
}

/* -------------- User Profile   -------------- */

.profile .user-picture 
{
  float: none;
}

/* -------------- Password Meter  ------------- */

.confirm-parent,
.password-parent 
{
  width: 34em;
}
.password-parent, div.form-item div.password-suggestions 
{
  position: relative;
}

.password-strength-text, .password-strength-title, div.password-confirm 
{
  font-size: 0.82em;
}

.password-strength-text
{
  margin-top: 0.2em;
}

div.password-confirm 
{
  margin-top: 2.2em;
  width: 20.73em;
}

/* ---------------- Buttons    ---------------- */

input.form-submit, a.button 
{
  background: #fff url(../images/buttons.png) 0 0 repeat-x;
  border: 1px solid #e4e4e4;
  border-bottom: 1px solid #b4b4b4;
  border-left-color: #d2d2d2;
  border-right-color: #d2d2d2;
  color: #3a3a3a;
  cursor: pointer;
  font-size: 0.929em;
  font-weight: normal;
  text-align: center;
  margin-bottom: 1em;
  margin-right: 0.6em; /* LTR */
  padding: 4px 17px;
  -khtml-border-radius: 15px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}

a.button:link, a.button:visited, a.button:hover,
a.button:focus, a.button:active 
{
  text-decoration: none;
  color: #5a5a5a;
}