/* @group Layout */

body {
	font: 10pt sans-serif;
	background: #313131 url(images/background.jpg) repeat-x fixed center top;
	text-align: center;
	margin: 0;
}

#page {
	width: 770px;
	margin: 0 auto;
	padding: 10px;
	overflow: hidden;
}

.clearer {
	clear: both;
}

.container {
	position: relative;
}

.overlay {
	z-index: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
<!--[if IE 6]>
	height: expression(this.parentNode.offsetHeight + ‘px’);
<![endif]-->
}

.overlay, .content {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
}

.content {
	text-align: justify;
	position: relative;
	padding: 10px;
	z-index: 2;
}

/* @group Header / Footer */

#header .overlay, #footer .overlay {
	opacity: 0.75;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	-khtml-opacity: 0.75;
	background-color: black;
}

#header .content, #footer .content {
	position: relative;
	text-align: center;
	padding: 10px 15px;
	color: #ddd;
}

#header .overlay {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 0;
	-khtml-border-bottom-left-radius: 0;
	-khtml-border-bottom-right-radius: 0;
}

#header img {
	position: absolute;
	left: 680px;
	top: -40px;
}

#header h1 {
	font-size: 1.8em;
	margin: 0;
	font-weight: normal;
	font-style: normal;
}

#header h2 {
	font-size: 1.1em;
	margin: 2px 0 0;
	font-weight: normal;
	font-style: normal;
}

#header em {
	font-weight: bold;
	color: white;
	font-style: normal;
}

#footer {
	margin-top: 5px;
}

#footer a {
	color: #5555ff;
}

/* @end */

/* @group Navigation Toolbar */

#navigation {
	margin-bottom: 5px;
}

#navigation .overlay {
	background-color: #6d6d6d;
	opacity: 0.75;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	-khtml-opacity: 1;//0.75;
	border: 1px solid black;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	-khtml-border-top-left-radius: 0;
	-khtml-border-top-right-radius: 0;
}


#navigation .content {
	vertical-align: middle;
	border-top: 0;
	padding: 1px;
	z-index: 5;
}

#navigation .content #current, #navigation .content .currentAncestor {
	color: white;
}

/* Parent - Level 0 */

#navigation .content ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#navigation .content li {
	display: block;
	float: left;
}

#navigation .content a {
	display: block;
	float: left;
	padding: 5px 15px;
	text-decoration: none;
	font-weight: bold;
	color: black;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
}

#navigation .content a:hover {
	background-color: #999;
}

#navigation .content a:active {
	background-color: silver;
}

/* Child - Level 1 */

#navigation .content ul ul {
	display: none;
	position: absolute;
	top: 26px;
	background-color: silver;
	opacity: 0.9;
	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	border: 1px solid gray;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	z-index: 50;
}

#navigation .content ul li:hover ul {
	display: block;
}

#navigation .content ul ul li {
	float: none;
}

#navigation .content ul ul a {
	float: none;
}

#navigation .content ul ul #current {
	color: black;
}

/* @end */

/* @group Content / Sidebar */

#sidebar .overlay {
	background-color: white;
}

#content .overlay {
	background: transparent;
}

#content .content, #sidebar .content {
	background-color: white;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
}

#sidebar .content {
	text-align: left;
	font-size: 9pt;
	z-index: 1;
}

/* @end */



/* @group Downloads */

table.filelist {
	width: 100%;
}

table.filelist th {
	text-align: right;
	padding: 5px;
	border-bottom: 2px solid gray;
}

table.filelist th.filename {
	text-align: left;
}

tr.file {
	background-color: #eee;
}

tr.metadata td {
	border-bottom: 1px solid gray;
}

tr.file td {
	padding: 5px 5px 2px;
}

td.filename {
	font-weight: bold;
}

td.filesize, td.filemtime {
	text-align: right;
}

tr.metadata td {
	padding: 2px 5px 5px;
}

td.comment {
	color: gray;
}

td.tags {
	text-align: right;
}

td.tags, td.tags a {
	color: gray;
}

/* @end */

