html, body {
height: 100%;
}

body {
  margin:0;
  font-family: Verdana, Arial, "MS Trebuchet", Helvetica, sans-serif;
  font-size: 12px;
}

h1, h2 {
  clear: left;
}
h1 {
  font-size: 1.3em;
}
h2 {
  font-size: 1.1em;
}
h3 {
  font-size: 1em;
}
h4 {
  font-size: 0.9em;
}

code {
  background-color: #eee;
  color: #000;
  padding: 0.15em;
}

img {
  border:0;
}

a, a:visited {
  color: #00F;
  text-decoration: none;
}

li {
  padding-bottom: 2px;
  text-align: justify;
	line-height: 1.3;
}

math { 
  display: inline; 
  margin-left: 0.2em; 
  margin-right: 0.2em; 
  font-size:1.2em;
  font-family:serif; 
  font-weight:normal; 
  font-style:normal; 
}

div.formula math {
	font-size:2em;
}

sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

br.clear {
	clear: both;
}

.imgbox {
  padding:2px;
  margin: 0px 3px;
  border:1px solid #000;
}
.left {
  float: left !important;
  clear: left !important;
}

.right {
  float: right !important;
  clear: right !important;
}
.column {
  width: 48% !important;
}

.center {
  margin: 1em auto !important;
  text-align: center;
}
th.center, td.center {
  text-align: center;
}
.textcentered { text-align: center !important;}

.flushright {
	text-align: right !important;
}

.flushleft {
	text-align: left !important;
}

div.picture.center {
  text-align: center;
}

.justify {
	text-align: justify;
}

.small {
  font-size:0.75em;
	line-height:1em;
}

.hide {
  display: none;
}

.border {
  border: 1px solid black;
}

.noclear { clear: none; }
.clearleft { clear: left; }
.clearright { clear: right; }
.clearboth { clear: both;}

table {
  margin: 0.5em 0;
}
table.border {border-collapse: collapse; margin: 0.5em 0.1em;}
table.border th, table.border td {
  border: 1px solid black;
  padding: 0px 2px;
}

table td {
	vertical-align: top;
}

div.wrapper {
  width:1001px;
	min-height: 100%;
  margin: 0pt auto;
  background-color:#f9f9f9;
  border-left: 1px solid #B1B1B1;
  border-right: 1px solid #B1B1B1;
}

#header {
  background-image: url('../.images/SEOS-LM-Header-1000px.png');
  background-repeat: no-repeat;
  background-position: center center;
  width: 1000px;
  height: 81px;
  margin: 0pt auto;
  margin-left: 2px;
	position: relative;
	z-index: 1000;
}

#header.headergreen {
  background-image: url('../.images/SEOS-LM-Header-1000px-green2.png') !important;
}
#header.headergreen h1 { color: #FFF;}

#header h1 {
  margin:0;
  width: 520px;
  padding-left: 260px;
  margin-top: 25px;
  padding-right:20px;
  color:#ff9933;
  text-align: center;
  display: inline;
  float: left;
  font-size:16pt;
}

#navigation_top {
  float: right;
  margin-top: 8px;
  margin-right: 30px;
  background-image: none;
}
#navigation_top a img {
  border:0;
}

#navigation_top a[rel~="prev"] img { background: url(../.images/arrow_left_sliding.png) no-repeat 0px -56px; }
#navigation_top a[rel~="up"]   img { background: url(../.images/arrow_up_sliding.png) no-repeat 0px -56px; }
#navigation_top a[rel~="next"] img { background: url(../.images/arrow_right_sliding.png) no-repeat 0px -56px; }

#navigation_top a:hover img      {  background-position: 0px 0px; }
#navigation_top a img.opacity100 {  background-position: 0px 0px; }
#navigation_top a img.opacity75  {  background-position: 0px -56px; }
#navigation_top a img.opacity50  {  background-position: 0px -112px; }
#navigation_top a img.opacity25  {  background-position: 0px -168px; }

a.inactive {
  cursor: default;
}

#navigation_bottom {
  width:100%;
  height: 54px;
  text-align:center;
  padding: 4px 0px;
  font-size: 0.7em;
  clear: both;
  position: relative;
}
#navigation_bottom hr {
  width: 90%;
  height: 1px;
  background-color: #B1B1B1;
  border:0;
}

#navigation_bottom a[rel~="prev"]  img { background: url(../.images/small-navigation-left-sliding.png) no-repeat 0px -32px}
#navigation_bottom a[rel~="next"]  img { background: url(../.images/small-navigation-right-sliding.png) no-repeat 0px -32px}
#navigation_bottom a[rel~="up"]    img { background: url(../.images/small-navigation-up-sliding.png) no-repeat 0px -32px}
#navigation_bottom a[rel~="index"] img { background: url(../.images/small-navigation-index-sliding.png) no-repeat 0px -32px}
#navigation_bottom a:hover img      {  background-position: 0px 0px; }
#navigation_bottom a img.opacity100 {  background-position: 0px 0px; }
#navigation_bottom a img.opacity75  {  background-position: 0px -32px; }
#navigation_bottom a img.opacity50  {  background-position: 0px -64px; }
#navigation_bottom a img.opacity25  {  background-position: 0px -96px; }


