/* CSS Document */
/* Exhibitions & Lectures / Seminars*/
.exhibitions h2, .lectures h2 { margin-bottom: 0; }
.exhibitions h3, .lectures h3 { margin-top: 0; }

/* North Qld Legal Practitioners */
table.results { margin-bottom: 1em; }
table.results th { 
	vertical-align: top; 
	padding-right: 1.5em;	
}

/* Early Qld Cases */
table.cases {
	border: 1px solid #E9E9E9;
	margin: 1.5em 0;
	border-collapse: collapse;
}
table.cases tr.topRow { background-color: #127592; }
table.cases tr.row0 { background-color: #F2F4F5; }
table.cases tr.row1 { background-color: #FFFFFF; }
table.cases td, table.cases th {
	font-weight: normal;
	color: #3F3F3F;
	border: solid 1px #E9E9E9;
}
table.cases th {
	font-weight: bold;
	padding: 0.5em;
	color: #FFFFFF;
}
table.cases td { 
	vertical-align: top;
	padding: 0.5em;
	line-height: 1.5em;
}
table.cases .date { text-align: center; }
table.cases .pages { text-align: right; }

/* Collections */

h2.clear { clear: both; }

/*#collections {
	border: 1px solid #127592; 
	float: left;
}

#collections h2 { 
	background-color: #127592; 
	font-weight: bold; 
	color: #FFFFFF; 
	padding: .7em;
	margin: 0;
	font-size: small;
	line-height: 100%;
}

#collections .body { margin-top: 3px; }

#collections ul {
	margin: 0;
	width: 200px;
	float: left;
	margin-left: 3px;
}

#collections ul.right { 
	text-align: right; 
	margin-right: 3px; 
}

#collections ul li {
	display: block; 
	margin-bottom: 3px;	
	list-style: none;
}

#collections ul li a {
	display: block;
	padding: 1.3em 1em;
	text-decoration: none;
	color: black; 
	font-weight: bold;
}

#collections ul li a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}*/


