/* $Id: main.css,v 1.3 2005/01/03 12:37:04 epietrig Exp $ */

body {
  font-family: Arial, Verdana, Lucida, Helvetica, sans-serif;
  font-size:10pt;
  margin:60px 28px 28px 28px;
  text-align: justify;
}

div#top {
  border: 1px solid #989898;
  color:#444;
  height:1em;
  background:#FDFDFD;
}

div#bc {
  font-size:80%;
  margin:0.2em;
}

#bc a { 
  text-decoration:none;
}

div#main {
  border: 1px solid #989898;
  color:#444;
  padding:1em 2em;
  background:#FDFDFD;
}

div#accessibility { 
  display:none;
}

h1,h2,h3,h4 {
  background: transparent;
  color: #777;
  text-align: left;
}

h1 {
  font-size: 160%;
}

h2 {
  font-size: 140%;
}

h3 {
  font-size: 120%;
}

p {
  line-height:1.3em;
}

dt {
  margin-top:1em;
}

dd dt {
  margin-top:0.3em;
}

div.footer {
  margin: 2em 0.5em;
  font-family: sans-serif;
  font-size: 80%;
  text-align: left;
}

.footer div.logo {
  float:left;
  margin:0 5px;
}

.footer div.logo {
  margin:0 5px;
}

.footer div.technoLogo {
  float:left;
}

.footer div.instLogo {
  float:right;
}

#lastModified {color: #AAA; }
#lastModified a {color: #AAA;}

img { 
  border-style: none;
}

img.framedPicture {
	border:1px solid #888;
}

a:hover { 
  background: #DDD;
  border:1px solid #BBB;
  text-decoration:none;
}

a {
  border-bottom:1px solid #BBB;
  border-top:1px solid #FDFDFD;
  border-left:1px solid #FDFDFD;
  border-right:1px solid #FDFDFD;
  text-decoration:none;
}

a:visited { 
  color: #444;
}

a:link { 
  color: #444;
}

a.imgLink { 
  border:none;
}

a.imgLink:hover { 
  border-bottom:1px solid #BBB;
  border-top:none;
  border-left:none;
  border-right:none;
  background:transparent;
}

hr {
  visibility:hidden;
  clear:both;
}

ul {
  margin: 0.5em 0 2em 0;
}

li {
  margin-top:0.5em;
  margin-bottom:0.5em;  
}

li.bib { 
  margin-top:1em;
  margin-bottom:2em;
  clear:both;
}

li.bib a, li.bib span { 
  font-weight: bold;
  color: #333;
  text-decoration:none;
  border:none;
}

div.pubLink {
  float:right;
  clear:both;
}

div.pubLink img {
  margin:0 0.5em;
}

span.bibtex {
  margin:0 0.5em;
  font-weight:100;
}

li.bib input {
  display:inline;
}

.sub { 
  margin:1em;
}

.nonObvious { 
 float:right;
 font-size:50%;
 font-style:italic;
}

.nonObvious li a { 
  display:block;
  width:20em;
  height:1.5em;
  text-decoration:none;
  border:none;
}

.nonObvious li a span { 
  visibility:hidden;
}

.nonObvious li a:hover { 
  display:block;
  width:20em;
  height:1.5em;
  text-decoration:none;
  background: #EEE;
}

.nonObvious li a:hover span { 
  visibility:visible;
}

.nonObvious li {
  list-style-type:none;
  text-align:right;
}

.code { 
  font-family:monospace;
  white-space: pre;
}

div.code {
  border:1px solid black;
  padding:1em;
  background:#EEE;
}

p.instructions {
  background:#FFF;
  border:1px solid #BBB; 
  margin:0em 1em 1em 2em;
  padding:0.5em 1em;
}

.instructions { 
  font-size:80%;
  font-style:italic;
}

.footnote {
  font-size:80%;
}

.code {
  font-family:monospace;
}

div#menu {
	position:fixed;
	top:0;
	left:1%;
	width:98%;
	height:1.5em;
	border: 1px solid #989898;
	margin-top:0;
	color:#444;
	background-color:#DDD;
}

#menu ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#menu li {
  display:inline;
}

a.mainMenuItem {
  background:transparent;
  font-size:70%;
  color: #444;
  text-decoration:none;
  margin:0;
  padding:0.4em;
  border-top:none;
  border-bottom:none;
  border-left:1px solid transparent;
  border-right:1px solid #BBB;
}

a:visited.mainMenuItem {
  color: #444;
  text-decoration:none;
  border-top:none;
  border-bottom:none;
}

a:hover.mainMenuItem {
  background: #BBB;
  border:1px solid #BBB;
  text-decoration:none;
  border-top:none;
}

div.voffset {
	width:1px;
	height:2em;
}

.news a {
  border-top:1px solid #EEE;
  border-left:1px solid #EEE;
  border-right:1px solid #EEE;
}

.news a:hover { 
  background: #DDD;
  border:1px solid #BBB;
}

