
/* Alternative site color */  
.alt
{
  background-color: #FFCC99 
}


/* Regular (neutral) site color */  
.reg
{
  background-color: grey
}


/* Caption's color */  
.hdr
{
  background-color: #4E9C4F 
}


/* Html body style */  
.body
{
  background-color: white
}


/* Lot info, login screen, bid confirmation fields' background */  
.greyed
{
  background-color: #E9E9E9
}


/* Color of the caption font (AUCTION DETAILS, PHOTO, ITEM # etc.) */  
.caption
{
  color: white
}


