body { 
background: url('../images/bg-admin-body.gif') top left repeat-x;
color: #333;
padding: 25px 40px;
}

body, p, ol, ul, td {
  font-family: Arial, helvetica, sans-serif;
  font-size:   13px;
  line-height: 18px;
}

pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}

h1 {
  color: #cb2d39;
  font-size: 170%;
  width: 600px;
  line-height: 30px;
  border-bottom: 1px solid #eee;
}

a { color: #a90a15; text-decoration: none; padding: 2px;}
a:visited { color: #7c4448; }
a:hover { color: #fff; background-color:#a90a15; }

a img, a:visited img, a:hover img { border: none; }

.fieldWithErrors input {
  background-color: #fff4f5;
}

#errorExplanation {
  width: 600px;
  margin-bottom: 20px;
  padding: 10px;
}

#errorExplanation h2 {
  display: none;
}

#errorExplanation p, #errorExplanation li {
  color: #ae0000;
  font-weight: bold;
  margin-bottom: 0;
  padding: 0 0 3px 0;
  list-style: square;
  clear: both;
}

div.uploadStatus {
  margin: 5px;
}

div.progressBar {
  margin: 5px;
}

div.progressBar div.border {
  background-color: #fff;
  border: 1px solid #eee;
  width: 100%;
}

div.progressBar div.background {
  background-color: #333;
  height: 18px;
  width: 0%;
}


input.button {
        border-top:2px solid #e42231;
        border-left:2px solid #e42231;
        border-right:2px solid #720008;
        border-bottom:2px solid #720008;
        background: #a90a15; 
        padding:2px 4px;
        text-decoration: none;
        font-weight: 900;
        color: #fff;
}

label {
  font-weight: bold;
}


/* ------------- HEADER STYLES ------------- */
#hdr {
  height: 80px;
}

#hdr img {
  border: none;
}

#hdr a:hover {
  background: #000;
}

/* ------------- TABLE STYLES -------------- */

table {
margin: 10px 0;
}

td {
  padding: 5px;
  border: 1px solid #eee;
}

th {
  background: #eee;
  padding: 5px;
  text-align: left;
}

/* ------------- FOOTER STYLES ------------- */
#ftr {
  margin: 80px 0;
  border-top: 1px solid #eee;
  padding-top: 5px;
  text-align: right;
  font-size: 90%;
  color: #777778;
}

#ftr a, #ftr a:visited {
  color: #444;
}

#ftr a:hover {
  background: #fff;
  text-decoration: underline;
}