/**
 *  Stylesheet for E-grip demo website
 *  ===============================================================
 *  $Id: default.css,v 1.30.4.35 2006/11/02 09:31:17 nijenhuis Exp $
 *  ===============================================================
 *
 *  global styleguide:
 *
 *  colors {
 *    white  : #fff;
 *    black  : #000;
 *    orange : #f60;
 *    blue   : #003384;
 *  }
 *
 *  fonts {
 *    logo    : FF Unit - Medium;
 *    headers : Verdana, Helvetica, sans-serif;
 *    text    : Verdana, Helvetica, sans-serif;
 *  }
 */


/**
 * GLOBAL HTML ELEMENTS
 *
 * default html elements, such as html, body, img, p, a.
 */

html, body {
height: 100%;
margin: 0; padding: 0;
border: 0;
overflow: hidden; }

body {
font: normal .65em/1.2em Verdana, Helvetica, sans-serif;
color: black;
background-image: url(/images/b_structuur.jpg);
background-color: transparent; background-repeat: repeat; background-position: left top; }


/* links */
a, a:link {
padding: 0;
font-weight: bold;
color: #83542A; text-decoration: none; }

a:visited { color: #83542A; }
a:active { color: #A7260A; }
a:hover { color: #A7260A; }


/* headers */
h1, h2, h3, h4, h5, h6 { margin: 0 0 1em 0; font-family: Verdana, Helvetica, sans-serif; color: #A7260A; }
h1 { font-size: 1.25em; }
h2 { font-size: 1.1em; }
h3 { font-size: 1em; }


/* images */
img, a img { border: 0; }


/* paragraphs */
p { }


/* lists and definition lists */
ul { list-style: none; margin: 0; padding: 0; }
    ul li {}

dl {}
    dl dt {}
    dl dd {}


/* tables */
table { font-size: 1em; vertical-align: top; border-collapse: collapse; }
    table thead { }
    table tbody { }

    table td, table th { text-align: left; }


/* form elements, labels & fieldsets */
form { margin: 0; }

input, select, textarea { border: 1px solid #999; font: normal 1em/1.6em Verdana, Helvetica, sans-serif; }
    input:hover, textarea:hover { border-color: #bbb; }
    input:focus, textarea:focus { border: 1px inset #afafaf; }
    input.disabled { cursor: pointer; }

fieldset { border: 1px solid #68ade4; padding: 0 1em 1em 1em; }

    fieldset legend {
    margin: 0 0 .5em 1em; padding: .1em .7em;
    color: white; font-weight: bold;
    background-color: #68ade4; }

label { cursor: default; }
    label:hover {}



/**
 * BASIC PAGE LAYOUT
 *
 * describes the default page layout
 */

#body_home {
height: 100%;
background-image: url(/images/b_kaart.jpg);
background-color: transparent; background-repeat: no-repeat; background-position: left 38px; }

#body {
height: 100%;
background: none; }

  #total_home {
    height: 100%;
  background-image: url(/images/a_sidelinks.gif);
  background-color: transparent; background-repeat: no-repeat; background-position: left 303px; }

  #total {
  height: 100%;
  background: none; }

    #body>#total, #body_home>#total_home { height: auto; min-height: 100%; }

    #container_home {
    width: 100%; height: 100%;
    position: absolute;
  top: 0; left: 0;
  border-style: solid; border-color: #EA8A33; border-width: 38px 0 28px 0;
  overflow: auto;
  background-image: url(/images/a_siderechts.gif);
  background-color: transparent; background-repeat: no-repeat; background-position: right 275px; }

    #container {
    width: 100%; height: 100%;
    position: absolute;
  top: 0; left: 0;
  border-style: solid; border-color: #EA8A33; border-width: 38px 0 28px 0;
  overflow: auto;
    text-align: center;
  background: none; }

      #total>#container, #total_home>#container_home {
      top: 38px; left: 0; bottom: 28px; right: 0;
      height: auto;
      border: 0; }

        #content_home {
        text-align: left;
        height: 100%; width: 100%;
        border: 0;
        margin: 0; padding: 0; }

        #content {
        text-align: left;
        height: 100%; width: 460px;
        margin-left: 232px; }

            /* Problem: to fill the content div in the body, height is set to 100%. IE auto-stretches the element, !IE does not. */
            /* Solution: set the height back to auto, and provide a min-height value of 100% */
            #container>#content {
          margin-left: auto; margin-right: auto;
          padding-left: 232px;
        height: auto; min-height: 100%; }

      #contentcolumn_home {
      position: absolute;
      top: 0; right: 0; bottom: 0; left: 0;
      width: 100%; height: 100%;
      margin: 0; padding-top: 275px; }

        #content_home>#contentcolumn_home {
        position: absolute;
        top: 275px; right: 0; bottom: 0; left: 0;
        width: 100%; height: auto;
        padding: 0; }

        #header {
        position: absolute;
        top: 0; left: 0;
        height: 38px; width: 100%;
        text-indent: -9000px;
        background-image: url(/images/b_top.jpg);
        background-color: transparent; background-repeat: repeat; background-position: top left;
        z-index: 1; }

      #header h1 { width: 100%; height: 34px; margin: 0; }
                #header h1 a { display: none; height: 100%; border: 0; padding-left: 0; background: none; }

            #header_border {
            width: 100%; height: 4px;
            line-height: 0; font-size: 0;
            background-image: url(/images/a_lijntop.gif);
            background-color: transparent; background-repeat: repeat; background-position: left top; }

        #mainnav {
        position: absolute;
        top: 0; left: 0;
        height: 34px; width: 100%; margin: 0 auto;
        z-index: 1; }

          #mainnav ul {
          text-align: center;
          width: 100%;
          margin: 0; padding: 0; }

              #mainnav ul li {
              float: left;
              height: 34px; width: 10%;
              padding: 0 1em; margin: 0 0 0 1em;}

                  #mainnav ul li a {
                  display: block;
                  height: 100%; width: 100%;
                  background-color: transparent; background-position: center center; background-repeat: no-repeat; }

                      #mainnav ul li a span { display: none; }

    /* make the table-like-layout work the 'right' way for !IE */
        #total_home>#mainnav, #total>#mainnav { display: table; width: 100%; }

          #total_home>#mainnav ul, #total>#mainnav ul {
          display: table-row;
          width: 100%;
          border: 0;
          margin: 0; padding: 0; }

              #total_home>#mainnav ul li, #total>#mainnav ul li {
              display: table-cell;
              height: 34px; width: auto;
              padding: 0 0 0 2em; }

        #regionnav {
      position: relative;
      top: 0; left: 0;
      width: 100%; height: 34px;
      z-index: 1; }

        #regionnav h2 { display: none; }

          #regionnav ul {
          text-align: center;
          width: 100%;
          margin: 0; padding: 0; }

              #regionnav ul li {
              display: inline;
              height: 34px; width: 15%;
              padding: 0 1em; margin: 0; }

                  #regionnav ul li a {
                  display: block;
                  height: 100%; width: 100%;
                  background-color: transparent; background-position: center center; background-repeat: no-repeat; }

                      #regionnav ul li a span { display: none; }

    /* make the table-like-layout work the 'right' way for !IE */
        #content_home>#regionnav { display: table; width: 100%; }

          #content_home>#regionnav ul {
          display: table-row;
          width: 100%;
          border: 0;
          margin: 0; padding: 0; }

              #content_home>#regionnav ul li {
              display: table-cell;
              height: 34px; width: auto;
              padding: 0 2em; }

        #breadcrumbs {
    display: none; }

        #globalnav {
        position: absolute;
        top: 38px; left: 0; bottom: 28px;
        width: 232px; height: 100%;
        background-color: transparent; }

          #globalnav .header {
          width: 232px; height: 139px; }

          #globalnav h3 {
      height: 30px;
      margin: 4em 0 0 2em; padding: 0;
          text-indent: -1000px;
          background-color: transparent; background-repeat: no-repeat; background-position: left top; }

      #globalnav select {
      width: 160px;
      margin-left: 2em;
      font-size: .9em; }

            #globalnav ul li { float: left; }

                #globalnav ul li a {
                border: 0;
                padding: 0 .3em .3em .3em;
                text-transform: uppercase; text-decoration: none; color: #999;
                background-repeat: no-repeat; background-position: 50% 4px; }

                    #globalnav ul li a:hover { color: #333; }

                    #globalnav ul li a span { visibility: hidden; }

        #breadcrumbs h2, #globalnav h2 { display: none; }

    #footer {
    position: absolute;
    bottom: 0; left: 0;
    height: 28px; width: 100%;
    text-indent: -9000px;
    overflow: hidden;
    background-image: url(/images/b_bottom.jpg);
    background-color: transparent; background-repeat: repeat; background-position: top left; }

      #footer_border {
      width: 100%; height: 4px;
      line-height: 0; font-size: 0;
      background-image: url(/images/a_lijnbottom.gif);
      background-color: transparent; background-repeat: repeat; background-position: left top; }

      .footer_address {
      float: left;
      height: 24px;
      margin-left: 2em; }

        .footer_address a {
             display: block;
            height: 100%; width: 100%;
            background-color: transparent; background-position: center center; background-repeat: no-repeat; }

    #footer_banners { float: right; margin-right: 2em;  }
      #footer_banners img { float: left; }


