body {
	padding-bottom: 3em;
}

h1 {
	margin-bottom: 1em;
	text-align: left;
}

h3 {
	margin-bottom: .5em;
	text-align: left;
}

td.judgments {
	font-size: 100%;
}

table tr.odd {
	background-color: none;
}
table tr.even {
	background-color: #f5f5f5;
}
table td.number {
	color : #000;
	font-size : 0.9em;
	font-weight : bold;
	text-align : right;
	padding-right: 0.5em;
	vertical-align: top;
}
td.item {
	font-size: .9em;
}

/* Make the link color of titles a little bit darker.
   Not quite consistent with the rest of the website but it was insisted that the color be darker.
 */
td.item span.title a {
	color: #004b7d;
}

.search table {
	font-size: .9em;
}

.search div.more {
	font-size: .9em;
}

.search td.criterium {
	text-align: right;
	width: 19em;
}

.search td.text {
	font-size: .8em;
	text-align: right;
}

.search input.shortString {
	width: 20em;
}

.search input.dateString {
	width: 5.5em;
}

.search select.selectBox {
	width: 20em;
}

ul {
	margin-bottom: .25em;
	margin-top: .25em;
	padding: 0;
}

ul li {
	list-style-type : none; 
} 

ul.inline {

}

.inline li {
	display: inline; 
	line-height: 1.1em;
	margin-left: 0; 
	text-indent: 0; 
}

.box .nav {
	border-bottom: 1px solid #000;
	margin-bottom: 1em;
	padding: .15em 0;
} 

.bottombox .nav {
	border-top: 1px solid #000;
	margin-top: 1em;
	padding: .15em 0;
} 

.results {
	margin: 0;
}

.boxContent {
	background-color: none;
	margin: 0 0 0 .75em;
	padding: 0; 
}

.nav .breadcrumbs {
	font-size: .9em;
}

.nav ul {
	font-size: .9em;
}

.tab .boxContent {
	margin-left: 2em;
}

.tab ul {
	margin-left: 2em;
}

.top {
	margin-top: 1.5em;
}

.selected {
	font-weight : bold; 
}

div.week {
	border-bottom: 1px solid #000;
	padding-bottom: 1em;
}

div#documentMeta {
	margin: 1em 0;
	text-align: right;
}

div#originalDocument {
	margin: 1em 0;
	text-align: justify;
}

.queryTerm {
	background-color: #ff9;
	border: 1px dashed #0c4489;
	padding: 0 0.2em;
}

@media print {
	.lexum-print-fix {
		display: none;
	}
}

