/* CSS Document */

/*Table Row Rollovers */
caption {
	padding-bottom:5px;
	padding-top:20px;
	font-weight:bold;
	font-family: georgia, times, serif; 
	font-size: 14px;
	text-align:left;
	color:#5D5A48
}
thead th {
	font-family:tahoma, verdana, sans-serif;
	font-size: 10px;
	background:#ECE9D8;
	padding:10px;
	border:1px solid brown;
	border-collapse:collapse;
}
tfoot td {
	font-family:tahoma, verdana, sans-serif;
	font-size: 10px;
	background:#ECE9D8;
	padding:10px;
	border:1px solid brown;
	border-collapse:collapse;
}     
.tableRuler {
	border:1px solid #000;
	border-collapse:collapse;
}

td.list {
	font-family: georgia, times, serif; 
	font-size:11px;
	border:1px solid brown;
	border-collapse:collapse;
	padding:5px;
}

/* To control the effect, all you need to define in your style sheet is a class for the ruler:
	These settings will be applied to every highlighted row inside every table with the class ?ruler.?*/
tr.ruled {
	background:#F9F3DD;
}
