/* Author: Ulrico Celentano */

/* graphics */

.topbanner
{
  margin-bottom:63px; /* max of elements in it */
}

div.bisglogo
{
  background-image:url('images/bisglogo_uusiyliopistonsininen_98x55.png');
  width:98px;
  height:55px;
  margin:0;
  padding:0;
  background-repeat:no-repeat; 
  border:0;
  float:right;
  display:block;
}

div.unilogo
{
  background-image:url('images/oulun_yliopisto_logo_eng_rgb10_crop_h55.png');
  width:232px;
  height:55px;
  margin:0;
  padding:0;
  background-repeat:no-repeat; 
  border:0;
  float:left;
  display:block;
}

div.portrait
{
  background-image:url('images/ulrico_197x176.jpg');
  width:197px;
  height:176px;
  margin:0;
  padding:0;
  background-repeat:no-repeat; 
  border:0;
  float:none;
  display:block;
}

body
{
  /* font-family: 'courier new', courier, monospace, mono, modern, serif; */ 
  font-family: calibri, arial, helvetica, swiss, 'sans serif', serif;
  /* font-family: 'book antiqua', 'times new roman', roman, serif; */ 
  margin-left: 1%;
  /* border stuff */
  padding: 1.0em;
  border-top:1px solid;
  border-left:1px solid;
  border-right:1px solid;
  border-bottom:1px solid;
  border-color:gray;
/* color:black; */
/* background-color:white; */
}

h1,h2
{
/* color:black; */
/* background-color:white; */
}

h3
{
/* color:black; */
/* background-color:white; */
  font-style:italic;
}

hr
{
  color:gray;
  background-color:white;
}

ul        {list-style:disc;}
ol        {list-style:decimal;}

p,li
{
  font-size:100%;
  margin-top:1%;
  margin-left:0pt;
}

abbr
{
  color:black;
/*  background-color:#ccffff; */
  border-bottom:1px dashed;
/* border-color:red; */
}

.keywords
{
  font-size:100%;
  margin-top:1%;
  margin-left:2em;
  display:block;
}

.paperinfo
{
  font-size:100%;
  margin-top:1%;
  margin-left:0em;
  display:none;
}

.hbanner
{
  padding:0em;
  border-top:1px solid;
  border-left:1px solid;
  border-right:1px solid;
  border-bottom:1px solid;
  border-color:white;
  text-align:center;  
  background-color:white;
 }

/* fonts */
.disclaimer
{
  font-size:67%;
  border-top:1px solid;
  border-bottom:1px solid;
  border-color:gray;
}

.menu
{
  font-size:75%;
}

.info
{
  font-size:67%;
}

.date
{
  font-family: 'times new roman', roman, serif;
  font-size:75%;
}

/* navigation bar */
.hmenu
{
  padding:0em;
  border-top:1px solid;
  border-left:1px solid;
  border-right:1px solid;
  border-bottom:1px solid;
  border-color:gray;
  text-align:center;
}
.hmenu ul
{
  font-size:87%;
  list-style:none;
  margin-left:-0.25em;
}
.hmenu ul li
{
  border-left:none;
  padding-left:0em;
  padding-right:0em;
  color:gray;
  background-color:white;
  display:inline;
}
.hmenu ul li.first
{
  border-left:none;
  display:inline;
}
.gotomenu
{
  margin-left:2em;
  font-size:82%;
}

/* href */
a:link
{
  color:blue;
  background-color:white;
  text-decoration:underline;
}
a:visited
{
  color:maroon;
  background-color:white;
  text-decoration:underline;
} 
a:active
{
  color:black;
  background-color:white;
  text-decoration:underline;
} 
a:hover
{
  color:black;
  background-color:white;
  text-decoration:underline;
} 

/* math */
var
{
  font-style:italic; 
}
bar
{
  text-decoration:overline;
}
