body
{  	
background-image: url(/images/backgrnd.gif);
}

/* color of text for instructions e.g. posting pages */
body.cgi-bin
{
color: 000099;
}

/* table does not inherit body */
table
{  	
font-family: arial,helvetica;
font-size: 10pt;
}

/* hyperlinks */
a:link  	  { color: #0000FF; }
a:visited 	  { color: #800080; }
a:active 	  { color: #FF0000; }

/* color of text for instructions e.g. posting pages */
.instructiontext { color: #000099;}

.newregion { 
  color:000099; 
  font-weight:bold 
}

/**** BEGIN - Classified Home Page ****/
/**** Classifieds category table  ****/
#clsbox table
{
	background-color: #006699;
	text-decoration: none;
	text-align: left;
	width: 210px;
}

.clsbox table
{
	background-color: #006699;
	text-decoration: none;
	text-align: left;
	width: 210px;
}

/* Classified ad header, with background color, font */
.header { background-color: #006699; color: #fff; font-weight: bold;}

/* Count in ad header */
.headercount { FONT-SIZE: 80%; color: #fff; font-weight: normal; }  

/* Header when it is a hyperlink */
a.headerlink:link  {color: #fff; font-weight: bold; }
a.headerlink:visited  {color: #fff; font-weight: bold; }
a.headerlink:active  {color: #fff; font-weight: bold; }

/* Category cell */
.category { background-color: white; font-weight: bold;} 

.category .no_ads { font-weight: normal; }

.category .count { font-weight: normal; FONT-SIZE: 80%;}

/* Listing Page. Posting Row with date */
.list_page_date_row  {font-size: 10pt;  width: 610;  font-weight: bold; text-align: left; background-color: #a0b8c8;}

/* Listing Page. Posting Row with date. 7/16/21, Made wider */
.list_page_date_row2  {font-size: 10pt;  width: 750;  font-weight: bold; text-align: left; background-color: #a0b8c8;}

.breadcrumb {font-size: 10pt; font-weight: bold; text-align: left}

.listing {overflow:hidden;width:740px}

.listing_divider{width:5px}

h4.posting_title{overflow:hidden;width:100%}

/**** END - Classified Home Page ****/