/* @end */

hr {
	border: 1px solid gray;
}

/* @group Headings */

h1, h2, h3, h4, h5 {
	text-align: left;
}

h1 {
	font-size: 1.5em;
}

#sidebar .content h1 {
	font-size: 1.1em;
	border-top: 2px solid gray;
	margin: 1em 0;
	padding: 1em 0 0;
}

#sidebar .content h1:first-child {
	margin-top: 0;
	padding-top: 0;
	border: none;
}

h2 {
	font-size: 1.15em;
}

/* Old Media Coverage styles
div.mediacov h2 {
	border-top: 2px solid gray;
	margin-top: 1em;
	padding-top: 1em;
	padding-left: 50px;
}

div.mediacov h2:first-child {
	border: 0;
	margin-top: 0;
}

div.mediacov p {
	margin-left: 190px;
}

div.mediacov ul {
	margin-left: 190px;
}*/

div.mediacov h2 {
	margin-top: 1em;
	padding-top: 1em;
}

div.mediacov h2:first-child {
	border: 0;
	margin-top: 0;
}

div.mediacov p {
	margin-left: 110px;
	margin-top: 0;
	padding: 0;
}

div.mediacov ul.mediacov {
	margin-left: 110px;
	margin-bottom: .25em;
	list-style-type: none;
	padding-left: 1em;
}

div.mediacov ul.mediacov li {
	padding: 2px;
	margin-left: 2em;
	text-indent: -2em;
}

div.mediacov ul.mediacov li .newspaper {
	margin-left: 0;
}


h3 {
	font-size: 1.1em;
}

h4 {
	font-size: 1.05em;
}

/* @end */

/* @group Links */

a {
	text-decoration: none;
	color: #3875d7;
}

#content a:hover, #sidebar a:hover {
//	text-shadow: black 0 0 10px;
//	color: #0c4aae;
	color: #f77538;
}}

a:hover img {
	opacity: 0.75;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	-khtml-opacity: 0.75;
}

.toplink {
	margin-right: 5px;
}

/* @end */

/* @group Images */

img {
	border: none;
}

.image-left {
	position: relative;
	float: left;
	margin-right: 10px;
}

.image-right {
	position: relative;
	float: right;
	margin-left: 10px;
}

/* @end */

/* @group Floats */

.float-left, .float-right, .float-three, .float-three-sm, .float-four, .teaser-left, .teaser-right, .alertbox, .teaser-wide {
	margin: 5px;
	padding: 10px;
	border: 1px solid gray;
	text-align: center;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
}

.float-left, .float-right, .float-three, .float-three-sm, .float-four {
	background-color: silver;
}

.teaser-left, .teaser-right {
	background-color: #eee;
	text-align: justify;
	width: 243px;
	margin: 0;
}

.alertbox {
	width: 514px;
	text-align: justify;
	background-color: #eee;//silver;
	border: solid 3px #d33;
	margin: 0;
}

.teaser-wide {
	width: 518px;
	background-color: #eee;
	text-align: justify;
}

.german {
	background-color: #ddd;
}

.caption {
	font-size: 0.8em;
	text-align: justify;
	margin: 5px 0 0;
}

.caplabel {
	font-weight: bold;
}

.float-left {
	margin-left: 0;
	margin-right: 10px;
}

.float-right {
	margin-right: 0;
	margin-left: 10px;
}

.float-left, .teaser-left {
	position: relative;
	float: left;
}

.float-right, .teaser-right {
	position: relative;
	float: right;
}

.float-three {
	position: relative;
	float: left;
	width: 216px;
}

.float-three-sm {
	position: relative;
	float: left;
	width: 146px;
}

.float-three-sm img {
	margin-top: 0.5em;
}

.float-four {
	position: relative;
	float: left;
	width: 155px;
}

.float-four img {
	margin-top: 0.5em;
}

.float-three :first-child {
	margin-top: 0;
}

.teammember {
	position: relative;
	text-align: center;
	float: right;
	width: 160px;
	padding: 10px;
}
.teammember img { margin-bottom: .5ex; }

