/* This controls the list design in the Schedule, Bid Sheet, and the both the results displays (you need to view a set of sales results to see these pages)

.odd / .even - control each sucessive row

table#schedule - controls the table around the results lists - can add borders etc here

th.scheduleheader - controls the text which heads the table in the schedule

td.saleno, td.salename, td.salelocale, td.saledatetime - control the text in the schedule / calendar only

th.salesresultsheader - controls the text which heads the table in the sales results

*/

/* These work on all lists pages */

.odd {
	font-size: 12px;
	background-color: #EEE;
	padding: 0 5px 5px 5px;
	}
	
.even {
	font-size: 12px;
	background-color: #DDD;
	padding: 0 5px 5px 5px;
	}

/* These are schedule / calendar specific */

table#schedule {
	border: 0px solid #FFF;
	}
	
th.scheduleheader {
	font-size: 12px;
	color: #333;
	padding: 0 5px 5px 0;
	text-align:left;
	}
	
td.saleno {
	font-size: 12px;
	}
	
td.salename {
	font-size: 12px;
	}
	
td.salelocale {
	font-size: 12px;
	}
	
td.saledatetime {
	font-size: 12px;
	}

/* These are sales results specific */

table#salesresults {
	border: 0px solid #FFF;
	}
	
th.salesresultsheader {
	font-size: 12px;
	padding: 0px 5px 5px 5px;
	text-align:left;
	}
	
td.lotno {
	font-weight: bold;
	font-size: 12px;
	text-align:left;
	padding: 0px 5px 4px 5px;
	}
	
td.lotpricerealised {
	font-size: 12px;
	text-align:left;
	padding: 0px 5px 4px 5px;
	}
	
td.lotdescription {
	font-size: 12px;
	text-align:left;
	padding: 0px 5px 4px 5px;
	}
	
td.lotprice {
	font-size: 12px;
	text-align:left;
	padding: 0px 5px 4px 5px;
	}
	
td.lotresult {
	font-size: 12px;
	text-align:left;
	padding: 0px 5px 4px 5px;
	}

#Content td.saleinfo {
	font-size: 10px;
}


table {
	font-family:  arial, helvetica;
	font-size: 12px;
	color:#000066;
}
