/*
   Rosa Alba
   (c) 2007 Click This! Webdevelopment
   Print stylesheet   
*/

* {
  margin: 0px;
  padding: 0px;
}

/* commented backslash mac IE hack \*/
html,body {
  height: 100%;
}
/* end hack */

body {
  background: #ffffff;
  font: 11px/16px Syntax,Arial,Tahoma,Verdana,sans-serif;
}

img {
  border: 0;
}

#header h1, #header h2, #header h3 {
  display: none;
}

#header {
  height: 160px;
  text-align: center;
}

#container {
  width: 90%;
  text-align: center;
  margin: 0px auto;
}

#container #menu {
  display: none;
}

#container #menu ul {
  display: none;
}


#container #main {
  text-align: left;
}

#container #main #top {
}

#container #main #top #title {
  text-align: center;
}

#container #main #top #title h1 {
  display: inline;
  font-size: 14px;
  font-weight: bold;
}

#container #main #top #title h2 {
  display: inline;
  font-size: 14px;
  color: #70b926;
}

#container #main #top h3 {
  font-size: 12px;
  line-height: 30px;
  color: #a7a9ac;
}

#container #main #content {
  color: #000000;
  padding: 30px 0 0 0;
}

#container #main #content #boxed {
  padding: 5px 10px 0 0;
}

#container #main #images img {
  margin: 0 10px 10px 0;
  border: 0;
}


#container #main #content ul {
  list-style: square;
  margin: 10px 20px;
}

#container #main #content ol {
  margin: 10px 20px;
}

#container #main #content h1 {
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  color: #000000;
}

#container #main #content h2 {
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
  color: #000000;
}

#container #main #content p {
  margin: 10px 5px;
}

#container #main #images #print {
  display: none;
}

#submenus {
  position: absolute;
  top: 145px;
  left: 163px;
}

.submenu {
  position: absolute;
  text-align: left;
  left: 0px;
  width: 174px;
}

#submenus ul {
  list-style: none;
  width: 174px;
  margin: 0;
  padding: 0;
}

#submenus ul li {
  display: block;
  padding: 0 0 0 5px;
  line-height: 20px;
  height: 20px;
  color: #7dbe47;
}

#submenus ul li.subtop {
  background: transparent url('/layout/submenu-top.png') no-repeat 0 0;
}

#submenus ul li.submid {
  background: transparent url('/layout/submenu.png') repeat-y 0 0;
}

#submenus ul li a {
  position: relative;
  display: block;
  height: 20px;
  color: #7dbe47;
  width: 100%;
  text-decoration: none;
  z-index: 2;
}

#submenus ul li a:hover {
  font-weight: bold;
}


#submenus .bottombox {
  height: 17px;
  width: 174px;
  background: transparent url('/layout/submenu-btm.png') no-repeat 0 0;
}

#credits {
  display: none;
}

table {
  width: 100%;
}

tr.header td {
  font-weight: bold;
  color: #000000;
  padding: 0 2px;
  border-bottom: 1px solid #7dbe47;
}

tr.header td.big {
  width: 100%;
}

td.down {
  text-align: center;
}

fieldset {
  border: 1px solid #70b926;
  margin: 0 0 10px 0;
}

legend {
  border: 1px solid #70b926;
  margin: 0 10px;
  padding: 0 10px;
}

label {
  display: block;
  float: left;
  width: 100px;
}



