* {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

body {
	color: #555;
}

#header {
    background-color: #21211F;
    margin: auto;
    min-width: 1300px;
    padding-top: 10px;
    width: 100%;
}

#header #logo {
    background: url("/images/goldlogo-medium.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    height: 136px;
    margin: 0 0 0 10px;
    width: 480px;
}

#header #filler {
    height: 10px;
    width: 10px;
}


#header #logo h1 {
    margin: 0;
    overflow: hidden;
    text-indent: -9999px;
}

a {
    color: #555;
    outline: none;
    text-decoration: none;
}

a:hover, a:visited, a:active, a:focus {
    color: #555;
    outline: none;
    text-decoration: none;
}

ul {
    list-style-type: none;
}

.wrapper {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 2px solid #aaa;
    border-radius: 5px;
    background-color: #fff;
    margin: 10px auto;
    padding: 10px;
    width: 90%;
}   

.buttons-container {
    padding: 20px 0;
}

.buttons-container input, .buttons-container a {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: #fff;
    border: 2px solid #999;
    border-radius: 3px;
    color: #555;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    min-width: 100px;
    padding: 3px 10px;
    text-align: center;
}

.buttons-container input {
    padding: 6px 10px;
}

.button-icon {
  display: inline-block;
  height: 16px;
  margin: 0 3px;
  overflow: hidden;
  text-indent: -9999px;
  width: 16px;
}

.view-button {
  background: url(../images/icons/magnifier.png) no-repeat 0 0 transparent;
}

.select-customer-button {
  background: url(../images/icons/user--plus.png) no-repeat 0 0 transparent;
}

.load-button {
  background: url(../images/icons/arrow.png) no-repeat 0 0 transparent;
}

.delete-button {
  background: url(../images/icons/cross-circle-frame.png) no-repeat 0 0 transparent;
}

.breadcrumbs {
  font-weight: bold;
  color: #aaa;
}

.breadecrumbs {
  color: #555;
}

.breadcrumbs a {
  color: #555;
}

#page_title, .section-header {
  font-size: 15px;
  line-height: 20px;
  margin: 20px 0 5px 0;
  text-decoration: underline;
}

.error-list {
    margin: 10px;
}

.error-list ul {
  list-style-type: none;
  padding: 5px 0;
}

.error-list li {
  color: #f00;
}

.clear {
  clear: both;
}

nav#menu {
    background: url(/images/menu-bg.png) repeat-x 0 0 transparent;
    height: 30px;
    margin: 0 0 20px 0;
}

nav#menu {
    height: 30px;
}

nav#menu ul li {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin: 0 10px;
}

nav#menu ul li a {
    display: block;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-weight: bold;
}

nav#menu ul li a:hover {
    color: #222;
}

input[type='text'], input[type='password'], select {
  margin: 0;
}

.search_button {
  padding: 5px 10px;
  margin: 0 10px; 
}

.selected-tab {
  background: -moz-linear-gradient(top,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.65)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}

.selected-tab a {
  color: #fff;
  font-weight: bold;
}

#admin_bar {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #fff;
  border: 3px solid #969610;
  padding: 0 5px 5px 5px;
  width: 800px;
  position: relative;
}

#floater {
  position: absolute;
  top: 20px;
  right: 20px;
}

#admin_bar h3 {
  background-color: #ccc;
  font-size: 13px;
  font-weight: bold;
  line-height: 18px;
  padding: 3px;
  margin: 0;
}

#admin_bar table {
  border: 1px solid #ddd;
  margin: 0 0 20px 0;
}

#admin_bar table tr {
  background-color: #FCF7F7;
}

#admin_bar table tr th {
  background-color: #E8E5E5;
}

#admin_bar table tr:nth-child(even) {
  background-color: #F4F4F4;
}

#admin_bar h1 {
  border-bottom: 1px solid #ccc;
  margin: 0;
  padding: 3px;
  font-size: 14px;
  line-height: 20px;
}

#admin_bar_toggle {
  position: absolute;
  top: 5px;
  right: 5px;
}

.item-list-row.line-selected, .item-list-row.line-selected td, .payment.line-selected, .payment.line-selected td {
  background-color: #2a2e7c;
  color: #fff;
}

#delete_item {
  background: url(/images/icons/delete_item.png) no-repeat 0 0 transparent;
}

#delete_payment {
  background: url(/images/icons/delete_payment.png) no-repeat 0 0 transparent;
}

#delete_item, #delete_payment {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 2px solid #ccc;
  width: 51px;
  height: 51px;
  float: left;
  overflow: hidden;
  text-indent: -999px;
  display: block;
  margin: 5px;
}

ul.error-list, ul.error_list {
  margin: 10px 0;
}

ul.error-list, ul.error_list {
  list-style-type: none;
  margin: 0;
  padding: 5px 0;
}

ul.error-list li, ul.error_list li {
  background-color: #F9ACAC;
  color: #fff;
  padding: 3px 0 3px 5px;
  font-weight: bold;
}

ul.message-list li{
    background-color:#BCF2D1;
    padding: 5px 10px;
    width: 400px;
    margin: 10px 0;
    font-weight: bold;
}
