
/* file: basic.css */

/* Reset paddings and margins
----------------------------------------------- */
* {
  padding: 0;
  margin: 0;
}


/* basic html elements
----------------------------------------------- */
img {
  border: none;
}

hr {
  border: none;
  border-top: 1px solid #888;
}

p {
  margin-bottom: 1.5em;
}

/* headers
----------------------------------------------- */
h1, h2, h3, h4, h5, h6, caption {
  font-weight: bold;
  margin-bottom: .6em;
}
h1 {
  font-size: 120%;
}
h2, caption {
  font-size: 110%;
}
h3, h4, h5, h6 {
  font-size: 100%;
}

/* tables
----------------------------------------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
  border-width: 0;
  margin-bottom: 2em;
}
thead {
  background: #EEF5CE;
  border-bottom: 1px solid #90A33B;
}
caption {
  padding-bottom: .4em;
}
caption, th {
  text-align: left;
  white-space: nowrap;
}
td, th {
  padding: .4em .1em;
  vertical-align: top;
}

/* lists
----------------------------------------------- */
ol, ul {
  margin: 1em 0 2em 5px;
}
li {
  padding: 0 0 3px 8px;
}

/* Forms
----------------------------------------------- */
form p {
  margin-bottom: .8em;
}
form fieldset {
  margin-top: 1em;
  padding: 0;
  border: none;
}
form label {
  display: block;
  font-weight: bold;
  padding-bottom: .2em;
}
form label.inline {
  display: inline;
  font-weight: normal;
  padding-left: .5em;
}
form input.text,
form textarea,
form select {
  border: 1px solid #CCC;
  font: 1em Verdana, Arial, Helvetica, sans-serif;
  padding: 1px;
  width: 99%;
}
form textarea {
  height: 11em;
}
form select {
  width: auto;
}
form input[type=radio],
form input.radio,
form input.checkbox,
form input[type=checkbox] {
  border: none;
  display: inline;
  margin-bottom: 4px;
  vertical-align: middle;
  width: auto;
}
form button {
  border: 1px solid #90A33B;
  cursor: pointer;
  font-weight: bold;
  font-size: 100%;
  padding: 1px;
}


/* Accessibility
----------------------------------------------- */

.accessibilityElement {
  left: -999px;
  top: -999px;
  position: absolute;
  overflow: hidden;
  display: inline;
}


/* floating fix element
----------------------------------------------- */
.floatFix, br[clear="all"], br.clear {
  clear: both;
  height: 1px;
}

/* papaya Images
----------------------------------------------- */
.topicImageLeftBreakNone img,
.topicImageRightBreakNone img,
.topicImageLeftBreakSide img,
.topicImageRightBreakSide img,
.topicImageCenter img,
img.papayaImage {
  border: 1px solid #ccc;
}

.topicImageLeftBreakNone {
  text-align: left;
  width: 100%;
  padding-bottom: 1em;
}

.topicImageRightBreakNone {
  text-align: right;
  width: 100%;
  padding-bottom: 1em;
}

.topicImageLeftBreakSide {
  float: left;
  padding: 0 15px 15px 0;
}

.topicImageRightBreakSide {
  float: right;
  padding: 0 0 15px 15px;
}

.topicImageCenter {
  width: 100%;
  text-align: center;
}

.papayaImageSubtitle {
  font-size: 90%;
}

/* Messages 
----------------------------------------------- */
div.message, div.error {
  border: 1px solid #90A33B;
  margin: 3em 0;
  padding: 5px;
  text-align: center;
}

/* Boxes
* @see http://www.456bereastreet.com/archive/200505/transparent_custom_corners_and_borders/
----------------------------------------------- */
.outerCorners {
  margin-bottom: 10px;
}
/* Rules for the top corners and border */
.topCorners {
  background: transparent url(pics/box-trans.png) no-repeat 100% 0;
}
.topCorners div {
  height: 8px;
  width: 8px;
  position: relative;
  left: -8px;
  background: transparent url(pics/box-trans.png) no-repeat 0 0;
}

/* Rules for the bottom corners and border */
.bottomBorder {
  background: transparent url(pics/box-trans.png) no-repeat 100% 100%;
  height: 16px;
  margin-top: -8px;
}
.bottomBorder div {
  height: 16px;
  width: 8px;
  position: relative;
  left: -8px;
  background: transparent url(pics/box-trans.png) no-repeat 0 100%;
}

/* Insert the left border */
.leftBorder {
  margin-left: -8px;
  background: #fff;
  padding: 0;
}
/* Insert the right border */
.rightBorder {
  padding: 0;
}

/* file: main.css */

