body, td, th, input, textarea {
	font-family:  trebuchet ms, Myriad, tahoma, verdana, sans-serif;
}

.hidden, .notprinted {
	display: none;
}

#bullet-container, #sitehead-container, #lang-choice-container, #sitefooter-container  {
	display: none;
}

#printhead {
	width: 100%;
	height: 100px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

#printhead div.address {
	position: absolute;
	top: 1em;
	left: 1em;
	padding-top: 1em;
}

#printhead div.title {
	padding-top: 1.5em;
	text-align:center;
	font-size: 200%;
	margin-right: auto;
	margin-left: auto; 
}

#printhead div.logo {
	position: absolute;
	top: 1em;
	right: 1em;
}

h2 img.toggle, h2.toggledoff, h2.toggledoff + div {
	display: none;
}

div.toolbar, td.toolbar, th.toolbar, div.form.controls, input[type=button], input[type=submit], button, input.autocompleter-id {
	display: none;
}

div.label {
	width: 25%;
	float: left;
	padding-top: 0.5em;
	clear: both;
}

div.value {
	width: 75%;
	float: left;
	padding-top: 0.5em;
}

div.formfoot {
	clear: both;
	height: 1em;
}

a, a:link, a:visited {
	color: black;
	text-decoration: none;
}

a img {
	border-width: 0px;
}

table {
	width: 100%;
}

td, th {
	line-height: 160%;
}

td {
	text-align: left;
	vertical-align: top;
}

td.alt { background-color: #EFEFEF; }

th {
	background-color: #dadada;
	color: black;
	vertical-align: middle;
	font-weight: bold;
	text-align: left;
	border-bottom: 1px solid #aaaaaa;
}
