/* Main style file, v. 2004-01-18 */


body {
	line-height: 1.5em;
}

p {
	font-size: 1em;
}

/* div {border: 1px solid blue;} */

#photo {
	float: right;
}

img { 
	border-style: none;
}


/* Lists */

ol, ul {
	margin: 0 0 0 20px;
}

ul {
	list-style-type: square;
}

li {
	margin-bottom: 1em;
}


ul.bullet {
/*	list-style-image: url('bullet.gif'); */
}


/* Centering, flushing */

.center {
	text-align: center;
}

.center table {
	margin-left:auto;
	margin-right:auto;
}

.left {
	text-align: left;
}


/* Colored box */

div.box {
	text-align: center;
	width: 25em;
	margin-top: 2em;
	margin-bottom: 2em;
	margin-left: auto;
	margin-right: auto;
	padding: 1em 1em 1em 1em;
	background-color: #D14414;
	color: white;
}


#map {
	margin-left:auto;
	margin-right:auto;
	width: 640px; 
	height: 480px;
}

div.agenda {
	margin-left:auto;
	margin-right:auto;
	width: 640px; 
	height: 480px;
}

/* Tables */

table {
	border-collapse: collapse;
	empty-cells: show;
	text-align: left;
	font-size: 1em;    /* IE does not inherit this from the body */
	color: #002142;    /* idem */
}


td, th {
	vertical-align: middle;
}

/* No wrap on columns containing labels */

col.label { white-space: nowrap; }
col.nowrap { white-space: nowrap; }



/* Cute, e.g. directories */


table.cute {
	border-collapse: collapse;
 	border-spacing: 0px;
	border-style: solid;
	border-width: 1px;
	border-color: black;
	margin-top: 2em;
	margin-bottom: 2em;
}

table.cute th {
	color: rgb(230,230,230);
	background-color: #002142;
}

table.cute td, table.cute th {
	border-style: solid;
	border-width: 1px;
	border-color: gray;
	padding: 0.2em 0.5em 0.2em 0.5em;
}


/* "Research Network" table (see postdoc.html) */


table.network {
	width: 90%;
}

col.network {
	white-space: nowrap;
	width: 12em;
}

/* "Schedule" table (see training.html) */


table.schedule {
	width: 90%;
}

table.schedule td {
	padding: 1em;
	vertical-align: top;
}

col.name {
	white-space: nowrap;
	width: 18em;
}


/* Headers */

h1 {
	color: #CC3300;
	text-transform: uppercase;
	font-size: 180%;
	text-align: center;
	margin: 0;
	padding: 1em 0 2em 0;
}



h2 {
	color: #CC3300; 
/*	text-transform: uppercase; */
	font-size: 100%;
	font-weight: bold;
	margin: 0;
	padding: 1em 0 0.5em 0;
}


h3 {
	font-size: 100%;
	margin: 0;
	padding: 1em 0 0.7em 0;
}

h4 {
	font-style: italic;
	font-size: 100%;
	margin: 0;
	padding: 0.5em 0 0.2em 0;
}

h5 {
	font-weight: bold;
	font-size: 100%;
	margin: 0;
	padding: 0 0 0 0;
}

/* Special headers: Search results, etc. */

h1.result {
	text-align: left;
	text-transform: none;
	color: #CC3300; 
	font-size: 100%;
	font-weight: bold;
	margin: 0;
	padding: 1em 0 0.5em 0;
}

/* Special headers: Conferences */

h1.conference {
	text-transform: none;
	padding-bottom: 0;
	font-size: 150%;
}


h2.conference {
	color: #D14414; 
	text-align: center;
}

h3.conference {
	text-align: center;
	font-weight: normal;
}

hr.conference {
	margin: 3em 0 1em 0;
}


div.conference {
	text-align: center;
}

div.logo {
	text-align: center;
	background-color: #FFFFFF;
	padding: 10px;
	border-style: solid;
	border-width: 1px;
	border-color: #002142;
}


div.logo img {
	padding-left: 10px;
	padding-right: 10px;
}

/* Misc. */


.subheader {
	text-transform: none;
}

.header {
	color: #CC3300;
}

.error {
	color: red;
}

.titlepage {
	font-size: 150%;
	font-weight: bold;
	padding-top: 1em;
}



.doctitle {
	font-style: italic;
}


.name {
	font-variant: small-caps;
}


.media_title {
	font-style: italic;
	color: inherit;
}

div.inline_abstract {
	margin-top: 0.5em;
}

.invisible {
	display: none;
}

/* Piece of information with VIS=0 */

.vis {
	border: solid 1px gray;
	background: #EFEEEF;	/* Lightgray */
	padding: 2px;
}

/* Links */

a:link, a:visited, a:active {
	text-decoration: none;
	color: #00008B;
}

a[href]:hover { 
	text-decoration: underline;
}

/* An anchor with an id usualy has no href. Style is inherited. */

a[id] {
	color: inherit;
	text-decoration: inherit;
}

/* Links bar */

.attach, .attach a:link, .attach a:visited, .attach a:active {
	color: #6666AA;
}


/* forms */

div.form {
	margin: auto;
	text-align: left; /* IE */
}

div.form fieldset {
	background: #E0E0E0;
	padding: 1em;
}

div.form table {
}

div.form td span.label {
	float: right;
	white-space: nowrap;
	padding: 4px;
	font-weight: bold;
}

input {
	color: #002142;
}

input[readonly="readonly"] {     /* CSS2.1: IE does not understand this */
	background-color: #D3D3D3;   /* lightgrey */
}

input[readonly] {                 /* IE */
	background-color: #D3D3D3;   /* lightgrey */
}

input.missing, textarea.missing {	/* input something that does not exists yet */
	background-color: #EEF;
}



/* Tooltips */

a.withtip {
	position: relative;
}

a.withtip:hover {                /* IE/Win bug */
	font-size: 100%;
	z-index: 25;
}

a.withtip span {
	display: none;
}

a.withtip:hover span {
	display: block !important;
	position: absolute;
	top: 2em; 
	left: -12em; 
	width: 25em;
	border: 1px solid #D14414;
	background-color: #FFFFF0; /* Ivory */ 
	color: #002142;
	padding: 1em;
	text-decoration: none;	/* Needed by IE */
}

