/* Colors */


/* Category color - used on top level categories */

.categorycolor A
{
	border-color: #A09DBA;
	color: #A09DBA;
	background-color: #1F1A52;
}

/* Derived colors  */ 

.categorycolor H1
{
	border-color: #A09DBA;
	color: white;
	background-color: #A09DBA;
}

.categorycolor A:hover
{
	border-color: #A09DBA;
	color: #1F1A52;
	background-color: #A09DBA;
}

.categorycolorreversed
{
	border-color: #A09DBA;
	color: #1F1A52;
	background-color: #A09DBA;
}

/* function color - used on top level functions */

.functioncolor 
{		
	background-color: #E7DEC9;
}

.functioncolor A
{
	color: blue;
}

/* Derived colors  */ 

.functioncolor H3
{
	color: black;
}

.functioncolor A:hover
{
	color: red;
}




/* Site Header Properties */

#header {
	display: block;
	float: left;
	width: 100%;
}

#navtop {
	display: block;
	float: none;
	margin-top: 1px;
	clear: both;
}


A.navtop_links {
	text-decoration: none;
	font-weight: bold;
	font-size: 10pt;
	line-height: 12pt;
	color:#1b1464;
}

A.navtop_links:hover
{
        color: red;
}
A.navtop_links:visited
{
        color: red;
}




#navtop .loginline A {
	text-decoration: none;
	font-weight: bold;
	font-size: 10pt;
	line-height: 12pt;
}

#loginline A:hover
{
        color: red;
}


#right
{
	position: fixed;
	top: 0px;
	right: 5px;
	float: right;
	display: inline;
	width: 165;
}
	
#content {
	display: block;
	float: left;
	margin: 2px 2px 2px 2px;
	padding: 0px;
	width: 75%;
}

#middle {
	display: block;
	float: left;
	width: 100%;
}

#navleft {
	display: block;
	float: left;
	border: 1px solid #000000;
	margin: 2px 2px 2px 2px;
	width: 20%;
}

#navleft H1
{
	display: block;
	padding: 2px 2px 2px 2px;
	font-size: 1.2em;
	font-weight: bold; 	
	margin: 0px 0px 0px 0px;

	border-width: 1px 1px 1px 1px ;
	border-style: solid;
}


#navleft a
{
	display: block;

	text-decoration: none;
	font-size: 1.2em;
	font-weight: bold;
	border-width: 1px 1px 1px 1px ;
	border-style: solid;
	padding: 2px 2px 2px 2px;
	margin: 0px 0px 0px 0px;
}

#navleft a:hover
{
	display: block;
	text-decoration: none;
	font-size: 1.2em;
	font-weight: bold;
	border-width: 1px 1px 1px 1px ;
	border-style: solid;
	padding: 2px 2px 2px 2px;
	margin: 0px 0px 0px 0px;

}



#contentheader {
/*	border: 1px solid #000000; */
	width: auto;
}


#footer {
	display: block;
	float: left;
	width: auto;
	text-align: left;	
	background-color: white;
}



#categories {
	position: relative;
	margin-right: 10px;	
	float: left;
}
.category {
	border: 1px solid #000000;	

	background: white;
	color: blue;
	padding: 2px 2px 2px 2px;
}

#message {
	color:red;
	font-weight: bold;
}


.message {
	color:red;
	font-weight: bold;
}

body {
  background-color: white;
	margin: 1px 1px 1px 1px;
	padding: 0;
	font-size: 0.7em;
	font-family: verdana, verdana, arial, helvetica, sans-serif;
}

h1 {

	font-size: 1em;
	color: black;
	font-weight: bold;	
	margin: 0 0 7px 0;
	padding: 5px 0px 2px 0px;
	margin-left: 3px;
}
h2 {

	color: gray;
	font-weight: bold;
	margin: 0 0 7px 0;
	padding: 0;
	font-size: 1.1em;
}
h3 {

	color: gray;
	font-weight: bold;
	margin: 0 0 3px 0;
	padding: 0;
	font-size: 0.8em;
}




/* Lot Button Area */
.table.bid td {

  font-weight: bold;
	font-size: 0.8em;	
	color: yellow;
	background-color: red;
	text-align: center;
}
.table.bid a:link{
  display: block;
	width: 100%;
  color: yellow;
}
.table.bid a:visited{
  color: yellow;
}
.table.bid a:hover{
  background-color: red;
}

#search {
  position: relative;
	margin: 0px 0px 2px 212px;	
	width: auto;
	text-align: right;
	border: 1px solid black;
	background-color: #FFFFCC;
	z-index: 3;
	padding: 0;
}

.categoryheader
{
	font-size: 12pt;
	line-height: 14pt;
	font-weight: bold; 
}

#lotlist
{
	float: left;
	margin-top: 10px;
	display: block;

}

#bid
{
	float: left;
	margin-top: 10px;
	display: block;
}

.loteven
{
	background: #EEEEFF;
}

.lotodd
{
	background: #EEFFFF;
}
.lot P
{
	font-size: 10pt;
	line-height: 12pt;
}

.lotlistdetail
{

	padding: 4px 4px 4px 4px;
	font-size: 10pt;
	font-height: 12pt;

}

.lotlistbid
{

	border: 0px solid #000000;	
	padding: 4px 4px 4px 4px;	
	font-size: 10pt;
	font-height: 12pt;
}

.lotbid INPUT
{
	s: #FBFF04;
}


.lotthumb
{

	width: 90px;
}

.lotmain
{
	float: left;
	display: inline;
	padding: 2px 2px 2px 2px;
}

.description
{
	display: inline;
	font-size: 12pt;
	line-height: 14pt;
	font-weight: bold;
	margin: 2px 2px 2px 2px;
}

.crumbtrail
{
	margin-left: 10px;
	font-size: 12pt;
	line-height: 14pt;
	font-weight: bold;
}

.crumbtrail A
{
	color: blue;
	text-decoration: none;
}

.crumbtrail A:hover
{
	color: red;
	text-decoration: none;
}

.categorylink
{
	margin-left: 20px;
}
.categorylink A
{
	text-decoration: none;
	font-size: 12pt;
	color: blue;
	line-height: 14pt;
	font-weight: bold;
}

.categorylink A:hover
{
        color: red;
}

.button
{
display: block;
text-decoration: none;
}

.buttonlink
{
text-decoration: none;
}

.topcategorylink 
{
	display: inline;
	float: left;
	text-decoration: none;
	background-color: blue;
	font-size: 1em;
	line-height: 1.2em;
	font-weight: bold;
	color: white;
	padding: 2px 2px 2px 2px;
	border: white solid 1px;
	
}

.topcategorylink:hover
{
	display: inline;
	float: left;
	text-decoration: none;
	background-color: lightblue;
	font-size: 1em;
	line-height: 1.2em;
	font-weight: bold;
	color: black;
	padding: 2px 2px 2px 2px;
	border: white solid 1px;
	
}

.topcategorylinkselected 
{
	display: inline;
	float: left;
	text-decoration: none;
	background-color: red;
	font-size: 1em;
	line-height: 1.2em;
	font-weight: bold;
	color: white;
	padding: 2px 2px 2px 2px;
	border: white solid 1px;
}

