/*
  Justclaim theme common CSS.


*/

/* global styles */

html {
  background-color: white;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 0 33px;
  background-image: url('index.php?file=site/themes/justclaim/images/justclaim-logo.gif');
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 9pt;
  margin: 0;
  border: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 36px 0 0 0;
}

a {
  color: teal;
  text-decoration: none;
  font-weight: bold;
}

a:hover {
  text-decoration: underline;
}

a:visited {

}


/* classes */

/* styles for specific items - identified by id */

div#menu {
  position:fixed;
  z-index:2;
  opacity: 1.0;
  top: 0;
  left: 0;
  right: 0;
  height: 1.9em;
  background-color: #008484;
}
* html div#menu { /* IE6 only */
  position: absolute;
  width: 100%;
}

div#main {
  position:static;
  margin: 0px 2em 2em 120px;
  padding: 2px 8px 2px 8px;
  max-width: 45em;
  min-height: 502px;
  border: 1px solid #DDD;
}

* html div#main { /*IE6 only */
  width: 45em;
}

div#footer {
  clear: both;
  margin: 1em 0 0 0;
  padding: 2px;
  background-color: #008484;
  color:white;
}

div#footer a {
  color: white;
  font-weight: normal;
  font-size: smaller;
}

a.navbtn {
  display: inline-block;
  margin: 4px;
  width: 4em;
  height: 1em;
  border: solid 1px #ddd;
  text-align: center;
  padding: 22px 12px 10px 12px;
  background-color: white;
  color: teal;
  font-weight: normal;
}

a.navbtn:hover {
  background-color: teal;
  text-decoration: none;
  border-style: outset;
  color: white;
}

a#upbtn {
  background-repeat: no-repeat;
  background-position: center 2px;
  background-image: url('index.php?file=site/themes/justclaim/images/up.gif');
}

a#backbtn {
  background-repeat: no-repeat;
  background-position: center 4px;
  background-image: url('index.php?file=site/themes/justclaim/images/prev.gif');
}

a#nextbtn {
  background-repeat: no-repeat;
  background-position: center 6px;
  background-image: url('index.php?file=site/themes/justclaim/images/next.gif');
}




/* override style for printing */

@media print {

body {
  padding: 0 0 0 0;
}

div#menu {
  display: none;
}

div#main {
  margin: 0;
}

a.navbtn {
  display: none;
}

}
