/* 

Cancel Browser-Default settings

http://kurafire.net/log/archive/2005/07/26/starting-css-revisited

*/

html, body, form, fieldset {
 margin: 0;
 padding: 0;
 font: 10pt Verdana, Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	margin: 1em 0;
	padding: 0;
	font-weight: bold;
}

li, dd, blockquote {
 margin-left: 1em;
}

form label {
 cursor: pointer;
}

fieldset {
 border: none;
}

input, select, textarea {
 font-size: 80%;
}

/* now start with my style... */

body
{
  background-color: #004080;
}

#container
{
  margin-top: 8px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 8px;
  width: 640px;
  border-top: #ff0000 8px solid;
  border-left: #ff0000 8px solid;
  border-right: #ff0000 8px solid;
  border-bottom: #ff0000 8px solid;
  background-color: #ffffff;
  text-align: center;
}

table#header
{
  margin-left: auto;
  margin-right: auto;
/*  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px; */
  text-align: center;
}

#HdGavel
{
}

#HdOpport
{
}

#HdInfo
{
  text-align: right;
}

#eightHundredNumber
{
  font-weight: bold;
  font-size: 12pt;
  color: white;
  background-color: #004080;
  margin-top: 2px;
  margin-left: 2px;
  margin-right: 2px;
  margin-bottom: 2px;
  padding-right: 4px;
}

.spanHdInfo
{
  font-weight: bold;
  margin-top: 2px;
  margin-left: 2px;
  margin-right: 2px;
  margin-bottom: 2px;
  padding-right: 4px;
}

#middle
{
}

hr.redSolid
{
  border-top: red solid;
}

hr.blueThin
{
	border-top: blue solid thin;
	background-position: center;
	font-size: 100%;
}

.alignLt
{
  text-align: left;
}

.alignRt
{
  text-align: right;
}


#thingsToDo td
{
  background-color: Red;
  padding-left: 1em;
  padding-right: 1em;
}

#thingsToDo td a
{
  color: White;
  font-weight: bold;
  text-decoration: none;
}

#thingsToDo td a:link
{
}

#thingsToDo td a:visited
{
  color: Silver;
}

#thingsToDo td a:hover
{
  color: Yellow;
  text-decoration: underline;
}

#thingsToDo td a:active
{
}

table.auctionSection
{
  width: 100%;
  text-align: left;
}

table.auctionLocation
{
}

table.auctionLocation td.statePicture
{
  padding-left: 15px;
}

table.auctionLocation p
{
  text-align: left;
  margin-top: 0px;
  margin-bottom: 0px;
  vertical-align: top;
  font-weight: bold;
  font-size: 12pt;
  font-family: Verdana, Arial, Sans-Serif;
  padding-left: 15px;
  padding-bottom: 3px;
  padding-top: 3px;
}

table.auctionLocation p.auctionDateTime
{
  color: Black;
}

table.auctionLocation p.auctionLocation
{
  color: Red;
}

div.auctPic
{
  text-align: left;
  padding-left: 15px;
}

table.auctionDetails
{
  width: 100%;
  text-align: center;
}

table.auctionDetails p
{
	margin: 0px;
	padding: 0px;
	text-align: center;
}

div.auctionDescription
{
  padding-bottom: 16px;
}

ul.auctionDescription
{
  list-style-position: outside;
  list-style-type: disc;
  padding-bottom: 16px;
}

div.auctionDirections
{
  padding-top: 16px;
  padding-left: 32px;
  padding-right: 32px;
  font-size: 80%;
  text-align: left;
}

p.auctionDirectionHd
{
  font-weight: bold;
  font-size: 12pt;
  color: Red;
}

table.legalMumboJumbo
{
  font-size: 60%;
  padding-top: 8px;
  padding-left: 32px;
  padding-right: 32px;
  padding-bottom: 8px;
  text-align: center;
}