/* Page basics
----------------------------------------------- */
html {
  text-align: center;
  font: .625em/1.5 Verdana, Arial, Helvetica, sans-serif;
}
body {
  background: url(pics/hg.png) repeat top left;
  margin: 17px auto;
  max-width: 99%;
  min-width: 50em;
  padding: 0;
  text-align: left;
  width: 79.3em;
}

/* Header
----------------------------------------------- */
#header .headerBackground {
  background: #FFF url(pics/header_bg.gif) repeat-y top right;
  margin: 0 8px;
  padding: 10px 10px 0px 10px;
}
#header .headerContent {
  height: 100px;
}
#header ul.pageTranslations {
  padding: 2px 7px;
  margin: 0;
}
#header ul.pageTranslations li {
  display: inline;
  padding-right: 4px;
}
#header ul.pageTranslations li a {
  font-weight: bold;
  text-decoration: none;
}

/* Footer
----------------------------------------------- */
#footer {
  clear: both;
  font-size: 90%;
  position: relative;
}
#footer .footerContent {
  margin: -3px 8px;
}
#footer #copyright {
  border: none;
  padding-right: 0;
}

/* Footer Navigation
------------------------------------------------ */
#footerNavigation {
  float: right;
}
#footerNavigation ul {
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#footerNavigation li {
  display: inline;
  margin: 0;
  padding: 0;
}
#footerNavigation a {
  border-right-width: 1px;
  border-right-style: solid;
  padding-right: 4px;
  padding-left: 4px;
  text-decoration: none;
}
#footerNavigation li.last a {
  border-right: none;
}
#footerNavigation li li.last a {
  border-right-width: 1px;
  border-right-style: solid;
}

/* Page
----------------------------------------------- */
#page .threeColumnLayout, #page .twoColumnLayoutLeft {
  background: url(pics/bg_content.gif) repeat-y 20.95% 0;
  padding-right: 10px;
}
#page .twoColumnLayoutRight {
  padding-right: 10px;
}
#page .threeColumnLayout .pageBackground, #page .twoColumnLayoutRight .pageBackground {
  background: url(pics/bg_content_gr.gif) repeat-y 78.815% 0;
  display: block; /* be nice to Safari */
  padding-bottom: 2em;
}
#page .contentBackground:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#page #pageContent {
  float: left;
  padding-left: 20px;
  margin-left: 1px;
  font-size: 110%;
}
#page .threeColumnLayout #pageContent {
  width: 52.866%;
}
#page .twoColumnLayoutLeft #pageContent {
  width: 74.322%;
}
#page .twoColumnLayoutRight #pageContent {
  width: 74.322%;
}
#page .singleColumnLayout #pageContent {
  width: 95.796%;
}

/* Page Navigation Column
----------------------------------------------- */
#page #pageNavigation {
  float: left;
  width: 21.456%;
}
#page #pageNavigation div.box {
  margin-right: 1px;
}
#page #pageNavigation div.box div.boxTitle {
  padding: 0.2em 0 0.2em 8px;
  font-weight: bold;
  font-size: 1.1em;
}

/* Page Additional Content Column
----------------------------------------------- */
#page #pageAdditional {
  float: right;
  width: 21.456%;
}
#pageAdditional .box .boxTitle {
  font-size: 100%;
  padding-left: 10px;
}
#pageAdditional .first .boxTitle {
  background: url(pics/right_corner.gif) no-repeat top right;
}
#pageAdditional .boxData {
  padding: 10px;
}

/* Page Content
----------------------------------------------- */
#content {
  margin-bottom: 1em;
}
#content .subTitle {
  font-size: 0.8em;
  display: block;
}

#content ol, #content ul {
  margin: 1em 0 2em 5px;
}
#content li {
  list-style-type: none;
  background: transparent url(pics/listitem.gif) no-repeat 0 .4em;
  padding: 0 0 3px 8px;
}

/* Multiple columns - floating divs
----------------------------------------------- */
#content div.multipleColumns {
  margin: 2em 0;
}
#content div.multipleColumns .line {
  padding: 0;
  margin: 0;
  margin-bottom: 2em;
}
#content div.multipleColumns .frame {
  float: left;
  padding: 0;
  margin: 0;
}
#content div.multipleColumns .frame .item {
  padding-left: 5px;
  padding-right: 5px;
}
#content div.multipleColumns .frame .lineLast {
  padding-right: 0;
}
#content div.multipleColumns .frame .lineFirst {
  padding-left: 0;
}
#content div.multipleColumns .frame .item a.more {
  float: right;
}

/* Multiple columns - table
----------------------------------------------- */
#content table.multipleColumns {
  margin: 2em 0;
  width: 100%;
}
#content table.multipleColumns td {
  padding: 5px;
}
#content table.multipleColumns td.lineLast {
  padding-right: 0;
}
#content table.multipleColumns td.lineFirst {
  padding-left: 0;
}

