/*
AbC tunes pages
Styles specific to db-driven list pages
July 2007
© Mark Iliff, Talespinner (www.talespinner.co.uk)
******************************************************************************************************************/

/*Links (clickable column headers that invoke sort)
*******************************************************************/
	#sortLinks,
	tr.sortLinks
	{
		background-color: #d2d2d2;
	}
	
	#sortLinks h2 {
		font-size: 120%;
	}
	
	#sortLinks a,
	tr.sortLinks a
	{
		padding: 2px;
		text-decoration: none;
		border-width: 1px;
		border-style: solid;
		border-color: #e6e6e6 #aaaaaa #aaaaaa #e6e6e6;
	}
	
	#sortLinks a:hover,
	tr.sortLinks a:hover
	{
		background-color: #dcdcdc;
		border-color: #f0f0f0 #b4b4b4 #b4b4b4 #f0f0f0;
	}

	@media print {
		#sortLinks a {
			border: 0;
		}
	}	

/*Tunes table
*******************************************************************/
	tr.listRow td {
		border-top: 1px solid #800000;
	}
	
	tr.resting td {
		background: url(../images/stippleBlue.gif) repeat;
	} 
	
	td.col-id {
		color: #800000;
		font-size: 150%;
		margin-top: 15px;
	}
	
	td.col-key,
	td.col-time, 
	td.col-bars 
	{
		text-align: center;
	}
	
	td.col-updated 
	{
		text-align: right;
		font-size: 80%;
	}

/*Named objects
*******************************************************************/
	#updateNotes {
		font-size: 80%;
	}
	
	#addresses td,
	#updateNotes td 
	{
		border-top: 1px solid silver;
		padding: 2px;
	}



