
body
{
  background-color	: #FFFFFF;	// White
  font-size		: 100%;		// Deal with IE Bug
}

table.container
{
  margin-top		: 0px;
  width			: 95%;
/*  width: 904px; */
}


table.header
{
  width			: 100%;
  text-align		: center;
  color			: #000000;	// Black
  background-color	: #FFFFFF;	// White
}

table.body
{
  width			: 100%;
  table-layout		: auto;
}

table.footer
{
  width			: 100%;
  table-layout		: auto;
}


td.nav_top_container
{
  vertical-align	: top;
  text-align		: center;
  width			: 150px;
}

td.nav_top
{
  padding		: 5px;
  border-color		: #800000;
  border-style		: none;
  font-size		: larger;
  background-color 	: #800000;
}

table.nav_top
{
  /* empty */
}


td.nav_left_container
{
  vertical-align	: top;
  text-align		: center;
  width			: 150px;
}

td.nav_left
{
  padding		: 15px;
  border-color		: #000080;
  border-style		: solid;
  font-size		: larger;
  background-color 	: #0000FF;
}

table.nav_left
{
  /* empty */
}



table.greeting
{
  color			: #FF0000;
}

td.greeting
{
  text-align		: center;
  color			: #FF0000;
}

table.hello
{
  width			: 100%;
  color			: #FF0000;
}

td.hello
{
  text-align		: right;
  color			: #FF0000;
}

table.auctions
{
  border-color		: #000080;
  border-style		: inset;
  border-collapse	: collapse;
  color			: #FF0000;
  padding		: 15px;
}

tr.auctions_header
{
  font-size		: larger;
  text-align		: center;
  color			: #000080;
}

td.auctions
{
  border-color		: #000080;
  border-style		: inset;
  padding		: 5px;
}

td.auction_name
{
  border-color		: #000080;
  border-style		: inset;
  padding		: 5px;
  width			: 30%;
}

td.auction_info
{
  border-color		: #000080;
  border-style		: inset;
  padding		: 5px;
  width			: 60%;
}

td.auction_picture
{
  border-color		: #000080;
  border-style		: inset;
  padding		: 5px;
  width			: 10%;
}

td.opens
{
  color			: #008000;
  border-color		: #000080;
  border-style		: inset;
  padding		: 5px;
}

td.closes
{
  color			: #FF0000;
  border-color		: #000080;
  border-style		: inset;
  padding		: 5px;
}

td.auction_footer
{
  text-align		: center;
  color			: #000080;
}

div.auction_name
{
  font-size		: larger;
} 

a:link.nav_top		{ color : #FFFFFF ; text-decoration : none }
a:visited.nav_top	{ color : #FFFFFF ; text-decoration : none }
a:hover.nav_top		{ color : #FF00FF ; text-decoration : underline }
a:active.nav_top	{ color : #0000FF ; text-decoration : underline }

a:link.item_link	{ color : #FF0000 ; text-decoration : none }
a:visited.item_link	{ color : #FF0000 ; text-decoration : none }
a:hover.item_link	{ color : #FF00FF ; text-decoration : none }
a:active.item_link	{ color : #0000FF ; text-decoration : none }

a:link.auction_name	{ color : #FF0000 ; text-decoration : none }
a:visited.auction_name	{ color : #FF0000 ; text-decoration : none }
a:hover.auction_name	{ color : #FF00FF ; text-decoration : none }
a:active.auction_name	{ color : #0000FF ; text-decoration : none }

a:link.auction_info	{ color : #FF0000 ; text-decoration : none }
a:visited.auction_info	{ color : #FF0000 ; text-decoration : none }
a:hover.auction_info	{ color : #FF00FF ; text-decoration : none }
a:active.auction_info	{ color : #0000FF ; text-decoration : none }

a:link.auction_picture		{ color : #FF0000 ; text-decoration : none }
a:visited.auction_picture	{ color : #FF0000 ; text-decoration : none }
a:hover.auction_picture		{ color : #FF00FF ; text-decoration : none }
a:active.auction_picture	{ color : #0000FF ; text-decoration : none }

a:link.auction_location		{ color : #FF0000 ; text-decoration : underline }
a:visited.auction_location	{ color : #FF0000 ; text-decoration : underline }
a:hover.auction_location	{ color : #FF00FF ; text-decoration : none }
a:active.auction_location	{ color : #0000FF ; text-decoration : none }



a:link.nav_left		{ color : #FFFFFF ; text-decoration : none }
a:visited.nav_left	{ color : #FFFFFF ; text-decoration : none }
a:hover.nav_left	{ color : #FF00FF ; text-decoration : underline }
a:active.nav_left	{ color : #0000FF ; text-decoration : underline }
a:link.nav_center	{ color : #0000FF ; text-decoration : none }
a:visited.nav_center	{ color : #0000FF ; text-decoration : none }
a:hover.nav_center	{ color : #FF00FF ; text-decoration : underline }
a:active.nav_center	{ color : #000000 ; text-decoration : underline }