/**
 * PAGE-SPECIFIC ELEMENTS
 *
 * Style specially for pages
 */

/* contenttext: for all basic content text, such as page body's */
#content .header { padding-top: 2em; }

#content h1 {
padding: .5em;
width: 100%;
text-align: center;
background: transparent url(/images/verloop.gif) repeat-y left top; }

#content h4 {
font-size: 1em;
padding: 0; margin: 1em 0 0 0;
color: black; }

#content h2.menuheader {
width: 100%; height: 30px;
text-indent: -1000px;
margin: 1em 0 0 0; padding: 0;
background-color: transparent; background-repeat: no-repeat; background-position: left top; }

.contenttext { margin-bottom: 1em; }
  .contenttext_news {
  margin-bottom: 1em;
  background: url(/images/bg_oog.gif) no-repeat right top; }

iframe { width: 548px; }

/* */
table.trips {
width: 100%; }

table.trips .date {
font-weight: bold;
width: 20%; }

/* block: (news)blocks on the homepage */
.block {
clear: both;
margin-bottom: 2em; }

    .block h3 {
    margin: 0; padding: 0;
    font-size: 1em; }

        .block h3 a {
        display: block;
        text-decoration: none;
        border: 0;
        padding-left: 0;
        background: none;  }
            .block h3 a:hover { background-image: none; }

    .block img {
    margin: 0; }

    .block p { margin: 0; }


