/* Stylesheet for swepub.se, (c) 2008 Rolf Johansson, rolf.johansson[at]ub.gu.se.                 */
/* Lightbulb image (c) 2007 Sanja Gjenero, Croatia and stock.xchng (not part of SwePub logotype). */

body {
  margin: 16px;
  font-family: Georgia,Times,serif;
  background-color: #bbb;
/* image */  
}
p, ul {
  line-height: 1.5em;
}
h1, h2, h3, h4 {
  font-family: Tahoma, Helvetica, sans-serif;
}
h3 {
  font-size: 1.0em;
}
.errormessage {
  font-size: 1.0em;
  color: rgb(40,0,0);
  border: 2px solid rgb(190,0,0);
  padding: 0.8em;
}
.page {
  width: 57.0em;
  background-color: rgb(255,255,255);
  border: 6px solid rgb(100,100,100);
}
.headerOLD {
  /* ../images/swepub_banner_bigger_ps_noline.jpg */
  height: 50px;
  width: 98%;
  background: rgb(255,255,255) url(../images/swepub_banner_ps5_logoleft.jpg) no-repeat; /* Firefox */ overflow:visible !important; /* IE6 */  overflow:hidden;
  vertical-align: bottom;
  margin-top: 10px;
  padding-top: 60px;
  padding-left: 12px;
}
.header {
  width: 98%;
  padding: 0.8em 0px 0px 0px;
}
.logoarea {
  background-color: rgb(255,255,255);
  border-top: 1px solid rgb(110,110,110);
  padding-left: 12px;
  padding-bottom: 12px;
}
.logotypes {
  vertical-align: top;
}
.logo {
  vertical-align: middle;
  margin-right: 2.6em;
}
.decorativeimage {
  width: 100%;
  text-align: right;
}
.pdficon {
  margin-right: 0.6em;
  vertical-align: top;
  border: 0px;
}
.rssicon {
  margin-left: 0.3em;
  vertical-align: top;
  border: 0px;
}
.header h1 {
  font-size: 1.3em;
  color: rgb(90,90,90);
}
.content {
  margin: 0;
  padding: 0.5em 0px 0.5em 0px;
}
.maincolumn {
  padding: 0px 0.8em 0px 0.8em;
  margin-bottom: 0.8em;
  border-right: 1px solid rgb(110,110,110);
  text-align: left;
  width: 37.0em;
  float: left;
}
.maincolumn .intro {
  font-size: 1.2em;
}
.maincolumn h1 {
  margin-top: 0px;
  padding-top: 0px;
  font-size: 1.8em;
  line-height: 1.2em;
}
.maincolumn h2 {
  padding-top: 0.8em;
  font-size: 1.4em;
  line-height: 1.0em;
}
.rightcolumn {
  float: right;
  width: 21.0em;
  /* background-color: rgb(255,255,255); */
  margin: 0px 0.8em 0.8em 0px;
  vertical-align: top;
  text-align: left;
  font-size: 80%;
}
.rightcolumn h1 {
  color: rgb(50,50,50);
  font-size: 140%;
}
.rightcolumn h2 {
  font-size: 1.6em;
  margin-top: 0px;
}
.intro p {
  font-weight: normal;
  color: rgb(60,60,60);
}
.date {
  font-weight: bold;
  color: rgb(80,80,120);
}
.footer {
  background-color: rgb(240,240,240);
  padding: 8px;
  font-size: 0.8em;
  text-align: right;
  border-top: 1px solid rgb(80,80,80);
}
.navwrap {
  background-color: rgb(217,206,27);
}
.navigation {
  background-color: rgb(217,206,27);
  padding: 0px 0px 0px 0px;
  border-top: 2px solid rgb(190,182,51);
  border-bottom: 2px solid rgb(190,182,51);
  font-weight: bold;
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 9pt;
  margin: 0px;
}
.navigation li {
  display: inline;
  list-style: none;
}
.navigation li a {
  border-right: 1px solid rgb(190,182,51);
  background-color: rgb(217,206,27);
  display: block;
  float: left;
  padding: 8px 10px 8px 10px;
  margin: 2px 0px 2px 0px;
  color: rgb(75,75,75);
  text-decoration: none;
}
.navigation a:hover {
  text-decoration: underline;
  color: rgb(0,0,0);
}
.navigation li .selected {
  background-color: rgb(190,182,51);
  color: rgb(0,0,0);
}
.textfield {
  width: 26.0em;
}
textarea {
  width: 34.0em;
  height: 15.0em;
}
.fieldrow {
  padding-bottom: 1.0em;
}
.page:after, .header:after, .navigation:after, .content:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
