a {
  color: #336699;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  color: #c00000;
}

body 
{
	background-color: #000000;
	background-image: url("/graphics/logo.gif");
	background-repeat: no-repeat;   
	margin: 0;
	padding: 0;
	color: #000;
}

div#content 
{
	background:#000;
	margin-top:110px;	
}

h2, h3, h4 
{
  color: #003366;
  font-family: "Arial Narrow";
  margin-top: 0px;
  margin-bottom: .5em;
}

h2 
{
  font-size: 200%;
}

h3 
{
  font-size: 150%;
}

h4 
{
  font-size: 100%;
}

img.icon 
{
  border-width: 0px;
  margin: 4px;
}

img.left 
{
  float: left;
  margin-right: 4px;
}

img.right 
{
  float: right;
  margin-left: 4px;
}

img.thumb 
{
  border-width: 1px;
  margin: 4px;
}

input 
{
  border-style: inset;
  border-width: 2px;
  padding: 2px;
}

input.button 
{
  background-color: #d0a070;
  border-color: #f0c090 #a07040 #a07040 #f0c090;
  border-style: outset;
  border-width: 2px;
  color: #ffffff;
  font-family: "Arial", "Helvetica", sans-serif;
  font-weight: bold;
  padding: 0px;
}

input.numeric 
{
  text-align: right;
}

table.form {
  background-color: #f0c080;
  border: 2px solid #b08040;
  scrollbar-base-color: #d0a060;
}

td, th 
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  padding: 4px 6px 4px 6px;  
  vertical-align: middle;
}

td.fieldName 
{
  font-weight: bold;
  vertical-align: bottom;
}

th 
{
  background-color: #d0a060;
  font-weight: bold;
  vertical-align: bottom;
  text-align: left;
}

tr.alt 
{
  background-color: #f0c080;
}

ul {
  list-style-type: square;
}

.echo 
{
  background-color: #f0c080;
  border: 2px solid #b08040;
  color: #000000;
  font-family: "Arial", "Helvetica", sans-serif;
  padding: 2px;
}

.errorMsg 
{
  color: #cc0000;
  font-weight: bold;
}

.sold 
{
  background-color: #d0a060;
  border-color: #b08040;
  border-style: solid;
  border-width: 2px 3px 2px 3px;
  color: #ffffff;
  font-weight: bold;
  margin: 8px;
  padding: 2px;
  text-align: center;
  width: 6em;
}

.updateMsg 
{
  color: #00cc00;
  font-weight: bold;
}

#catHeader 
{
	background-color: #f0c080;
	color: #000000;
	font-weight: bold;
	padding: 0px 8px;
	margin-bottom: 10px; 
}

#categories 
{
	border: 1px solid #d0a060;  
	width: 200px;
	padding-bottom: 8px;
	margin-left: 10px;
}

#categories div table tbody tr td a
{
	text-decoration: underline;
}

#main 
{
	background-color:#fff;
	padding: 1em;	
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 10pt;
	margin-left: 21%;
	height: 100%; 
}

#msg 
	{
	background-color: #f0c080;
	border: 1px solid #d0a060;
	color: #000000;
	float: right;
	font-size: 8pt;
	margin: 4px;
	margin-left: 8px;
	padding: .5em;
	width: 18em;
}

.inquireMessage
{
	border: 2px solid #d0a060;
	color: #000000;
	float: right;
	font-size: 13pt;
	margin: 4px;
	margin-left: 8px;
	padding: .5em;
	width: 275px;
	text-align: center;
}
	
#left 
{
	background-color: #000;  
	width: 18%;
	float: left;	
	font-family: "Trebuchet MS", "Franklin Gothic Medium Cond", "Arial Narrow", "Arial", "Helvetica", sans-serif;
	font-size: 10pt;
	font-weight: bold;  
	color: #d0a060;
}

#left a 
{
	color: #d0a060;
	font-weight: bold;
	text-decoration: none;
	padding-left:5px;
}

#left a:hover 
{
	color: #f0c060;
}

#top 
{
	height: 110px;
	background-color: #000;	
}

html>body #left 
{
	width:20%;
}
	
	
	
