/* Global styles */

body {
    background: #FFFFFF;
}

h1,h2,h3 {
    font-weight: bold;
}

h3 {
    font-size: large;
}

h2 {
    font-size: large;
}

h1 {
    font-size: larger;
}
/* START:notice */
#notice {
    border: 2px solid red;
    padding: 1em;
    margin-bottom: 2em;
    background-color: #f0f0f0;
    font: bold smaller sans-serif;
}
/* END:notice */

/* Styles for admin/list */

#product-list .list-title {
    color:        #244;
    font-weight:  bold;
    font-size:    larger;
}

#product-list .list-image {
    width:        60px;
    height:       70px;
}


#product-list .list-actions {
    font-size:    x-small;
    text-align:   right;
    padding-left: 1em;
}

#product-list .list-line-even {
    background:   #e0f8f8;
}

#product-list .list-line-odd {
    background:   #f8b0f8;
}

/* Styles for main page */

#banner {
    padding-top: 10px;
    padding-bottom: 10px;
    /* font: small-caps 40px/40px "Times New Roman", serif; */
    font-family: 'Mate SC', serif;
    font-variant: small-caps;
    font-size: 4em;
    color: #062860;
    text-align: center;
}

#banner h1 {
    font-family: 'Jockey One', sans-serif;
    margin-top: 20px;
}

#columns {
    background: #5C1415;
    border-top: 2px solid #A00327;
}

#main {
    margin-left: 16em;
    background: white;
}

#main-inner {
    padding-top: 4ex;
    padding-left: 2em;
}

#side {
    float: left;
    padding-top: 1em;
    padding-left: 1em;
    padding-bottom: 1em;
    width: 15em;
    background: #5C1415;
    color: #FFFFFF;
}

#side a {
    color: #bfb;
    font-size: small;
}

/* Styles for order form */

.depot-form fieldset {
  background: #efe;
}

.depot-form legend {
  color: #dfd;
  background: #5C1415;
  font-family: sans-serif;
  padding: 0.2em 1em;
}

.depot-form label {
  width: 5em;
  float: left;
  text-align: right;
  margin-right: 0.5em;
  display: block;
}

.depot-form .submit {
  margin-left: 5.5em;
}

/* The error box */

.fieldWithErrors {
    padding: 2px;
    background-color: red;
    display: table;
}

.errorExplanation, .successMessage {
    width: 400px;
    padding: 7px;
    padding-bottom: 12px;
    margin-bottom: 20px;
    background-color: #f0f0f0;
}

.errorExplanation {
    border: 2px solid #CC0000;
}

.successMessage {
    border: 2px solid #409540;
}

.errorExplanation h2, .successMessage h2 {
    text-align: left;
    font-weight: bold;
    padding: 5px 5px 5px 15px;
    font-size: 12px;
    margin: -7px;
}

.errorExplanation h2 {
    background-color: #C00C00;
    color: #FFFFFF;
}

.successMessage h2 {
    background-color: #409540;
    color: #fff;
}

.errorExplanation p, .successMessage p {
    color: #333;
    margin-bottom: 0;
    padding: 5px;
}

.errorExplanation ul li, .successMessage ul li {
    font-size: 12px;
    list-style: square;
}

.hidden {
    display: none;
}


table {
    /*
    background: #000000;
    color: #69282A;
    border: 1px solid #000000;*/
}

table th a {
    text-decoration: none;
    color: #69282A;
}

table th a:hover {
    text-decoration: underline;
}

table caption {
    background: #4D65A3;
    color: #062860;
    border: 1px solid #5C1415;
}

table thead {
    /* background: #000000;
    color: #FFFFFF; */
    border: 1px solid black;
}

table thead td, table thead th {
    padding: 8px;
}

table tbody td {
    background: white;
    color: black;
    padding: 5px;
}

table tbody td.center {
    text-align: center;
}

table tbody td.right {
    text-align: right;
}

table tbody tr.even td {
    background: #DDDDDD;
}

#new_paycheck_form label {
    float: left;
    width: 6em;
}

#user_report_form label {
    float: left;
    width: 6em;
}

div.item-category {
    background: #5C1415;
    color: white;
    -moz-border-radius: 10px;
    float: left;
    margin: 0 30px 0 0;
}

div.item-category-inner {
    padding: 0 10px 10px 10px;
}

div.item-category h2 {
    border-bottom: 1px solid #69282A;
    color: #69282A;
    margin: 0;
    padding: 2px 0 0 15px;
}

div.item-category h3 {
    margin: 0;
    padding: 0;
    text-decoration: underline;
}


div.item-category ul {
    margin: 0;
    padding: 0;
}

div.item-category li {
    list-style: none;
    margin: 3px 0 0 0;
    vertical-align: middle;
}

div.item-category li input,
div.item-category li label,
div.item-category li a img,
div.item-category p input,
div.item-category p label,
div.item-category p a img {
    vertical-align: middle;
}

.clear {
    clear: both;
}

div#tabs {
    width: 100%;
}

div#tabs ul {
    margin: 0;
    overflow: auto;
    padding: 0;
}

div#tabs ul li {
    border: 2px solid #69282A;
    border-bottom: 0px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    list-style: none;
    float: right;
    height: 20px;
    line-height: 18px;
    margin: 0 10px 0 0;
    padding: 10px 20px;
}

div#tabs ul li.selected {
    background: #69282A;
}

div#tabs ul li a {
    text-decoration: none;
    color: black;
}

td.form_td div,
th.form_td div {
    float: left;
    margin-right: 5px;
    text-align: left;
}

div.table_input {
    width: 80px;
}


table.scrollTable {
    border: 1px solid #000000;
    margin-top: 20px;
}

tbody.scrollContent tr.makeRow td {
    background: #BBBBBB;
}

tbody.scrollContent tr.modelRow td {
    background: #CCCCCC;
}

thead tr {
    background: #333333;
}
thead th {
    background: #333333;
    color: #FFFFFF;
    padding: 3px;
}
tbody.scrollContent td {
    border: 1px solid #333333;
}

.sidebar {
    float: left;
    margin-right: 10px;
}
