/* 
   general BioMag css stuff 
   Jussi Nurminen 2005

*/

h1.mainhead { 
  text-align: center;  
}

body { 
  background: #c3e7ff;
/*  background: url(http://www.biomag.hus.fi/images/sky.jpg) */
}

#main-header {
  border-bottom: 1px dotted;
  font-family:    Helvetica;
  font-weight: bold;
  margin-right: 0px;
  height: 60px;
}

.banner-image { 
  float: right;
}

/* contains the three columns */
#main-container { 
  width: 787px;
}

/* left side (navigation) bar, w=115px */
#main-leftbar { 
  float: left;
  width: 100px;
  margin-top: 10px;
  margin-left: 5px;
  margin-right: 10px; 
  padding: 0px;
  border: 0px;
}

/* right side bar, w=120px */
#main-rightbar { 
  float: left;
  width: 100px;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 0px;
  border: 0px;
}

/* main contents bar, w=552px */
#main-content { 
  float: left;
  width: 520px;
  padding: 15px;
  border-left: 1px dotted;
  border-right: 1px dotted;
  font-family: Helvetica,Arial;
  font-size: 10pt;
}

#main-footer { 
  border-top: 1px dotted;
  font-family: Helvetica;
  font-size: 8pt;
  clear: both; 
}

/* items on the left bar */
.main-leftbar-item {
  display:        block;         /* forces line breaks between items */
  font-size:      11pt;
  font-family:    Helvetica;
  text-align:     left;
  margin:         3px;
}

/* items on the right bar */
.main-rightbar-item { 
  display:        block;         /* forces line breaks between items */
  font-size:      11pt;
  font-family:    Helvetica;
  text-align:     left;
}

#main-rightbar-header { 
  font-size:      9pt;
  font-family:    Helvetica;
  text-align:     right;
}


/* links inside navbar class */
#main-leftbar a { 
  text-decoration: none;
  color: black;
}

/* hovered links inside navbar.class */
#main-leftbar a:hover { 
  color: black;
/*  background: white; */
}






/* experimental publication list in publicationsnew.html */

/* pub list navigation bar */
div.pub-navbar { 
  position: fixed;
  top: 0;
  left: 0;
  width: 3em;
  padding: 1em;
  
}

/* pub list navigation bar items */
.pub-navbar-item {
  display:        block;         /* forces line breaks between items */
  margin-bottom:  0px;
  padding:        0px;
  font-size:      12pt;
  font-weight:    bold;
  font-family:    Helvetica;
  text-align:     left;
}

/* pub list navigation bar items */
.pub-navbar-item-nonyear {
  display:        block;         /* forces line breaks between items */
  margin-bottom:  0px;
  padding:        0px;
  font-size:      12pt;
  font-family:    Helvetica;
  text-align:     left;
}

#main-page-table { 
  margin-left: auto;
  margin-right: auto;
}


#main-page-table td { 
  text-align: center;
}

/* links inside navbar class */
div.pub-navbar a { 
  text-decoration: none;
  color: black;
}

/* hovered links inside navbar.class */
div.pub-navbar a:hover { 
  color: blue;
}

#new-publication-page-content { 
 position: absolute;
 top: 10px;
 left: 6em;
 padding: 1em;
 border-left: 1px dotted;
}

#new-publication-list {
  font-family: Helvetica, Arial, "Times New Roman"; 
  font-size: 90%;
 }

/* publication list in publications.html */
#publication-list {
  font-family: Helvetica, Arial, "Times New Roman"; 
  font-size: 90%;
}

/* reprints.html */
#reprint-list {  
  font-family: Helvetica, Arial, "Times New Roman"; 
  font-size: 90%;
}

/* contact list in people.html  */
#contact-table { 
  font-size: 90%;
  color: black;
}

/* contact list creation note */
#creator-note { 
  font-style: italic;
  font-size: 80%;
}

/* name column in the contact list table */
#namecol { 
width: 12em;
}

/* names in the contact list */
.namecell { 
  font-weight: bold;
}

