body {
 font-family: Verdana, Arial, Helvetica, Helv, sans-serif;
 font-size: 90%;
 margin: 0;
 background-color:#DDDDFF;
}

a:link {
 text-decoration: none;
 color: #222266;
 font-weight: bold;
}

a:visited {
 text-decoration: none;
 color: #444488;
 font-weight: bold;
}

a:hover {
 color: #222266;
 font-weight: bold;
 text-decoration: underline;
}

img.bl {
 border: none;
}

img.b {
 border: 1px solid #000000;
}

div.tutti {
 background: #DDDDFF;
}

div.main {
 max-width: 900px;
 margin-top: 25px;
}

div.content {
 border-left: 1px solid #555555;
 margin-left: 150px;
 padding-left: 20px;
 padding-right: 20px;
}

.center {
	text-align:center;
}

div.navbox {
	float: left; 
	width: 130px;
	padding-left: 10px;
}

div.nav {
 	border: 1px solid #000000;
	padding-left: 12px;
	padding-right: 12px;
 	background: #BBBBDD;
	margin-bottom: 20px;
}

div.nav a:link {
	font-weight: normal;
}

div.nav a:visited {
	font-weight: normal;
}

div.nav a:hover {
	font-weight: normal;
}

span.small {
 font-size: 60%;
}

div.buttons {
 	border: 1px solid #000000;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 10px;
 	background: #BBBBDD;
}

img.staffimage {
	float: right;
	border: 1px solid #000000;
	margin-left: 20px;
	margin-top: 10px;
}

div#logocontainer {
	height: 44px;
}

div#logoleft {
	float: left;
	width: 100px;
	margin: 0;
	padding: 0;
}

div#logoright {
	float: right;
	width: 590px;
	margin: 0;
	padding: 0;
}

div#logobar {
	margin-left: 100px;
	margin-right: 590px;
	height: 43px;
	background: url(img/beam.gif);
	padding: 0;
}

div#logocontainer {
}

p.item {
		  line-height: .5em;
}

p.nav {
	text-align: center;
	font-weight: bold;
}

span.red {
 color: #FF0000;
}

div.stdbar {
 font-size: 70%;
 padding-left: 2px;
 padding-bottom: 2px;
}

div.bottombar {
 border-top: 1px solid #000000;
 padding-bottom: 2px;
 background: #BBBBDD;
 text-align: center;
 font-size: 80%;
 left: 100px;
 right: 100px;
}

div.change {
	text-align: right;
	font-size: 70%;
	text-align: right;
	margin-right: 20px;
   margin-bottom: 40px;
}

div#head {
}

div#adrleft {
	float: left;
}

div#adrright {
	float: right;
	text-align: right;
}

/* table of NLO members */
table.ppl th {
	text-align:left;
	padding: 3px;
	background-color: #9999AA;
}

table.ppl td {
	padding: 3px;
	border-color: gray;
	/*background-color: #BBBBDD;*/
}

table.ppl td.group {
	padding: 12px 3px 3px 3px;
	background-color: #AAAACC;
	font-weight: bold;
}

table.ppl td.lead {
	font-weight: bold;
}


td.taken {
	background: url("img/taken.gif");
}

/* table of Exercice pages  */
table.exer th {
	text-align:left;
	padding: 3px;
	background-color: #9999AA;
}

table.exer td {
	padding: 3px;
	border-color: gray;
	/*background-color: #BBBBDD;*/
}

table.exer td.group {
	padding: 12px 3px 3px 3px;
	background-color: #AAAACC;
	font-weight: bold;
}

table.exer td.centr {
	text-align:center;
}


td.taken {
	background: url("img/taken.gif");
}

/* the following styles are only used when converting a Framemaker file to HTML. Exceptions: SUB and SUP */
h1.Heading2 {	
	font-size: x-large;
}
p.Aims, p.Approach, p.Results {	
	text-align: justify;
	line-height: 120%;
}
em.Bold {
	font-weight: Bold;
}
em.Emphasis {
	font-style: Italic;
}
em.EquationVariables {
	font-style: Italic;
}
em.Subscript, sub {
	vertical-align: sub;
	font-size: 80%;
	line-height: 80%;
}
em.Superscript, sup {
	vertical-align: super;
	font-size: 80%;
	line-height: 80%;

}

/*table for research subpage */
table.research td { 
	vertical-align: top; 
}

.research h3,.research p {
	margin:0;
	padding:0;
}

.research h3 {
	margin-bottom:10px;
}

/*table for subfolders of research subpage */
table.researchsub td { 
	vertical-align: top; 
}

table.researchsub td.second {
	vertical-align: middle;
}

.researchsub h3,.research p {
	margin:0;
	padding:0;
}

.researchsub h3 {
	margin-bottom:10px;
}

/*class for yearly report sheets in research subpage */
.researchexperiments table td { 
	vertical-align: top; 
}

.researchexperiments p.small {
	font-size:80%;
}

/*class for figures with figure caption on the right side*/
table.captionright td {
	vertical-align:bottom;
	font-size:90%;	
	padding-right:5px;	
}

/*class for references*/
div.reference {
	font-size:85%;
	/*color: #222266;*/
}


/*class for figures with caption below*/
table.captionbelow td {
	text-align:justify;
	font-size:90%;
	padding-left:15px;
}

table.captionbelow img {
	margin:0px 0px;
}
