

/*
File:		SCREEN.CSS
Project:	Cynthia E. Young, Esquire

Author:		Stephen Williams
Creation:	04.03.2006
Updated:	04.03.2006
Copyright:	Lighthouse Information Systems, Inc. 2006
		
Notes:		Screen styles
*/


/* -------------------- */
/*
cases table
*/

table.cases {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: small;
	border-collapse: collapse;
	width: 100%;
	background-color: #F2F2E1;
	color: #333;
	}
	
table.cases th {
	padding: .4em 0;
	background-color: #BBAA72;
	color: #fff;
	font-weight: bold;
	border-top: 1px solid #AE9E68;
	border-bottom: 1px solid #AE9E68;
	}
	
table.cases th.citation 	{ width: 25%; }
table.cases th.title 		{ width: 52%; }
table.cases th.date 		{ width: 20%; }
	
table.cases td {
	padding: .2em 0;
	border-bottom: 1px solid #E2E2C9;
	}
	
table.cases th,
table.cases td {
	padding-left: 1%;
	text-align: left;
	}
	
table.cases tr.alt {
	background-color: #F5F5F4;
	}
	
table.cases tr:hover {
	background-color: #ffffee;
	color: #339966;
	}

/* -------------------- */