#navigation_bottom #earsel_logo {
  position: absolute;
  left: 1em;
  top: 10px;
}
#navigation_bottom #eu_logos {
  position: absolute;
  right: 1em;
  top: 10px;
}

#headline, div.headline {
  text-align: center;
}

#content, div.content {
  padding: 0px 12px;
  clear: left;
}

#contentleft, #contentright, div.contentleft, div.contentright {
  overflow: auto;
  height: 100%;
}
#contentleft, div.contentleft { 
  float: left;
}

#contentright, div.contentright {
  /* don't display right column by default */
  display: none;
  padding: 0px 4px;
}

#contentleft p, #contentright p, div.contentleft p, div.contentright p {
  text-align: justify;
	line-height: 1.3;
}

.imageswitch {
  text-align:center;
  float:left;
  border: 2px solid #F1F1F1;
  background:#fff;
/*  margin-right: 3px;*/
  margin-bottom: 1em;
}
.imageswitch .switcher {
  border-bottom: 1px solid #ccc;
}
.imageswitch .switcher a:first-child {
  border-left:0 !important;
  margin-left: 0em !important;
}
.imageswitch .switcher a:last-child {
  padding-right:0.5em;
}
.imageswitch .switcher a {
  border-left: 1px solid #ccc;
  padding: 0em 0.5em;
  margin-left:-0.49em;
}
.imageswitch .switcher a:hover {
  background-color:#ff9933;
  cursor: pointer;
}
.imageswitch .switcher a.active {
	color: #FF9933;
}

.imageswitch img {
/*  padding:4px;*/
}
.imageswitch .image .caption {
  text-align: justify;
	margin-left: 4px;
	margin-right: 4px;
	line-height: 1.3;
}

div.picture {
  margin: 0pt 0.3em;
  padding:5px;
}
.caption {
	font-family:Trebuchet MS !important;
	font-size:1em !important;
	line-height:1.1em;
	text-align:justify;
}
div.picture .quelle {
  display: none;
}
div.picture .sourcelink {
  margin-top:-0.5em;
  z-index: 2;
}
div.picture a { 
	position: relative;
}
div.picture div.zoom {
	background:transparent url(../.images/ico-zoom.gif) repeat scroll 0% 0%;
	bottom:2px;
	left:0px;
	cursor:pointer;
	height:17px;
	position:absolute;
	width:17px;
}
#TB_window a div.zoom {
	background:transparent url(../.images/ico-zoom-topleft.gif) repeat scroll 0% 0%;
	top:0px;
	left:0px;
	cursor:pointer;
	height:17px;
	position:absolute;
	width:17px;
}
div.picture a:hover div.zoom,
#TB_window a:hover div.zoom {
	background-position:0 -17px;
}
div.picture div.zoom img,
#TB_window a div.zoom img {
	display: none;
	width:0px;
	height:0px;
}

div.summary {
  padding: 0.7em;
  padding-left: 5em;
  background-color: #2fa9eb;
  color: #FFF;
  background-image: url(../.images/lightbulb.png);
  background-repeat: no-repeat;
  background-position: 5px 5px;
  font-size: 0.9em;
  border: 1px solid #006699;
}
/* Styles for summary bg color */
div.red { background-color: red; color: black;}
div.green { background-color: green;}
div.blue { background-color: blue;}
div.yellow { background-color: yellow; color: black;}
div.lightgreen { background-color: lightGreen; color: black;}
div.lightblue { background-color: lightBlue; color: black;}
div.lightyellow { background-color: lightYellow; color: black;}
/* EO styles for summary*/

div.indepth {
  padding: 0.4em;
}
div.indepth div.title {
  background-color: #f9f9f9; /*Same as div.wrapper*/
  margin-bottom: 0.5em;
  clear: left;
}
div.indepth div.closed {
  float: none;
}
div.indepth div.title:hover {
  background-color: #ff9933;
}
div.indepth div.content {
  margin-top:0.8em;
}

/* changes for thickbox styles */
#TB_window div.zoom {
  z-index: 2;
  position: absolute;
  margin: 15px 0px 0px 15px;
}
#TB_window { overflow-y:auto;}
#TB_caption {
  float: none !important;
  height: auto !important;
}
#TB_closeWindow {
/*  height: auto !important;*/
/*  padding-top: 0 !important;*/
  float: none !important;
  text-align: right;
  padding: 0 !important;
  padding-right: 5px !important;
  height: auto !important;
}

/* references to papers */
div.reference {
  padding-bottom: 1em;
}
div.reference span.title {
  font-style: italic;
}

/* author lists ordered by institute */
div.institutecontainer {
  padding:0.5em;
  background-color: #fff;
}
div.institutecontainer div.logo {
  float: right;
}
div.institutecontainer div.author {
  padding-bottom: 1em;
}

/* link list */
div.link span.title {
  font-weight: bold;
}
div.link {
  padding-bottom:1em;
}

/* index list */
div.index div.icon {
  float: left;
  width: 55px;
  text-align: center;
}
div.index div.title {
  font-weight: bold;
}
div.index div.content {
  margin-left: 55px;
}

