body {
  font-family: Lucida Grande, Verdana, Arial, Sans serif;
  font-size: 0.9em;
  font-color: #333; }

h3 {
  margin-bottom: 0.2em;
  color: #333; }

a img {
  border: none; }

.clear {
  clear: both; }

.clearfix {
  *display: inline-block; }
  .clearfix:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }

.hide {
  display: none; }

.info {
  color: #777;
  font-size: 0.8em;
  font-weight: normal; }

.table_list {
  border-collapse: collapse;
  margin-bottom: 1em; }
  .table_list td, .table_list th {
    border: 1px solid #ddd;
    padding: 5px 5px; }
  .table_list tr {
    background-color: #eee; }
  .table_list tr.odd {
    background-color: #f9f9f9; }
  .table_list tr.even {
    background-color: #eee; }
  .table_list td.label {
    text-align: right; }
  .table_list td.required {
    font-weight: bolder; }
  .table_list td.label:after {
    content: ":"; }
  .table_list td span.tip {
    display: block; }

table.condensed th, table.condensed td {
  font-size: 80%; }

table.report {
  width: 99%;
  border-collapse: collapse; }
  table.report th, table.report td {
    border-bottom: 1px solid #ddd;
    text-align: right; }

.float-left {
  float: left; }

.float-right {
  float: right; }

.pagination span.next {
  padding-left: 1em; }

#flash {
  margin: 1em 0; }
  #flash .flash {
    border: 1px solid #ccc;
    background-color: #f5f5f5;
    padding: 5px 10px; }
  #flash .notice {
    color: #30803d; }
  #flash .error {
    color: #c2462c; }

form label {
  font-size: 1.1em;
  font-weight: bold;
  display: block; }
form input.text-input, form textarea {
  font-size: 12px;
  padding: 3px;
  width: 300px;
  margin: 0.1em 0; }
form input.checkbox {
  float: left; }
form input.small {
  width: 50px; }
form textarea {
  height: 130px; }
form textarea.comment {
  width: 99%;
  height: 90px; }
form .hint {
  color: #888;
  font-size: 11px;
  display: block;
  font-weight: bold; }
  form .hint a {
    color: #708893; }
form .cancel {
  font-size: 11px; }
  form .cancel a {
    color: #c00; }

.custom-price-fields label {
  width: 160px;
  display: block;
  float: left;
  font-size: 14px;
  font-weight: normal;
  text-align: right;
  margin-right: 0.5em;
  padding-top: 4px; }
.custom-price-fields input {
  width: 60px !important; }

form #license-agreement {
  padding: 0 1em 1em 1em;
  background-color: #eee;
  border: 1px solid #ccc;
  overflow: auto;
  height: 200px;
  font-size: 80%; }
  form #license-agreement h3 {
    margin-bottom: 1em 0 0 0; }

#submenu {
  margin: 0 0 1em 1em;
  float: right;
  text-align: right; }
  #submenu a {
    margin-left: 0.5em;
    border: 1px solid #9dcddd;
    padding: 3px 10px;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px; }
  #submenu a:hover {
    text-decoration: underline; }

#seach-form {
  margin-bottom: 0.5em; }
  #seach-form form {
    margin: 0;
    padding: 0; }

#errorExplanation {
  border: 1px solid #ccc;
  background-color: #eee;
  padding: 1em;
  color: #333; }
  #errorExplanation h2 {
    color: #900;
    margin: 0;
    padding: 0; }
  #errorExplanation p {
    margin: 1em 0; }
  #errorExplanation ul {
    margin: 0; }

.fieldWithErrors {
  display: inline; }
  .fieldWithErrors label {
    color: #900; }

ul#checkbox-list {
  list-style: none;
  margin: 1em 0;
  padding: 0; }
  ul#checkbox-list li {
    margin: 0;
    padding: 0; }
  ul#checkbox-list input.checkbox {
    display: inline;
    float: none; }
  ul#checkbox-list label {
    font-weight: normal;
    font-size: 14px;
    display: inline; }
  ul#checkbox-list li.check-uncheck-all {
    font-size: 90%;
    padding-bottom: 1em; }

table th.header {
  background-image: url("/images/tablesorter/bg.gif");
  background-repeat: no-repeat;
  background-position: center right;
  padding-right: 20px !important; }
table th.headerSortUp {
  background-color: #ccc !important;
  background-image: url("/images/tablesorter/asc.gif"); }
table th.headerSortDown {
  background-color: #ccc !important;
  background-image: url("/images/tablesorter/desc.gif"); }
