/*
 * Styler.co.nz styles for standard block & inline elements
 * (typically classes -- IDs should not generally appear in here)
 *
 * DO NOT put colors or images or border-styles in this file --
 * all that stuff goes into decor.css
 *
 */


/* Headings
-------------------------------------------- */

h2.section-heading {
  margin-top: 20px;
  padding-left: 15px;
  letter-spacing: 1px;
  height: 25px;
  line-height: 25px;
}

h2 {
  clear: both;
  font-size: 9pt;
  text-transform: uppercase;
  height: 30px;
  line-height: 30px;
  width: 100%;
}

h3 {
  font-size: 10pt;
}

h4 {
  font-size: 9pt;
}

.content-header {
  margin-top: 0px;
  width: 97%;
  padding-left: 3%;
  font-size: 100%;
  line-height: 24px;
}

h2.step {
  margin-left: -30px;
  padding-left: 30px;
}

h4 {
  margin: 0;
}

#content .header h4 {
  text-transform: uppercase;
}
  #content .header .form-step {
    padding-left: 26px;
    padding-right: 5px;
  }



/* Text
-------------------------------------------- */

p {
  margin-top: 10px;
}

.info-message {
  clear: both;
  padding: 10px;
  border-width: 1px;
}

.pagination {
  text-align: center;
  clear: both;
  font-weight: bold;
  font-size: 9pt;
}
.pagination a, .pagination span {
  margin-left: 15px;
}

.invoice-total {
  text-align: right;
}

/* Images
-------------------------------------------- */

img {
  border: none;
}
img.right {
  float: right;
  padding-left: 15px;
  padding-bottom: 15px;
}
img.left {
  float: left;
  padding-right: 15px;
  padding-bottom: 15px;
}

.frame {
  border-width: 1px;
  overflow: hidden;
  padding: 7px;
  margin-top: 30px;
  margin-bottom: 30px;
}



/* Links
-------------------------------------------- */

a.action-link {
  margin-right: 30px;
  display: block;
  text-align: right;
}

.action-button {
  display: block;
  text-align: right;
  float: right;
  clear: right;
  margin: 0 5px 5px 0;
}


/* Forms
-------------------------------------------- */

form {
  margin: 0px;
  padding: 0px;
}

form.back, form.next {
  display: inline;
  margin-right: 20px;
}
form.back input.submit, form.next input.submit { display: inline; }

input.submit {
  border: none;
  width: 221px;
  height: 25px;
  line-height: 25px;
  padding-bottom: 4px;
  cursor: pointer;
  display: block;
  margin-top: 20px;
}

input.small-submit {
  width: 132px;
}

input.plain-submit {
  display: inline;
  width: auto;
  height: auto;
  border: none;
  margin: 0;
}

form.action input.primary-submit {
  position: relative;
  display: inline;
  left: 230px;
}
form.action input.alt-submit {
  position: relative;
  display: inline;
  left: -230px;
}

form.mark-message input {
  display: inline;
}

form.invoice-finder { text-align: right; }
form.invoice-finder input { display: inline; }
form.invoice-finder input.text { width: 50px; }

input.text, input.password, textarea, select {
  padding: 2px;
  border-width: 1px;
  width: 200px;
}
select { width: 206px; }



/* Lists
-------------------------------------------- */



/* Tables
-------------------------------------------- */

table {
  border-collapse: collapse;
  margin: 10px;
  clear: both;
}
  tr {
  }
  td {
    border-width: 1px;
    padding: 2px;
    text-align: left;
    vertical-align: top;
  }
  th {
    font-weight: bold;
    vertical-align: top;
  }
  tr.first { }
  tr.last { }
  td.left { }
  td.right { }
  th.left { }
  th.right { }
  tr.first th, tr.first td { }
  tr.last th { }
  tr.first th.left, tr.first td.left {  }
  tr.first th.right, tr.first td.right {  }
  tr.last th.left, tr.last td.left { }
  tr.last th.right, tr.last td.right { }

table.full-width { width: 95%; }
table.narrow { width: auto; }

table.plain {
  border-collapse: collapse;
}
  .plain tr { }
  .plain td {
    border: none;
  }
  .plain th {
    border: none;
    text-align: left;
  }
  
table.columns {
}
  .columns td {
    border-width: 1px;
    border-top: none;
    border-bottom: none;
    text-align: center;
  }
  .columns td.left { border-left: none; }
  .columns td.right { border-right: none; }

form table { }
  form tr {
  }
  form td {
    padding: 4px;
    text-align: left;
    border: none;
  }
  form th {
    border: none;
  }
  form tr.first th {
    font-weight: bold;
  }
  form th.left, form tr.first th.left {
    font-weight: normal;
    padding-right: 15px;
    text-align: left;
  }

table.even-odd {
  
}
  .even-odd th { text-align: left; }
  .even-odd tr { }
  .even-odd td { border: none; }
  .even-odd tr.first th {
    border-bottom-width: 1px;
  }
  .even-odd tr.even { }
  .even-odd tr.odd { }

table.ads-list-display {
  border-collapse: separate;
}

table.ads-list-display td {
  vertical-align: bottom;
  border-right: 1px solid #666;
  border-bottom: 2px solid #eee;
}

table.ads-list-display tr.last td {
  border-bottom: none;
}


table.ads-list-display td.right {
  border-right: none;
}

table.stats {
  border-collapse: collapse;
}

table.stats td, table.stats th {
  border: 1px solid #666;
  padding: 5px;
  margin: 0;
}

table.stats .odd td, table.stats .odd th {
  background: #eee;
}

table.stats th {
  font-weight: bold;
}

table.stats tr {
}

