/* @override 
	http://localhost:3000/stylesheets/woah.css
	http://asset3.worldonahanger.com/stylesheets/woah.css?1240766381
	http://127.0.0.1:3000/stylesheets/woah.css
*/

/* global styles */

#header {
  color: #666;
  padding: 0.3em 1em;
  text-align: right;
  background: #2b2b2b url(/images/header-logo-bg.png) no-repeat 0px -2px;
  padding-left: 65px;
}

#header select {
  font-size: 77%;
}

#header a, #admin_nav a {
  color: white;
}

#left_nav {
  float: left;
}

#left_nav, #app_nav {
  margin: 0.5em 0;
}

#admin_nav {
  background-color: #555;
  padding: 0.4em 1em;
}

#admin_nav select, #admin_nav input {
  font-size: 77%;
}

#header a.whats-new {
  padding: 1px 0.2em;
  text-decoration: none;
}

#header a.whats-new b {
  text-decoration: underline;
}

#header a.has-new {
  color: #ffa500;
}

#app_nav span.logged-in-name {
  color: #999;
  font-size: 85%;
}

a.bubble-help span {
	display: none;
}

a.bubble-help {
  background-image: url(/images/icon_info.gif);
  background-repeat: no-repeat;
  background-position: right center;
  padding: 0 20px 0 0;
}

div.prototip {
  text-align: left;
}

.admin-action {
  border: 3px solid #3478A2;
}

/* the default style */
.prototip .darkgrey {
   width: 200px;
}

#zen_bottom_tab {
  display: block;
  background: url(/images/support-tab.png) 0 0 no-repeat;
  height: 35px;
  width: 110px;
  position: fixed;
  bottom: 0;
  right: 30px;
}

#zen_bottom_tab span {
  display: none;
}

/* section header */
#main h2.title {
  margin: 0 10px -17px 30px;
  padding-top: 10px;
  font-weight: bold;
  font-size: 110%;
  color: #333;
  text-shadow: #eaf1ff 0 1px 1px;
}

.inset {
  margin: 10px;
}

.header {
  padding: 10px;
  background-color: #fff;
}

#main .sections {
  margin-bottom: 15px;
}

#main div.section {
  margin: 20px 20px 10px 20px;
  background-color: white;
  border: 1px solid #898d95;
  border-bottom-color: #64676c;
  border-top-color: #9599a1;
}

div.section h3.section {
  font-weight: bold;
  margin-top: 1em;
  margin-bottom: 0.6em;
  padding-bottom: 0.3em;
  border-bottom: 1px solid #ddd;
}

div.section h3.section.first {
  margin-top: 0;
}

a.delete {
  color: red;
}

a.delete:hover {
  color: black;
}

a.report-link {
  background: url(/images/small-reports-icon.png) no-repeat 0 center;
  padding-left: 13px;
}

span.price {
  color: red;
  font-weight: bold;
}

span.price.zero {
  color: #333;
}

span.approx-symbol {
  margin-right: 0.2em;
}

span.currency-symbol {
  margin-left: 0.2em
}

span.currency-symbol.letters {
  font-size: 85%;
}

p.none-msg {
  margin: 1em 0;
  text-align: center;
}

.greyed, .placeholder {
  color: #aaa;
}

.central {
  text-align: center;
}

.right {
  text-align: right;
}

.float-right {
  float: right;
}

.para {
  margin: 0.8em 0;
}

.required-msg {
  color: red;
}

.form-column .required-msg {
  display: none;
}

.form-note {
  font-size: 85%;
  color: #777;
}

div.form-note {
  margin-top: 0.2em;
}

.avatar img {
  display: block;
}

.avatar {
  padding: 2px;
  border: 1px solid #ddd;
}

input[type=text].blur {
  color: #888;
}


/* edit customer details page */

table#edit_customer {
  border-collapse: collapse;
}

table#edit_customer td {
  vertical-align: top;
}

table#edit_customer th {
  text-align: center;
  background-color: #eee;
}

/* order list page */

span.tentative-order-num {
  color: #888;
}

span.excluded {
  color: #888;
  float: right;
}

/* order details page */

table.data td.quantities {
  padding: 0;
  vertical-align: top;
  width: 30%;
}

table.data {
  border-top: none;
  border-left: none;
  width: 100%;
  margin: 0;
}

table.quantities {
  width: 100%;
}

table.quantities td, table.quantities th {
  border-bottom: none;
  border-right: none;
  padding: 0.1em 0.3em;
  text-align: center;
  white-space: nowrap;
  letter-spacing: 1px;
}

table.data table.quantities th {
  font-size: 85%;
  padding: 0.3em 0.6em;
}

table.quantities td span.units-count {
}

table.quantities td.in-error-state {
  background-color: red;
  color: white;
}

table.quantities td sup {
  font-size: 75%;
  color: #888;
}

table.quantities td sup span.partial {
  color: red;
}

table.quantities td span.zero {
  color: #bbb;
}

table.quantities td.input {
  padding: 0;
}

table.quantities td.input input {
  width: 25px;
}

table.quantities td.input.outstanding input,
table#material_list input.outstanding {
  font-weight: bold;
  background-color: #fff497;
}

td.quantities td.edit-line-item {
  text-align: right;
}


/* affiliations */

#affiliations .role {
  width: 1%;
  text-align: center;
}

#affiliations th.role img {
  display: block;
  margin: 0 auto;
}


/* will paginate */

.pagination {
  margin: 0;
}