body {
	font-family: Verdana, sans-serif;
	font-size: small;
}
p, ul {
	line-height: 2.75ex;
}
p.error { /* general error messages */
	font-weight: bold;
	color: #ff4444;
}	
img {
	border: 0;
}
input, select {
	font-size: small;
}
a {
	color: #006699;
}
.logofflink {
	color: #ff0000;
	font-weight: bold;
}
hr {
	margin: 2em 0;
}


div#banner {
	margin: 0 0 5px 0;
	vertical-align: middle;
}
div#banner img {
	padding: 0;
	margin: 0;
	float: left;
}
div#banner div#bannerhead {
	margin: 0 0 0 125px;
	background: #b5b5b5;
	color: #000042;
	text-align: center;
	min-height: 69px; /* height of /images/header_logo.gif */
	_height: 69px; /* IE parses this, although it is invalid and is therefore ignored by better browsers */
}
div#banner div#bannerhead h1 {
	display: block;
	font-size: 2em;
	font-weight: bold;
	margin: 0;
	padding: 0.25em 0 0 0;
}



div#leftimages {
	width: 125px;
	float: left;
}
div#leftimages img {
	border: 0;
	margin: 0 0 5px 0;
}



div#navbarwrapper {
	margin: 3em auto;
	text-align: center;
}
div#navbarwrapper span#navbar {
	padding: 0.75em;
	background-color: #DDDDDD;
}


div#loginform {
	float: right;
	margin-left: 3em;
}
div#loginform table {
	background-color: #639cce;
	border: 0;
	border-collapse: collapse;
	margin-top: 1.5em;
}
div#loginform table tr td {
	border: 0;
	padding: 0.2em;
	vertical-align: bottom;
	text-align: center;
	color: #FFCC33;
	font-weight: normal;
}
div#loginform table tr td input#u, input#p_prehash {
	width: 8em;
}
div#loginform table tr td.corner {
	padding: 0;
}


div#contentwrapper div#content {
	margin: 2em auto;
	max-width: 50em;
	width: auto !important;
	width: 50em; /* for IE which doesn't support max-width, grr */
}
div#contentwrapper div#content div#notice {
	background-color: #ffcccc;
	border: 1px solid black;
	margin: 0 2em 2em 2em;
	padding: 0 1.5em;
}
div#contentwrapper div#content h2 {
	font-size: 1.35em;
	font-weight: bold;
	color: #006699;
}
div#contentwrapper div#content h3 {
	font-size: 1.15em;
	font-weight: bold;
	margin-top: 2em;
}
div#contentwrapper div#content h4 {
	font-size: 1em;
	font-weight: bold;
	margin-top: 2em;
}
div#contentwrapper div#content h3.judgment {
	font-weight: normal;
	margin-top: auto;
	font-style: italic;
}
div#contentwrapper div#content table.searchform {
	background-color: #dddddd;
	border-collapse: collapse;
}
div#contentwrapper div#content table.searchform tr td {
	vertical-align: top;
	padding: 1em 0.5em;
	/* border-top: 1px dotted black; */
}
div#contentwrapper div#content table.searchresults {
	border-collapse: collapse;
}
div#contentwrapper div#content table.searchresults thead tr td {
	font-weight: bold;
	border-bottom: 1px solid black;
}
div#contentwrapper div#content table.searchresults tr td {
	vertical-align: top;
	padding: 0.35em 0.25em;
	border-bottom: 1px dotted #aaaaaa;
}
div#contentwrapper div#content table.searchresults tr td.right {
	text-align: right;
}
div#contentwrapper div#content div.snippet {
	font-size: 85%;
	margin-top: 1em;
}
div#contentwrapper div#content div.snippet span.snippethighlight {
	font-weight: bold;
}
div#contentwrapper div#content div.snippet span.snippetsplit {
	color: #989898;
}
div#contentwrapper div#content table.coasstop {
	border-collapse: collapse;
	width: 100%;
	margin: 1em 0;
}
div#contentwrapper div#content table.coasstop tr td {
	padding: 0.1em 0.5em;
}
div#contentwrapper div#content table.coasstop tr td.fieldname {
	font-style: italic;
}
div#contentwrapper div#content table.coassmid {
	border-collapse: collapse;
	width: 100%;
	margin: 1.5em 0;
}
div#contentwrapper div#content table.coassmid thead {
	font-style: italic;
	vertical-align: bottom;
}
div#contentwrapper div#content table.coassmid td {
	padding: 0.1em 0.5em;
}
div#contentwrapper div#content table.coassbottom {
	border-collapse: collapse;
	width: 100%;
	margin: 1em 0;
}
div#contentwrapper div#content table.coassbottom td {
	padding: 0.5em 0.5em;
	vertical-align: top;
}
div#contentwrapper div#content table.coassbottom td.fieldname {
	font-style: italic;
}
div#contentwrapper div#content div.coasshiddenfile {
	font-size: 0.65em;
	color: #ffffff;
	text-align: right;
}



div#footer {
	clear: both;
	font-size: 0.8em;
	padding-top: 1em;
	text-align: center;
}