/* default and rich menu */
.menu_default { padding: .5em 1em; }

    .menu_default li {
    margin-bottom: .5em; padding-left: 1.5em;
    background: transparent url(/images/a_bullet.gif) no-repeat left 3px; }

.menu_rich { margin: 1em 0 2em 0; }

    .menu_rich li {
    float: left;
    position: relative;
    width: 132px; height: 130px;
    margin: 1em 1em 1em 0;
    border: 1px solid #afafaf;
    text-align: right; }

        .menu_rich li img { margin: 0; position: absolute; left: 5px; top: 5px; }
        .menu_rich li a { border: 0; padding-left: 0; background: none; }

        .menu_rich span {
        position: absolute;
        bottom: 3px; left: 5px; right: 5px;
        width: 94%;
        margin: 0; padding-right: 15px; }

            .menu_rich>li span { width: auto; }

            .menu_rich a:hover span { background-image: url(/images/arrow_right_over.gif); }


/* Default and rich lists */
ul.default { }

  ul.default li {
    margin-bottom: .5em; padding-left: 1em;
    background: transparent url(/images/a_bullet.gif) no-repeat left 3px; }

ul.rich { clear: both; }

    ul.rich li {
    height: 150px;
    margin-bottom: 1em; padding: .3em; }

        /* Problem: rich lists should at least be high enough to display the entire thumbnail, for IE, setting the height is adequate. !IE doesn't auto-stretch the element. */
        /* Solution: set the height back to auto, and provide a min-height value. */
        ul.rich>li { height: auto; min-height: 150px; }

        ul.rich li a { padding-left: 0; background: none; }

        ul.rich li h2 {
        padding: .2em 1em .1em .3em;
        font-size: 1.2em;
        background-color: #e8e8e8; }

            ul.rich li h2 a {
            text-decoration: none;
            border: 0;
            padding-left: 0;
            background: none;  }

        ul.rich li img { margin: 0 .3em .5em .5em; }

ul.news { clear: both; }

    ul.news li {
    margin-bottom: 1em; }

        ul.news li h2 {
        font-size: 1em;
        padding: 0; margin: 1em 0 0 0;
        color: #83542A; }

            ul.news li h2 a {
            display: block;
            color: #83542a;
            padding-left: 0;
            background: none; }
              ul.news li h2 a:hover { color: #A7260A; }

        ul.news li a {
        display: block;
        color: #A7260A;
        padding-left: 0;
        background: none; }
          ul.news li a:hover { color: #83542A; }

    li.group { margin-bottom: 2em; }
        li.group h2 { margin-bottom: .5em; }

/* bookingform styles */
ul.bookingregion { margin-top: 1em; }

  ul.bookingregion li {
    margin-bottom: .2em; padding-left: 1em;
    background: transparent url(/images/a_bullet.gif) no-repeat left 3px; }

.booking {
padding: 1em 2em;
margin: 1.5em 0;
background: #DB9E51; }

  span.title {
  display: block;
  float: left;
  width: 100px; }

  span.selecttitle {
  display: block;
  float: left;
  width: 100px;
  margin-left: 1.8em; }

  .booking_submit {
  float: right;
  margin: 2em 0;
  border: 0; }

/* default and rich group */
dl.group { clear: both; }

    dl.group dt { margin: 1em 0 .5em 0; }

        dl.group dt a {
        padding-left: 0;
        font-weight: bold;
        background: none; }

    dl.group dd { margin-left: .3em; }


.group_rich { clear: both; }

    .group_rich dt {
    clear: both;
    margin-top: 1em; padding: .3em;
    background-color: #e8e8e8;  }

        .group_rich dt a {
        border: 0;
        margin-bottom: .2em; }

    .group_rich h2 { margin-bottom: .2em; }

    .group_rich dd {
    height: 150px;
    margin: 0 0 0 1em; padding: 1em .5em 0em .5em;
    border-bottom: 2px solid #e8e8e8; }

        /* Problem: rich groups should at least be high enough to display the entire thumbnail, for IE, setting the height is adequate. !IE doesn't auto-stretch the element. */
        /* Solution: set the height back to auto, and provide a min-height value. */
        .group_rich>dd { height: auto; min-height: 150px; }

        .group_rich a { padding-left: 0; background-image: none; }

        .group_rich img {
        vertical-align: top;
        border: 1px solid #afafaf;
        margin: .2em 0 1em 1em; padding: 5px; }


/* default and rich linkbox */
.linkbox_default {
padding: 5px;
border: 1px solid #afafaf; }

    .linkbox_default li { margin: 0; padding: 0 .6em; background-color: #e8e8e8; }
        .linkbox_default li:hover { background-color: transparent; }

        .linkbox_default li a {
        display: block;
        width: 100%;
        padding: 5px 5px 5px 15px;
        border: 0; }

        /* Problem: !IE calculates padding with width, so 100% + 15px exceeds linkbox border. */
        /* Solution: Reset width for !IE. */
        .linkbox_default li>a { width: auto; }

            .linkbox_default li a:hover { background-image: url(/images/arrow_right_over.gif); }

.linkbox_rich { margin: 0 0 2em 1em; }

    .linkbox_rich li {
    clear: both;
    margin-bottom: 1em; padding: .3em;
    width: 122px; height: 120px;
    border: 1px solid #afafaf; }

        /* Problem: linkboxes should at least be high enough to display the entire thumbnail, for IE, setting the height is adequate. !IE doesn't auto-stretch the element. */
        /* Solution: set the height back to auto, and provide a min-height value. */
        .linkbox_rich>li { height: auto; min-height: 150px; }

        .linkbox_rich li a { display: block; border: 0; padding-left: 0; background: none; }
            .linkbox_rich li a:hover { background-image: none; }

    .linkbox_rich h2 { margin-bottom: .2em; background-color: #afafaf; }

    .linkbox_rich img {
    display: block;
    vertical-align: top;
    margin-right: .2em; }

        .linkbox_rich span {
        margin: 0;
        padding-right: 15px; }

            .linkbox_rich a:hover span { background-image: url(/images/arrow_right_over.gif); }


/* semicolumn, for providing a 2-column layout, to be used in conjunction with float-left/float-right */
.semicolumn { width: 49%; padding: 0; margin: 1em 0; }

/* imgbox, for displaying an image with description in a box */
.imgbox {
float: right;
margin: 0 .5em .5em .5em; padding: 0;
border: 1px solid #000; }

    .imgbox img {
    float: none;
    display: block;
    margin: 0;
    border: 0; }

    .imgbox p {
    margin: 0; padding: .3em;
    font: bold .8em/1.2em Verdana, Helvetica, sans-serif; color: #003384; }


/* basicform styles form elements, marked up in a definition list */
.basicform dl input, .basicform dl textarea, .basicform dl select { width: 95%; border: 1px solid #A7260A; }

.basicform dl textarea { height: 10em; }

    /* IE displays border around radio buttons and checkboxes, which is ugly */
    .radio, .radio:hover, .checkbox, .checkbox:hover { width: auto !important; border: 0 !important; }

    .basicform dl dt {
    clear: both;
    width: 35%;
    float: left;
    font-weight: bold; }

    .basicform dl dd {
    width: 60%;
    float: left;
    margin: 0 0 1em 0; }

    .errors { font-style: italic; color: red; }

/* search styles: form, info and results */
#resultsinfo { padding-bottom: .2em; background-color: #e8e8e8; }

    #resultsinfo h2 {
    float: left;
    font-size: 1.2em; }

    #resultsinfo p { float: right; margin: 0; }

    #resultsinfo h2, #resultsinfo p { margin: 0; padding: .2em 1em .1em .3em; color: #003384; }

#searchform { margin: 1em 0; padding-bottom: 1em; }
    #searchform input { width: 50%; }
    #searchform .submit { width: 20%; }

#searchresults {
clear: both;
margin: 1.5em 0 0 0; }

    #searchresults dt { margin: 2em 0 .6em 0; }

    #searchresults dd { margin: .3em 0 0 1.4em; }


/* highlighting for search terms */
.highlight { background-color: #e8e8e8; }


/* forum styles */
.forum, .topic {
width: 97%;
margin: 0 0 2em 0;
border: 1px solid #e8e8e8; }

    .forum thead th, .topic thead th { margin-bottom: .2em; color: #003384; background-color: #e8e8e8; }
    .forum tbody th, .forum tbody td { border-right: 1px solid #e8e8e8; }
    .forum tr, .topic tr { border-bottom: 1px solid #e8e8e8; }
    .forum td, .forum th, .topic td, .topic th { vertical-align: top; padding: .3em; }
    .forum img, .topic img { vertical-align: top; }
    .forum p { margin-top: 0; }
    .forum a { font-weight: bold; color: #f60; border-color: #f60; }
        .forum a:hover { }

.post { }
    .post th { border-right: 1px solid #e8e8e8; }
.author { }

.postform { }
    .postform .basicform dt, .postform .basicform dd { float: none; width: auto; }
    .postform .basicform dt { font-weight: bold; margin-top: .5em; padding: .1em .3em; }
    .postform .basicform dd { margin: 0 0 1em 0; padding: 0; }
    .postform .basicform textarea  { width: 100%; }
    .postform .basicform input.submit { width: auto; }

/* odd, even and first for row coloring (zebra tables and distinctive first post) */
.odd { background-color: #fff; }
.even { background-color: #ffdfca; }
.first { background-color: #ffdfca; border: solid #e8e8e8; border-width: 0 1px; }
    .first .date { color: #aaa; }

/* special icons for announcements, sticky topics and locked topics */
td.announcement, td.sticky, td.locked, td.default { padding-left: 20px; background-position: 0 5px; background-repeat: no-repeat; }
    td.announcement { background-image: url(/images/i_announce.gif); }
    td.sticky { background-image: url(/images/i_sticky.gif); }
    td.locked { background-image: url(/images/i_locked.gif); }

.announcement { font-weight: bold; }
.locked, .locked a { color: #afafaf; border-color: #afafaf; background-color: #e8e8e8; }


/* bannercolumn */
#bannercolumn {
float: left;
width: 357px; height: 95%;
border-right: 1px solid #A7260A;
margin: 0; padding: 0 0 0 40px; }

  /* Problem: IE places padding within width, !IE adds padding to width */
  /* Solution: set new width for !IE */
  #contentcolumn_home>#bannercolumn { width: 317px; height: auto; min-height: 95%; }

  #bannercolumn h2 { display: none; }

     #bannercolumn ul {
     width: 100%;
     margin: 0; padding: 0; }

        #bannercolumn ul li {
    float: left;
    height: 67px;
        padding: 0; margin: 0 10px 10px 0; }

            #bannercolumn ul li a {
             display: block;
            height: 100%; width: 100%;
            background-color: transparent; background-position: center center; background-repeat: no-repeat; }

        #bannercolumn ul li a span { display: none; }

/* newscolumn */
#newscolumn {
float: left;
width: 240px; height: 95%;
border-right: 1px solid #A7260A;
margin: 0; padding: 0 20px; }

  /* Problem: IE places padding within width, !IE adds padding to width */
  /* Solution: set new width for !IE */
  #contentcolumn_home>#newscolumn { width: 200px; height: auto; min-height: 95%; }

  #newscolumn h2 {
  width: 100%; height: 25px;
  text-indent: -1000px;
  margin: 0; padding: 0; }

     #newscolumn ul {
     width: 100%;
     margin: 0; padding: 0; }

        #newscolumn ul li {
    float: left;
        padding: 0; margin-bottom: 1em; }

            #newscolumn ul li a {
             display: block;
            height: 100%; width: 100%; }

/* blockcolumn */
#blockcolumn {
float: left;
width: 200px; height: 95%;
border-right: 1px solid #A7260A;
margin: 0; padding: 0 20px; }

  /* Problem: IE places padding within width, !IE adds padding to width */
  /* Solution: set new width for !IE */
  #contentcolumn_home>#blockcolumn { width: 160px; height: auto; min-height: 95%; }

  #blockcolumn h2 {
  width: 100%; height: 25px;
  text-indent: -1000px;
  margin: 0; padding: 0; }

/* searchcolumn */
#searchcolumn {
float: left;
width: 180px; height: 95%;
margin: 0; padding: 0 0 0 20px; }

  /* Problem: IE places padding within width, !IE adds padding to width */
  /* Solution: set new width for !IE */
  #contentcolumn_home>#searchcolumn { width: 160px; height: auto; min-height: 95%; }

  #searchcolumn h2, #searchcolumn h3 {
  width: 100%; height: 25px;
  text-indent: -1000px;
  margin: 0; padding: 0; }

  #searchcolumn select {
  font-size: .9em;
  width: 160px;
  margin-bottom: 1em; }

  #searchcolumn form#tripfinder {
  margin-bottom: 2em; }

    #tripfinder input {
    text-align: center;
    padding: 0;
    border: 1px solid #83542A; }

    #tripfinder input.text {
    height: 20px; }

      #searchcolumn>#tripfinder input.text {
      height: 100%; padding: .2em; }

    #tripfinder input.image_submit {
    float: right;
    border: 0;
    padding: 0; margin: 0; }

/* sitemap */
ul.sitemap { margin: 1em 1em 1em 0; padding: 1em; }

  ul.sitemap li {
    margin-bottom: .3em; padding-left: 1em;
    background: transparent url(/images/a_bullet.gif) no-repeat left 3px; }

      ul.sitemap ul { margin: .3em 1em 1em 4em; padding: 0; }


/* chapters in documents */
#chapters { margin: 1em 0; padding: .5em 0; }

    #chapters li {
    margin-bottom: .3em; padding-left: 1em;
    background: transparent url(/images/a_bullet.gif) no-repeat left 3px; }

.chapter { margin: 2em 0 1em 0; }

#chapters_left, #chapters_right {
float: left;
margin: 1em 0; padding: .5em 0;
width: 50%; }

    #chapters_left li, #chapters_right li {
    margin-bottom: .3em; padding-left: 1em;
    background: transparent url(/images/a_bullet.gif) no-repeat left 3px; }

/* navbox, for displaying next/previous/index links */
.navbox {
margin-top: 2em; padding: .3em .2em;
text-align: center;
color: #83542A; }

    .navbox a { border: 0; padding-left: 0; background: none; }

    /* previous, next, index and page links in navbox */
    .prev { float: left; }
    .next { float: right; }
    .index { }
    .page { margin: 0 .2em; }
        .page a { padding: 2px 6px; }


/* more: paragraph with a "read more" link */
.more {
clear: both;
margin: 1em .5em; }

    .more a {
    padding: 0 15px 0 0; }

        .more a:hover { background-image: url(/images/arrow_right_over.gif); }


/* date: date in messages */
.date {
margin: 0; }


/* button: transforms a normal button to a styled button */
.button {
float: right;
width: auto !important;
cursor: pointer;
padding: 2px 1.5em; margin-right: 1em; }

    .button:active { border-style: inset; }

.submit { }


/* .feed: RSS-feed button placement */
.feed { float: right; border: 0 !important; margin: .5em .5em 1.5em 2em; padding: 0; background-image: none !important; }


/**
 * GLOBAL CLASSES
 *
 * global classes are used for very common styles, such as floating, coloring or clearing. Often used in combination, such as: <a href="link.html" class="align-right no-border">link to the right without border</a>.
 */

/* positioning and visibility */
.clear-both     { clear: both; }
.float-left     { float: left; }
.float-right    { float: right; }
.inline         { display: inline; }
.show           { display: block; }
.hide           { display: none; }
.align-left     { text-align: left; }
.align-right    { text-align: right; }

/* coloring and text decoration/transformation */
.no-border      { text-decoration: none; }
.plain          { padding-left: 0 !important; background: none !important; }
.back           { background-image: url(/images/arrow_left.gif); }
.back:hover     { background-image: url(/images/arrow_left_over.gif); }
.red            { color: red; }
.req            { color: red; background-color: white; }
.err            { color: red; font-weight: bold; }
.notice         { background-color: #ffa; color: #f60; }
.white          { color: white; }

/* default list behaviour */
.bulleted       { list-style: square inside; margin: .4em; padding: 0 1em; }

/* file types */
.doc            { padding: 2px 0 2px 20px; background: url(/images/ico_doc.gif) center left no-repeat; }
.pdf            { padding: 2px 0 2px 20px; background: url(/images/ico_pdf.gif) center left no-repeat; }