body {
  background-color: #cccccc;
  background-image: url(http://www.mineral-auctions.com/images/background.gif);
  margin-left: 0;
  margin-top: 0;
  width: 100%;
  text-align: center;             /* IE hack to center '#wrap' */
}
body, td, p, h1, h2, h3, h4 {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
}

th {
  font-family : Arial, Verdana, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  background: #000000;
}

h1 {
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
}


a {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  color: #0000FF;
  text-decoration: none;
}

a:hover {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  text-decoration: underline;
}

a:visited {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  color: #800080;
}

.error {
  color: #FF0000;
  font-weight: bold;
}

.success {
  color: #006600;
  font-weight: bold;
}

.required {
  color: #FF0000;
  font-weight: bold;
}


/* Message boxes */
#messages {
  width: 400px;
}

.status_box {
    color: #00CC00;
    background: #ffffff url(/images/dialog-information.gif) no-repeat 5px 5px;
    padding: 2px 5px 2px 32px;
    border: thin solid #000000;
    min-height: 30px;
    font-size: 14px;
    width: auto;
}
.warning_box {
    color: #CC0033;
    background: #ffff88 url(/images/dialog-warning.gif) no-repeat 5px 5px;
    padding: 2px 5px 2px 32px;
    border: thin solid #ff8888;
    min-height: 30px;
}
.error_box {
    color: #ff0000;
    background: #ffbbbb url(/images/dialog-error.gif) no-repeat;
    padding: 2px 5px 2px 32px;
    border: thin solid #ff0000;
    min-height: 30px;
}

.bold {
  font-weight: bold;
}

/* table... sets the table border colours and backgrounds in stats and in tutorials */
.tableborder {
  background: #000000;
}

.tablebg {
  background: #FFFFFF;
}

.tablebgodd {
  background: #CCCCCC;
}


.dropshadow {
  border-left: 1px solid #000000;
  border-top: 1px solid #000000;
}

.whitebg {
  color: #000000;
  background-color: #FFFFFF;
}

.blackbg {
  color: #FFFFFF;
  background-color: #000000;
}

.small-white {
  font-size:9px;
  color: #ffffff;
}

.small-black {
  font-size:9px;
  color: #000000;
}

/* used to highlight special comments on items */
.special {
  color: #ff0000;
  font-weight: bold;
  text-align: center;
}

/* used to highlight the business name on items */
.business {
  max-width: 150px;
  color: #990033;
  font-weight: bold;
  text-align: center;
}

/* used to highlight bidding status of an item */
.status {
  color: #ff0000;
  font-weight: bold;
}

/* used to emphasize the name/title of an item */
.title {
	font-weight: bold;
	font-size: 12;
	text-align: center;
}

/* used to emphasize the field names of an item */
.fieldname {
	font-weight: bold;
	font-size: 12;
}

/* used to show a note, smaller and less stated */
.note {
	font-weight: normal;
	font-size: 10;
    color: #FFFFFF;
}

.button {
    background-color: #cccccc;
    text-decoration:none;
    font-size: 14;
	cursor: hand;
	font-weight : bold;
    text-align: center;
}

.addtext {
    text-decoration:none;
	cursor: hand;
	font-weight : bold;
    text-align: center;
}


.buynow {
    color: #FF0000;
    font-weight: bold;
}

.footer {
    font-size: 10px;
    color: #000000;
    text-align: center;
}

.auctionNotice {
    font-size: 14px;
    color: #000000;
    text-align: center;
    font-weight: bold;
}

.auctionWarning {
    font-size: 14px;
    color: #FF0000;
    text-align: center;
    font-weight: bold;
}

/* next/pref styling */
#prev_next {
  width: 100%;
  font-weight: bold;
  font-size: 14px;
}

#prev_next .prev {
  float: left;
  width: 30%;
  text-align: left;
}

#prev_next .tally {
  width: 40%;
  float: left;
  text-align: center;
}

#prev_next .next {
  width: 30%;
  float: left;
  text-align: right;
}

#jumpto {
  font-weight: bold;
  font-size: 14px;
}

/* new page layout styles */
#wrap {
    text-align: left;               /* IE hack to undo center from 'body' */
    width: 100%;                   /* IE hack; 2px wider than we want */
    margin-left: auto;
    margin-right: auto;
}

#lhs {
    float: left;
    padding: 0px 0px 5px 5px;
    width: 150px;
    margin-top: 0;
    margin-right: 1.67em;
    text-align: left;
}
#rhs {
    padding-left: 2em;
    margin: 0 2em 0 150px;
    padding-top: 0;

}
#bordered {
    border: 1px solid #000000;
    background-color: #FFFFFF;
    margin-left: 0;
    padding-left: 0;
    width: auto;
}

#header {

}

#footer {
  clear: both;
  padding-bottom: 1em;
  text-align: center;
}

input, select, textarea {
    border: 1px solid #cccccc;
    margin-bottom: 2px;
    font-size: 95%;
}

.formlabel {
    text-align: left;
    width: 150px;
    font-weight: bold;
    vertical-align: top;
}

table .form   {
  background-color: #FFFFFF;
}

.form tr {
  background-color: #FFFFFF;
}

.form td {
   border: 1px solid #000000;
   padding: 2px;
}

.form th {
  color: #ffffff;
  background-color: #000000;
}
#bordered .formvalue {
  width: auto;
  float: left;
  margin: 2px;
}


.rating-good {
  background-color: #66CC66;
  font-weight: bold;
  padding: 2px;
  border: 1px solid #000000;
}

.rating-ok {
  background-color: #CC9933;
  font-weight: bold;
  padding: 2px;
  border: 1px solid #000000;
}

.rating-bad {
  background-color: #CC3333;
  font-weight: bold;
  padding: 2px;
  border: 1px solid #000000;
}

a.rating-good {
  color: #000000;
}

a.rating-ok {
  color: #000000;
}

a.rating-bad {
  color: #000000;
}