.teamhead {
	position: relative;
	text-align: center;
	float: left;
	width: 160px;
	padding: 10px;
}
.teamhead img { margin-bottom: .5ex; }


/* @end */

/* @group Lists */

/* Originial mediacov lists...
dl.mediacov {
	margin-left: 2em;
}

dl.mediacov dt {
	margin-top: 0.25em;
	font-style: italic;
	background: silver;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	padding: 2px 5px;
}

dl.mediacov dd {
	padding: 2px 5px;
	font-size: 0.9em;
	text-align: left;
	background: lightgrey;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
}*/

ul.mediacov {
	text-align: left;
	font-size: 0.9em;
	list-style-type: circle;
}

ul.mediacov li {
	padding: 2px;
	padding-left: 2em;
}

ul.mediacov li .newspaper {
	margin-left: -2em;
	margin-right: 1ex;
	font-weight: bold;
}

ul.mediacov li .article {
}

dl.sidebar-cv {
}

dl.sidebar-cv dt {
	font-style: italic;
	border-top: 1px solid silver;
	margin-top: 0.25em;
	padding-top: 0.25em;
	white-space: nowrap;
}

dl.sidebar-cv dt:first-child {
	border: 0;
	margin: 0;
	padding: 0;
}

dl.sidebar-cv dd {
	text-align: right;
	margin-left: 1em;
}

ul.disc {
	list-style-type: disc;
}

ul.circle {
	list-style-type: circle;
}

ul.square {
	list-style-type: square;
}

ol.arabic-numbers {
	list-style-type: decimal;
}

ol.upper-alpha {
	list-style-type: upper-latin;
}

ol.lower-alpha {
	list-style-type: upper-latin;
}

ol.upper-roman {
	list-style-type: upper-roman;
}

ol.lower-roman {
	list-style-type: lower-roman;
}

/* @end */

/* @group Tooltip */

.tooltipAnchor {
	position: relative;
}

.tooltip {
	display: none;
	width: 175px;
	margin-top: 5px;
	position: absolute;
	left: -20px;
	text-align: left;
	background-color: #ddd;
	opacity: 0.9;
	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	border: 1px solid gray;
	padding: 5px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	z-index: 50;
}

.tooltipAnchor:hover .tooltip {
	display: block;
}

/* @end */


#inset_sidebar {
	position: relative;
	float: right;
}

#inset_sidebar {
	border-left: 3px solid #333;
	border-bottom: 3px solid #333;
	border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-khtml-border-bottom-left-radius: 10px;
	position: relative;
	top: -10px;
	right: -10px;
}

#inset_sidebar .content {
	text-align: left;
	font-size: 9pt;
}

#inset_sidebar hr {
	margin: 1em 0;
}

#inset_sidebar .content h1 {
	font-size: 1.1em;
	border-top: 2px solid gray;
	margin-top: 1em;
	margin-bottom: 0.5em;
	padding: 1em 0 0;
}

#inset_sidebar .content h1:first-child {
	margin-top: 0;
	padding-top: 0;
	border: none;
}

#subnav {
	border-bottom: 3px solid #333;
	position: relative;
	top: -10px;
	left: -10px;
	padding: 7px;
}

#subnav span {
	font-weight: bold;
	padding: 5px 5px;
}

#subnav span.cur {
	background: silver;
	padding: 5px 10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
}

#subnav .cur a {
	color: black;
}

table.projdata {
	padding: 2px;
	border: solid 1px gray;
}

table.projdata tr {
	background: #eee;
}
table.projdata tr.header {
	font-weight: bold;
	background-color: silver;
	padding: 5px 10px;
	margin: 0;
}
table.projdata tr.header td {
	border-bottom: solid 2px black;
}

table.projdata td {
	text-align: center;
	padding: 2px 10px;
	margin: 0;
}

table.projdata tr td:first-child {
	text-align: left;
}

table.countydata {
	position: relative;
	float: left;
	margin: 10px;
}

table.countydata tr.med td {
	border-top: solid 3px white;
}