div.chapterreferences h2 {
  text-align: center;
}

/* questions for students, fill out text form, switch divs */
div.questionaire {
	text-align:center;
  float:left;
  border: 2px solid #F1F1F1;
  background:#fff;
  margin-right: 3px;
  margin-bottom: 3px;
}
div.questionaire div.question {
	padding: 3px;
	border-bottom: 1px solid #ff9933;
}
div.questionaire div.scholarinput textarea {
	margin-top: 1em;
	width: 95%;
	height: 10em;
}
div.questionaire div.solution {
	margin: 0pt auto;
	margin-top: 1em;
	width: 95%;
	height: 11.2em;
	text-align: justify;
}

a.cite {
	color: black;
}
a.cite:hover {
	color: blue;
}

/* MathPlayer Missing (just IE) */
div.mathplayermissing {
/*	margin-top: -1em;*/
	margin: 0px auto;
	margin-bottom: 1em;
	border: 1px solid #999;
	background-color: #DDD;
	padding: 3px;
	width:80%;
}

/* Navigation button*/
#navigationButton {
  position: absolute;
  left: 255px;
  top: 35px;
  border: 1px solid transparent;
}
#navigationButton:hover {
  border: 1px solid #ff9933;
}
/* Navigation Dropdown */
#navigationDropDown {
	position: absolute;
	padding: 0;
	margin:0;
	left:-3px;
	top:78px;
	z-index: 100;
	background: transparent;
	overflow: auto;
	border-bottom: 1px solid	#FF9933;
	border: none;
	padding-right: 5px;
}
#navigationDropDown > ul {
	margin: 0;
	padding: 0;
	width: 350px;
	margin-right: 10px;
	border: 1px solid	#FF9933;
}
#navigationDropDown > ul > li {
	margin: 0;
	padding: 2px;
	list-style-type: none;
}
#navigationDropDown div.chaptertitle { cursor: pointer; font-weight: bold; font-size: 0.85em;}

#navigationDropDown li a, #navigationDropDown li a:visited { display: block;}
#navigationDropDown li:hover {
	background-color: #FF9933;
}

#navigationDropDown li.chapter.odd { background-color: #eee;}
#navigationDropDown li.chapter.even { background-color: #ddd;}

#navigationDropDown ul ul { margin: 0; padding: 0; height: auto;}
#navigationDropDown ul li ul li { padding: 0; list-style-type: square; color:#FF9933; display: list-item; margin-left: 15px; font-size: 0.95em;}
#navigationDropDown ul li ul li a { color: black;}

#navigationDropDown > ul > li { border-top: 1px solid black;}
#navigationDropDown > ul > li:first-child { border-top: 0;}

#navigationDropDown ul li.current a { color: #FF9933; font-weight: bold;}
#navigationDropDown ul li.current a:hover { color: black; font-weight: normal;}

/* EO Navigatondropdown CSS*/

div.center div.imageswitch {
  float: none !important;
}

/* special handling for woi description text */
div.description a {
	color: #FFF !important;
	text-decoration: underline;
}
div.description a:hover {
	color: #81c6eb !important;
	text-decoration: none;
}
div.description .textfull, div.description .caption {	
	font-size: 9pt !important;
	font-family: Verdana, Arial, "MS Trebuchet", Helvetica, sans-serif !important;
}
div.description p {	margin: 4px 0px; }

div.description a.glossary {
	text-decoration: none;
}
/* EO special handling for woi description text*/

/* display draft version sign */
#draftversion {
	width: 150px;
	height: 147px;
	float: left;
	position: fixed;
	left: 0px;
}

a.glossary {
	color: black;
	text-decoration: none;
	border-bottom: 1px dotted #999;
}
a.glossary:hover {
	color: blue;
	cursor: help;
}

/* Circle of images */
#circle {
	margin: 0px auto;
	width: 950px;
	height: 560px;
}
#circle #center {
	display: inline; 
	width: auto !important; 
	height: auto !important;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	line-height: 18px;
}
#circle #center div {
	display: inline;
	font-weight: normal;
	font-size: 12px;
}
#circle div.image {
	width: 160px;
	text-align: center;
}
#circle div.image a {
	color: black;
	display: block; 
	width: 100%; 
	height: 100%;
}
#circle div.image img {
	border: 2px solid white;
}
#circle div.image .title {
	font-weight: bold;
}

#circle.whitetext .title, #circle.whitetext #center, #circle .whitetext .title {
	color: white;
}
#circle.blacktext .title, #circle.blacktext #center, #circle .blacktext .title {
	color: black;
}

/* END OF Circle of images*/

#browserwarning p, #browserwarning ul {
	margin: 4px 0px;
}

#homeLink {
  position: absolute;
  width: 260px;
  padding: 0;
  margin:0;
  left:0;
  top:0;
  padding-top: 78px;
  margin-left: -3px;
  z-index: 100;
  cursor: pointer;
}

div.pageinfo {
  height: 20px;
  line-height: 20px;
}
div.pageinfo img {
  vertical-align: middle;
}

