* { 
  margin:0; 
  padding:0;
}

html, body {
  font-size:1em;
  line-height:1.2em;
  font-family: sans-serif,verdana,arial,helvetica;
  color: #333333;
  background-color: #ffffff;
  margin: 0;
  padding: 0;
}
#pageContainer {
  width: 100%;
}

/* Header */

#header {
  background-image: url(/TouchPoint/LOCAL/images/UBEI-Header-OPAC-mobile-background.png);
  background-repeat: repeat-x;
  height: 40px;
  width: 100%;
}
#header a {
  position:absolute;
  top:5px;
  right:5px;
  color: #eeeeee;
  font-size:70%;
  font-weight: bold;
  height:30px;
}
/* pagefoot */
#pagefoot { 
  color:#666; 
  font-size: 90%;
  margin:1em 0 0 0 ;
  padding:0.3em 0.5em; 
  border-top: solid 2px #e6e6e6;
}
#pagefoot p {
  padding:0.3em 0;
}

.vspace {
  margin-top: 1em;
}

h2 {
  border-top:none;
  border-bottom: 2px solid #AAA;
  font-size:large;
  padding: 0.2em 0.5em;
}
p {
  padding: 0.3em 0.5em
}
ul {
  list-style-type: none;
  padding: 0 0.5em;
}
li {
  list-style: none;
}
a {
  outline:none;
}
a, a:link, a:visited {
  text-decoration:none;
  color: #034ea2;
}
li a {
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
  border: 0.1em solid #9F9A90;
  display: block;
  font-size: medium;
  margin: 0.8em 0;
  padding: 0.4em;
}



