/* $Id: screen.css 22890 2009-12-18 08:37:37Z vidars $ */

/*search form*/
@import url(/common/css/searchform.css);

body {
  background: #fff url(../gfx/bg_body.png) repeat-x 0 10px;
  font-family: 'Arial', 'Helvetica', sans-serif;
  font-size: 62.5%;
}

/* globals */
* {
  padding: 0;
  margin: 0;
  outline: 0;
}
a {
  color: #000;
  text-decoration: none;
}
  .object a:hover { text-decoration: underline; }
a.submit,
.submitter .butt {
  display: block !important;
  float: left;
  padding: 6px 5px 4px 4px;
  height: 13px;
  text-align: center !important;
  font-family: 'Arial' !important;
  font-size: 10px !important;
  font-weight: bold !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  color: #999;
  background: url(../gfx/bg_submit.png) repeat-x 0 0 !important;
  border: 1px solid #c1c1c1 !important;
}
  a.submit:hover,
  .submitter .butt:hover {
    color: #555;
    border-color: #a7a7a7;
  }
p { margin-bottom: .9em; }
ul { list-style: none; }


/* positions */
#mainframe {
  position: relative;
  width: 1027px;
  margin: 0 auto;
  padding-top: 160px;
}
  #header {
    position: relative;
    height: 186px;
    background: url(../gfx/bg_header.png) no-repeat 0 bottom;
  }
    [class="news"] #header { background-image: url(../gfx/bg_header_news.png); }
    [class="number"] #header { background-image: url(../gfx/bg_header_number.png); }
    [class="product"] #header { background-image: url(../gfx/bg_header_product.png); }
    [class="career"] #header { background-image: url(../gfx/bg_header_career.png); }
  #adcol {
    float: right;
    width: 180px;
    overflow: hidden;
  }
  #adrow {
    position: absolute;
    top: 0;
    padding: 0 6px;
    width: 1015px;
    height: 150px;
  }


/* canvas */
a#logo {
  background: url(../gfx/logo.png) no-repeat 0 0;
  width: 548px;
  height: 74px;
  position: absolute;
  left: 10px;
  bottom: 60px;
}
#weather {
  position: absolute;
  left: 600px;
  bottom: 65px;
  width: 160px;
  height: 50px;
}
  #weather .symbol {
    float: left;
    width: 60px;
    height: 60px;
  }
  #weather .spec {
    float: left;
    margin: 23px 0 0 4px;
    font-family: 'Verdana';
    font-size: 16px;
    color: #333;
  }
    #weather .temp { font-size: 15px; }
    #weather .temp.sub { color: #39c; }
    #weather .temp.sup { color: #c33; }
#auxmenu { margin-left: 7px; }
  #auxmenu li { float: left; }
    #auxmenu a {
      display: block;
      padding: 0 4px;
      border-left: 1px solid #999;
      font-family: 'Verdana';
      font-size: 12px;
      text-transform: lowercase;
      color: #999;
      height: 12px;
      line-height: 10px;
    }
    #auxmenu a:hover { text-decoration: underline; }
    #auxmenu .rss a {
      background: url(../gfx/rss.png) no-repeat 0 0;
      padding-left: 20px;
    }
    #auxmenu .first a { border: 0; }
#menu {
  position: absolute;
  left: 13px;
  bottom: 7px;
  width: 998px;
  height: 32px;
  background: url(../gfx/bg_menu.png) repeat-x 0 0;
  border: 1px solid #b7b7b7;
}
  #menu li { float: left; }
    #menu li a {
      font-family: 'Verdana';
      font-size: 14px;
      font-weight: 300;
      color: #555;
      line-height: 32px;
      padding: 0 8px;
      display: block;
      border-right: 1px solid #b7b7b7;
      height: 32px;
    }
    .number #menu li.selected a,
    #menu a:hover { background: url(../gfx/bg_menu_number.png) repeat-x 0 0; }
    .news #menu li[class~="selected"] a,
    #menu li a[href="id/2.0"]:hover,
    #menu li a[href="id/6.0"]:hover,
    #menu li a[href="id/9.0"]:hover { background: url(../gfx/bg_menu_news.png) repeat-x 0 0; }
    .product #menu li[class~="selected"] a,
    #menu li a[href="id/4.0"]:hover,
    #menu li a[href="id/8.0"]:hover { background: url(../gfx/bg_menu_product.png) repeat-x 0 0; }
    .career #menu li[class~="selected"] a,
    #menu li a[href="id/7.0"]:hover,
    #menu li a[href="id/10.0"]:hover { background: url(../gfx/bg_menu_career.png) repeat-x 0 0; }
#header #search {
  position: absolute;
  bottom: 11px;
  right: 25px;
}
    #header #search label {
      font-size: 10px;
      color: #777;
    }
  #header #search input.text {
    float: left;
    width: 130px;
    height: 16px;
    padding: 4px 1px 3px;
    border: 1px solid #c1c1c1;
    border-right: 0;
    background-color: #fff;
    color: #734b49;
  }
#header #newsletter {
  position: absolute;
  top: 0;
  right: 14px;
  padding: 6px 6px 6px 8px;
  width: 170px;
  background-color: #ececec;
  border: 1px solid #cecece;
  color: #777;
}
  #header #newsletter .title {
    font-family: 'Verdana';
    font-size: 11px;
    text-transform: uppercase;
    color: #666;
  }
  #header #newsletter label {
    font-size: 10px;
  }
  #header #newsletter .email {
    float: left;
    width: 124px;
    height: 16px;
    padding: 4px 1px 3px;
    border: 1px solid #c1c1c1;
    border-right: 0;
    color: #734b49;
  }
  #header #newsletter .about {
    display: block;
    color: #777;
    text-decoration: underline;
  }
  #header #newsletter .about:hover { text-decoration: none; }

#column {
  float: left;
  margin: 0 9px 0 11px;
  width: 320px;
  overflow: hidden;
}
  #column .item {
    margin-bottom: 10px;
    overflow: hidden;
    clear: both;
  }
    #column h3 {
      display: block;
      margin-bottom: 4px;
      padding: 3px 0 0 24px;
      height: 16px;
      font-family: 'Arial';
      font-size: 12px;
      font-weight: normal;
      text-transform: uppercase;
      color: #fff;
      background: #dc3932 url(../gfx/bg_hfk.png) no-repeat 0 center;
    }
      #column .news h3 { background-color: #27a5e7; }
      #column .product h3 { background-color: #fa930f; }
      #column .career h3 { background-color: #edd11c; }
    #column h4 {
      font-family: 'Arial';
      font-size: 16px;
      font-weight: normal;
      padding: 0 2px;
    }
    #column .caption {
      font-family: 'Arial';
      font-weight: normal;
      font-size: 12px;
      padding: 0 2px;
    }
    #column .item img {
      border: 1px solid #444;
      margin: 0 1px 5px;
    }
    #column .item img.conradius {
      border: 0;
      margin: 0;
    }
    #column .item img.lefteous {
      float: left;
      margin-right: 5px;
    }
    #column .item img.righteous {
      float: right;
      margin-left: 5px;
    }
    #column .image {
      position: relative;
      float: left;
      margin: 0 5px 5px 1px;
    }
      #content #column .image img { margin: 0; }
      #column .image .name {
        position: absolute;
        bottom: 1px;
        left: 1px;
        right: 1px;
        padding: 5px 4px 3px;
        background: url(../gfx/bg_imgname.png) repeat-y 0 0;
        font-family: 'Arial';
        font-size: 12px;
        color: #fff;
      }

    #column a.readmore {
      font-family: 'Arial';
      font-size: 12px;
      font-weight: bold;
      text-decoration: underline;
      clear: left;
      float: left;
    }
    #column .readmore:hover { text-decoration: none; }
    #column a.readmore.right {
      float: right;
      clear: right;
    }


/**/
.infoForDay { display: none; }
/**/
  .calendar {
    padding-bottom: 5px;
    font-family: 'Arial';
    font-size: 12px;
  }
    #column .calendar h4 {
      padding: 0;
      font-size: 14px;
    }
    .calendar .prevnext {
      float: left;
      position: relative;
      text-align: center;
      width: 160px;
      clear: left;
    }
      .calendar .prevnext .current {
        display: inline-block;
        width: 90px;
        text-align: center;
        text-transform: capitalize;
      }
      .calendar .prevnext .prev {
        position: absolute;
        top: 0;
        left: 0;
        background: url(../gfx/arrows.png) no-repeat left bottom;
        width: 7px;
        height: 10px;
        text-indent: -999em;
      }
      .calendar .prevnext .next {
        position: absolute;
        top: 0;
        right: 0;
        background: url(../gfx/arrows.png) no-repeat left top;
        width: 7px;
        height: 10px;
        text-indent: -999em;
      }
    .calendar .grid {
      float: left;
      clear: left;
      width: 160px;
    }
      .calendar table { width: 100%; }
        .calendar th {
          width: 24px;
          font-size: 9px;
          color: #999;
          text-transform: uppercase;
          text-align: right;
        }
        .calendar td {
          padding-top: 1px;
          width: 24px;
          text-align: right;
        }
        .calendar td .notInMonth { color: #ccc; }
        .calendar td .eventDay a { text-decoration: underline; }
    .calendar .upcoming {
      float: left;
      margin: -15px 9px 0;
      width: 142px;
    }
      .calendar .upcoming ul { padding-top: 5px; }
        .calendar .upcoming ul ul { padding: 0; }
        .calendar .upcoming li {
          padding-bottom: 2px;
          border-top: 1px solid #cdcdcd;
        }
          .calendar .upcoming li a {
            padding: 3px 1px 0;
            display: block;
          }
          .calendar .upcoming li a:hover { text-decoration: underline; }

    #column .submit {
      float: right;
      clear: both;
    }
    #column .survey .submit {
      float: left;
      clear: none;
    }
    #column form { margin-top: 7px; }
    #column .survey form { margin: 7px 3px 0; }
      #article .survey .radiocheck label,
      #column .radiocheck label { font-size: 12px; }
      #article .survey .radiocheck input,
      #column .radiocheck input {
        float: left;
        margin-right: 5px;
      }
      #article .survey .radiocheck .spacer,
      #column .radiocheck .spacer { height: 5px; }
    #article .survey {
      overflow: hidden;
      border-bottom: 1px dashed #ccc;
      padding-bottom: 6px;
    }
      .survey .radiocheck {
        border-top: 1px dashed #ccc;
        border-bottom: 1px dashed #ccc;
        padding: 7px 26px 4px 18px;
      }
      #content .survey .radiocheck { font-size: 11px; }
        #content .survey .radiocheck li { margin: 4px 0; }
      .survey .bars {
        padding: 6px 2px 0;
        border-top: 1px dashed #ccc;
        font-size: 12px;
      }
        .survey .option { display: block; }
        .survey .bar {
          overflow: hidden;
          margin-bottom: 6px;
        }
          .survey .bar ins {
            display: inline-block;
            margin: 4px 4px 0 0;
            height: 7px;
            background-color: #ccc;
          }
          .survey .bar .amount { font-weight: bold; }
        .survey .bars .votes {
          clear: both;
          padding-top: 6px;
          font-weight: bold;
          border-top: 1px dashed #ccc;
        }
      .survey .submitter {
        float: right;
        clear: both;
        padding: 6px 2px 1px;
      }
        .survey .submitter .butt {
          margin-left: 5px;
          color: #666;
        }
    #column .weather table {
      margin-bottom: 5px;
      width: 320px;
      vertical-align: top;
      font: normal 10px 'Arial';
    }
      #column .weather td {
        border: 1px solid #d6d6d6;
        border-width: 1px 0 0 1px;
        padding: 5px 6px;
        height: 20px;
      }
      #column .weather th {
        border-left: 1px solid #d6d6d6;
        font-weight: normal;
      }
      #column .weather .place {
        border-left: 0;
        font-weight: bold;
      }
        #column .weather .symbol {
          float: left;
          border: 0;
          margin: 2px 0 0 5px;
        }
        #column .weather .temperature {
          float: left;
          margin: 9px 0 0 6px;
          color: #3797ff;
        }
        #column .weather .temperature.hot { color: #c21b00; }
      #column .weather .external { color: #666; }

/* template */
#content {
  overflow: hidden;
  padding: 8px 13px 35px;
  background: url(../gfx/bg_content.png) repeat-y 0 0;
}
  #content .object {
    float: left;
    width: 480px;
  }
    #content .object h1 { font: bold 48px 'Arial'; }
    #article .object h1 { margin-bottom: 5px; }
    #content .object h2 { font: bold 24px 'Arial'; }

  #frontpage .item {
    width: 235px;
    margin-bottom: 20px;
  }
  #frontpage .item.left {
    float: left;
    clear: both;
  }
  #frontpage .item.right { float: right; }
  #frontpage .item.wide { width: 480px; }
  #frontpage .item.banner {
    float: left;
    margin: 0 0 15px 5px;
    padding: 10px 0 8px;
    width: 470px;
    text-align: center;
    background: url(../gfx/bg_banner_fp.png) no-repeat center 0;
    border-bottom: 1px solid #d5d5d5;
  }
    #frontpage .item .image img {
      border: 1px solid #444;
      margin-bottom: 6px;
    }
    #frontpage .item .caption {
      font: normal 14px 'Arial';
      display: inline;
    }
    #frontpage .item.wide img { margin-left: 1px; }
    #frontpage .readmore {
      display: inline;
      white-space: nowrap;
    }
      .object .body a { text-decoration: underline; }
      .object .body a:hover { text-decoration: none; }
      .object a.readmore,
      .object .readmore a {
        display: block;
        padding-right: 2px;
        text-decoration: underline;
        text-align: right;
        font-family: 'Arial';
        font-size: 14px;
        font-weight: bold;
      }
        .object a.readmore:hover,
        .object .readmore a:hover { text-decoration: none; }
  #frontpage .contentlist { padding-top: 10px; }
    #frontpage .contentlist li {
      margin-bottom: 10px;
      padding-bottom: 10px;
      border-bottom: 1px dotted #ccc;
      font: normal 11px 'Arial';
    }
      #frontpage .contentlist li a {
        font-family: 'Arial';
        font-size: 15px;
        font-weight: bold;
      }
      #frontpage .contentlist #noarticle a {
        font: normal 11px 'Arial';
        text-decoration: underline;
      }
  #frontpage .prevnext a,
  #frontpage .archive {
    font-weight: bold;
    text-decoration: underline;
    margin-right: 2px;
    font-size: 12px;
  }
  #frontpage .archive {
    display: block;
    clear: both;
    margin-bottom: -10px;
    padding-top: 8px;
    color: #666;
    border-top: 1px dotted #ccc;
  }
  #frontpage .contentlist #noarticle a:hover,
  #frontpage .prevnext a:hover,
  #frontpage .archive:hover { text-decoration: none; }

/*NEVERTODO:*/
#frontpage .item .date { display: none; }
/*:ODOTREVEN*/

  #article img { border: 1px solid #444; }
  #article .imagetext {
    margin: 1px 0 14px;
    font-family: 'Verdana';
    font-size: 10px;
    color: #333;
  }
  .object .caption {
    font-family: 'Arial';
    font-size: 14px;
    font-weight: bold;
    margin: 5px 0;
  }
  #article .caption { margin-top: 14px; }
  #article .byline {
    margin-bottom: 15px;
    padding: 1px 0 0;
    font-family: 'Arial';
    font-size: 12px;
    text-transform: uppercase;
    border-top: 1px solid #ccc;
  }
  .object .body {
    margin-bottom: 30px;
    font-family: 'Verdana';
    font-size: 12px;
    line-height: 15px;
  }
    .object .body h2 {
      margin-top: 1em;
      font-family: 'Arial';
      font-size: 16px;
      font-weight: bold;
    }
    .object .body h3 {
      font-family: 'Arial';
      font-size: 14px;
      font-weight: bold;
      margin-top: 1em;
    }
    .object .body ul,
    .object .body ol {
      margin-bottom: .9em;
      padding-left: 25px;
    }
    .object .body ul { padding-left: 10px; }
    #article .body ul li {
      background: url(../gfx/bullet.png) no-repeat 0 5px;
      padding-left: 15px;
    }
    .object embed { margin-bottom: 20px; }
    #mainframe .object .addons {
      float: right;
      padding: 0 !important;
      margin: 0 0 0 1em;
      width: 185px;
      list-style-image: none;
      list-style-type: none;
    }
      #mainframe .object .addons p { margin: 0; }
      #mainframe .object .addons ul {
        margin: 0;
        padding: 0 5px;
      }
      #mainframe .object .addons ol {
        margin: 0;
        padding: 0 5px 0 10px;
      }
      #mainframe .object .body .addons li {
        margin-bottom: 10px;
        padding-left: 0;
        background: #f5efda none no-repeat;
      }
        #mainframe .object .addons .title {
        	display: block;
        	padding: 4px 0 0 24px;
        	height: 16px;
        	font-family: 'Arial';
        	font-size: 12px;
        	text-transform: uppercase;
        	color: #fff;
        	background: #dc3932 url(../gfx/bg_hfk.png) no-repeat 0 center;
        }
        #mainframe .object .addons a.title { text-decoration: none; }
        #mainframe .object .addons a.title:hover { text-decoration: underline; }
        #mainframe .object .addons .body {
          padding: 5px;
          margin: 0;
        }
          #mainframe .object .body .addons li li {
            margin-bottom: 0;
            margin-top: 2px;
            padding: 0 0 2px 10px;
            background: url(../gfx/bullet.png) no-repeat 0 5px;
          }
        #mainframe .object .addons .asset .body a {
          display: block;
          margin: 4px 0 0;
          padding: 1px 0 0 18px;
          height: 16px;
          background: url(../gfx/icon16/default.gif) no-repeat 0 0;
        }
          #mainframe .object .addons .asset .body a.icondoc { background-image: url(../gfx/icon16/doc.gif); }
          #mainframe .object .addons .asset .body a.iconhtml { background-image: url(../gfx/icon16/html.gif); }
          #mainframe .object .addons .asset .body a.iconpdf { background-image: url(../gfx/icon16/pdf.gif); }
          #mainframe .object .addons .asset .body a.iconppt { background-image: url(../gfx/icon16/ppt.gif); }
          #mainframe .object .addons .asset .body a.iconxls { background-image: url(../gfx/icon16/xls.gif); }
        #mainframe .object .addons .image img,
        #mainframe .object .addons .imagegallery img { margin: -1px 0 0 -5px; }
  #mainframe .object .comments {
    clear: both;
    margin-top: 16px;
  }
    #mainframe .object .comments fieldset { border: 0; }
    #mainframe .object .comments .spacer { display: none; }
    #mainframe .object .comments h4 {
      background: url(../gfx/bg_interact.png) no-repeat 0 0;
      padding: 5px 8px 3px;
      height: 18px;
      font-family: 'Arial';
      font-size: 14px;
      font-weight: bold;
    }
    #mainframe .object .comments .item {
      padding: 7px;
      border: 1px solid #cdcdcd;
      border-width: 0 1px 1px;
    }
      #article #addcomment { margin-top: 16px; }
      #mainframe .object .comments h5 {
        font-family: 'Arial';
        font-size: 14px;
      }
        #mainframe .object .comments #displayer {
          background: url(../gfx/bg_daesc.png) no-repeat right bottom;
          display: -moz-inline-box;
          display: inline-block;
          padding-right: 18px;
        }
        #mainframe .object .comments #displayer.hide { background-position: right 1px; }
      #mainframe .object .comments em { display: block; }
      #mainframe .object .comments .submit {
        float: right;
        margin-right: 2px;
      }
      #article #addcomment input {
        float: left;
        width: 218px;
        margin-top: 7px;
      }
      #mainframe .object .comments input,
      #mainframe .object .comments textarea {
        margin-left: 3px;
        padding: 4px 4px 3px;
        border: 1px solid #c1c1c1;
        font-family: 'Verdana';
        font-size: 12px;
        color: #734b49;
      }
        #mainframe .object .comments textarea {
          width: 449px;
          margin-top: 2px;
        }
        #mainframe .object .comments p { margin: 3px 3px 5px; }
        #mainframe .object .comments label { display: none; }
        #mainframe .object .comments #captcha label { display: block; }
        #article #captcha label,
        #article #captcha input {
          float: left;
          clear: left;
          margin-left: 3px;
        }
        #article #captcha input {
          margin-top: 0;
          width: 222px;
          text-transform: uppercase;
        }
        #article #captcha img {
          float: left;
          clear: left;
          margin-left: 3px;
          border-color: #c1c1c1;
          border-width: 1px 1px 0;
        }
        #article #acceptance {
          float: left;
          clear: left;
          margin-top: 4px;
        }
          #article #acceptance input { width: auto; }
          #article #acceptance label {
            clear: none;
            margin-top: 2px;
          }
          #article #acceptance a { text-decoration: underline; }
          #article #acceptance a:hover { text-decoration: none; }
      #article #listocomments {
        margin: 4px 0 16px;
        padding: 8px 0 2px;
        border-bottom: 1px dashed #ccc;
        font-family: 'Verdana';
        font-size: 10px;
      }
        #article #listocomments li { margin-bottom: 12px; }
          #article #listocomments .header {
            overflow: hidden;
            background-color: #f2f2f2;
            border: 1px solid #dedede;
            padding: 2px 4px;
          }
            #article #listocomments .title {
              float: left;
              font-weight: bold;
            }
            #article #listocomments .author {
              float: left;
              margin-left: 1ex;
              font-style: italic;
            }
            #article #listocomments .date {
              float: right;
              font-style: italic;
              color: #976361;
            }
            #article #listocomments .text {
              clear: both;
              padding: 2px 6px;
            }
      #mainframe .object .tips input {
        float: left;
        width: 197px;
      }
      #article .articlehandler a {
        display: inline-block;
        margin-right: 13px;
        font-size: 11px;
      }
        #article .face { margin: 12px 0 2px 4px; }
        #article .print {
          padding: 2px 0 0 20px;
          height: 16px;
          background: url(../gfx/printer.png) no-repeat 0 0;
        }
    #article .latest {
      margin-top: 20px;
      border-top: 1px solid #cdcdcd;
    }
      #article .latest h4 {
        padding: 4px 0 10px;
        height: 18px;
        font-family: 'Arial';
        font-size: 15px;
        font-weight: bold;
      }
      #article .latest .item {
        width: 235px;
        margin-bottom: 15px;
      }
      #article .latest .left { float: left; }
      #article .latest .right { float: right; }
        #article .latest h5 {
          padding: 2px 0 3px;
          font-family: 'Arial';
          font-size: 21px;
          font-weight: bold;
        }
        #article .latest .caption {
          display: inline;
          font-family: 'Arial';
          font-size: 12px;
          font-weight: normal;
        }
        #article .latest .readmore { font-size: 12px; }
    #content #activity h1 { font-size: 26px; }
    #activity .dates {
      padding: 4px 0;
      margin: 0 0 10px;
      overflow: hidden;
      border: 1px dashed #C0C0C0;
      border-width: 1px 0;
      font-size: 14px;
      color: #777;
    }
      #activity .dates .from,
      #activity .dates .to {
        width: 50px;
        display: block;
        float: left;
        clear: left;
      }
      #activity span {
        float: left;
        display: block;
      }

  #calendar .caption {
    font-weight: normal;
    margin-bottom: 20px;
  }
  #calendar h3,
    #calendar a.title {
    font-size: 14px;
    font-weight: bold;
  }
  #calendar h4 {
    border-bottom: 1px solid #dcdcdc;
    font-size: 12px;
    padding: 0 3px 2px;
    margin: 15px 0 5px 0;
  }
  #calendar .months {
    margin: 0 0 8px -3px;
    overflow: hidden;
    font-size: 11px;
  }
    #calendar .months div {
      float: left;
      margin-left: 3px;
      width: 35px;
      height: 18px;
      line-height: 19px;
      border: 1px solid #666;
      color: #999;
    }
    #calendar .months div.month {
      padding: 0 5px;
      width: 25px;
      border: 1px solid #cdcdcd;
    }
      #calendar .months a {
        display: block;
        float: left;
        color: #000;
      }
  #calendar form {
    overflow: hidden;
    padding-left: 7px;
    margin-bottom: 20px;
    border: 1px solid #cdcdcd;
  }
    #calendar form .item {
      margin: 7px 0;
      overflow: hidden;
    }
      #calendar label {
        display: block;
        margin-bottom: 2px;
        font-family: 'Verdana';
        font-size: 12px;
        float: left;
        clear: left;
        width: 100px;
      }
      #calendar input,
      #calendar select {
        padding: 4px 4px 3px;
        border: 1px solid #c1c1c1;
        font-family: 'Verdana';
        font-size: 12px;
        color: #734b49;
        width: 344px;
        float: left;
      }
      #calendar #sortby { width: 354px; }
      #calendar select {
        width: 113px;
        margin-right: 7px;
      }
      #calendar .submit {
        display: block !important;
        float: right;
        margin-right: 10px;
        padding: 4px 5px 4px 4px;
        width: auto !important;
        height: 23px;
        text-align: center !important;
        font-family: 'Arial' !important;
        font-size: 10px !important;
        font-weight: bold !important;
        text-decoration: none !important;
        text-transform: uppercase !important;
        color: #666;
        background: url(../gfx/bg_submit.png) repeat-x 0 0 !important;
      }
      #calendar a.submit { display: none !important; }
  #calendar h2 { font-size: 19px !important; }
  #calendar .contentlist { padding: 5px 0; }
    #calendar .contentlist li {
      margin-bottom: 10px;
      padding-top: 9px;
      font-size: 12px;
      border-top: 1px dashed #cdcdcd;
    }
      #calendar .contentlist .date { color: #777; }
      #calendar .contentlist .body,
      #calendar .contentlist .body p { margin: 0; }

  #formpage .alert:before {
    content: '*';
    margin-right: 4px;
    color: #dc3932;
  }
  #formpage .required label:before {
    content: '*';
    color: #dc3932;
  }
  #formpage .submit { float: right; }
  #formpage fieldset {
    margin-top: -20px;
    background: url(../gfx/bg_interact.png) no-repeat 0 0;
    width: 490;
    border: 0;
    font-family: 'Verdana';
    font-size: 12px;
  }
  #formpage legend {
    padding: 29px 8px 3px;
    display: block;
    font-family: 'Arial';
    font-size: 14px;
    font-weight: bold;
    color: #000;
  }
  #formpage .title {
    padding: 7px 7px 6px;
    border: 1px solid #cdcdcd;
    border-width: 0 1px 1px;
  }
  #formpage .alert,
  #formpage form,
  .gform {
    overflow: hidden;
    padding: 7px;
    border: 1px solid #cdcdcd;
    border-width: 0 1px 1px;
  }
  #mainframe .gform { border-width: 1px; }
    #formpage .item,
    .gform .item { clear: both; }
    #formpage input,
    #formpage select,
    #formpage textarea,
    .gform input {
      padding: 4px 4px 3px;
      border: 1px solid #c1c1c1;
      font-family: 'Verdana';
      font-size: 12px;
      color: #734b49;
      width: 454px;
    }
    #formpage textarea { height: 100px; }
    #formpage select { width: 464px; }
    #formpage label,
    .gform label {
      display: block;
      margin-bottom: 2px;
      font-family: 'Verdana';
      font-size: 12px;
    }
    #formpage .radioselect input,
    .gform .radioselect input {
      width: auto;
      margin: 1px 4px 0 2px;
    }
    .fpboks .radiocheck {
      overflow: hidden;
      margin-bottom: 5px;
    }
    .fpboks .radiocheck input { width: auto !important; }
    .fpboks .radiocheck label { display: inline; }
    .fpboks .gform .submit {
      float: right;
      margin-top: 5px;
    }
    .fpboks .item {
      font-size: 12px;
      margin-bottom: 5px;
    }
    .fpboks .alert { color: #ba0001; }

    #frontpage #feeds { clear: left; }
      #frontpage #feeds #toggler li { float: left; }
        #frontpage #feeds #toggler a {
          display: block;
          height: 20px;
          padding: 5px 6px 0;
          cursor: pointer;
          background: url(../gfx/bg_feeds.png) no-repeat center 0;
          border-right: 1px solid #cdcdcd;
          font-family: 'Verdana';
          font-size: 12px;
          color: #999;
        }
        #frontpage #feeds #toggler li.first a { background-position: left 0; }
        #frontpage #feeds #toggler li.last a {
          background-position: right 0;
          border: 0;
        }
        #frontpage #feeds #toggler a.active {
          background-image: url(../gfx/bg_feeds_high.png);
          color: #000;
        }
        #frontpage #feeds #toggler a:hover {
          color: #000;
          text-decoration: none;
        }
      #frontpage #feeds .item {
        float: left;
        width: 480px;
        background: url(../gfx/bg_dashed.png) repeat-y right 0;
        border: 1px solid #cdcdcd;
      }
      #frontpage #feeds .item ul {
        float: left;
        width: 310px;
      }
      #frontpage #feeds .toggled ul { padding: 10px; }
        #frontpage #feeds .toggled li {
          margin-top: 2px;
          padding: 0 5px 2px 15px;
          background: url(../gfx/bullet.png) no-repeat 0 5px;
          font-family: 'Arial';
          font-size: 12px;
        }
      #actions {
        float: right;
        width: 146px;
        padding-bottom: 7px;
      }
        #actions form,
        #actions ul {
          float: left;
          clear: left;
          margin: 7px 0;
          color: #777;
        }
          #actions .title { font-size: 12px; }
          #actions label { font-size: 9px; }
          #actions input.email,
          #actions input.text {
            float: left;
            margin-top: 3px;
            padding: 4px 1px 3px;
            width: 100px;
            height: 16px;
            border: 1px solid #c1c1c1;
            border-right: 0;
            color: #734b49;
          }
          #actions .submit { margin-top: 3px;}
          #actions input.text {
            width: 106px;
            background-color: #fff;
          }

          #actions li { clear: left; }
          #actions #auxmenu a {
            border: 0;
            padding-left: 0;
          }
          #actions .rss a {
            background-position: right 0;
            padding-right: 20px;
          }
    #jobads .tableinfo {
      margin-bottom: 20px;
      padding: 5px 2px;
      text-align: right;
      border: 1px solid #dedede;
      border-width: 1px 0;
      font-family: 'Arial';
      font-size: 12px;
      font-weight: bold;
    }
      #jobads .amount {
        float: left;
        line-height: 30px;
      }
      #jobads select {
        padding: 4px 4px 3px;
        border: 1px solid #c1c1c1;
        font-family: 'Verdana';
        font-size: 12px;
        color: #734b49;
      }
    #jobads table {
      clear: both;
      width: 100%;
      text-align: left;
    }
      #jobads th {
        vertical-align: top;
        font-family: 'Arial';
        font-size: 13px;
        font-weight: bold;
        padding: 0 2px 3px;
        border-bottom: 1px dashed #cdcdcd;
      }
      #jobads th.job { width: 140px; }
      #jobads th.deadline { width: 100px; }
      #jobads .title td {
        padding: 5px 2px 0;
        font-family: 'Arial';
        font-size: 17px;
      }
      #jobads .body td {
        vertical-align: top;
        padding: 0 2px 5px;
        font-family: 'Arial';
        font-size: 13px;
        border-bottom: 1px dashed #cdcdcd;
      }
    #content #jobad h1 {
      font-size: 27px;
      font-weight: normal;
    }
    #content #jobad h2 {
      font-size: 18px;
      margin-bottom: 8px;
    }
    #jobad h2 span { display: block; }
    #jobad .readmore {
      display: block;
      padding: 2px 4px;
      background: #f2f2f2;
      font-family: 'Verdana';
      font-size: 11px;
      border: 1px solid #dedede;
      color: #333;
      clear: both;
    }
    #jobad .company {
      float: right;
      width: 174px;
      border: 1px dashed #c0c0c0;
      padding: 6px 6px 3px;
      margin: 10px 0 10px 10px;
      font-family: 'Verdana';
      font-size: 11px;
      line-height: 2em;
    }
      #jobad .company .contact {
        border-top: 1px dashed #c0c0c0;
        padding-top: 3px;
        margin-top: 5px;
      }
      #jobad .company a { text-decoration: underline; }
      #jobad .company a:hover { text-decoration: none; }
    #jobad .body { margin: 0; }

  #quiz h1 { margin-bottom: 10px; }
  #quiz .item h2 { font-size: 15px; }
  #quiz .questions h2 { font-size: 18px; }
  #quiz h3 { font-size: 18px; }
  #quiz .questions { font-size: 12px; }
    #quiz .questions li {
      overflow: hidden;
      margin: 15px 0;
    }
    #quiz .questions li li {
      margin: 2px 0;
      padding: 3px 0;
    }
    #quiz .questions ul {
      float: left;
      width: 230px;
    }
      #quiz .questions img {
        border: 1px solid #444;
        margin: 0 5px 5px 0;
        float: left;
      }
  #quiz .item {
    margin-bottom: 9px;
    padding-bottom: 9px;
    border-bottom: 1px dashed #cdcdcd;
  }
    #quiz .score li {
      padding: 0 5px 5px 20px;
      background: url(hfk.png) no-repeat 0 1px;
      font-size: 12px;
      line-height: 20px;
    }
    #quiz .score li.correct { background-image: url(../gfx/icon16/inactivecorrect.png); }
    #quiz .score li.youre.wrong { background-image: url(../gfx/icon16/wrong.png); }
    #quiz .score li.youre.correct { background-image: url(../gfx/icon16/correct.png); }
  #quiz .prevnext { clear: both; }
  #quiz .submit {
    display: block !important;
    float: left;
    padding: 3px 5px 4px 4px;
    height: 23px;
    width: auto !important;
    text-align: center !important;
    font-size: 10px !important;
    font-weight: bold !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    color: #777;
    background: url(../gfx/bg_submit.png) repeat-x 0 0 !important;
    border: 1px solid #c1c1c1 !important;
    cursor: pointer;
  }
  #quiz .comments .submit {
    height: 13px !important;
    padding: 6px 5px 4px 4px !important;
  }
  #quiz .prevnext .prev { margin-right: 5px; }
  #quiz .gform .wrong input { border: 1px solid #ba0001; }
  #quiz .gform h3 {
    font-size: 16px;
    margin-bottom: 6px;
  }
    #quiz .gform ul.alert {
      font-size: 12px;
      color: #ba0001;
      margin-bottom: 10px;
    }
  #quiz .gform .submit { float: right; }

#footer {
  clear: both;
  overflow: hidden;
  padding: 15px 13px 12px;
  background: url(../gfx/bg_footer.png) no-repeat 0 0;
  font-size: 9px;
  color: #333;
}
  #footer dl { text-align: center; }
  #footer #staff {
    float: left;
    margin-left: 10px;
  }
  #footer #firm {
    float: right;
    margin-right: 15px;
  }
    #footer dt,
    #footer dd,
    #footer address { display: inline; }
    #footer dt { margin-left: 5px; }
    #footer dd { margin-right: 5px; }
      #footer a {
        text-decoration: underline;
        color: #333;
      }
      #footer a:hover { text-decoration: none; }
      #footer address { font-style: normal; }

#adrow .banner.pos1 {
  float: left;
  padding-right: 9px;
  background: url(../gfx/bg_banner_rowl.png) no-repeat right 0;
}
#adrow .banner.pos2 {
  float: right;
  padding-left: 9px;
  background: url(../gfx/bg_banner_rowr.png) no-repeat left 0;
}

#adcol h4 {
  display: block;
  margin-bottom: 4px;
  padding: 4px 0 0 24px;
  height: 16px;
  font-family: 'Arial';
  font-size: 11px;
  text-transform: uppercase;
  color: #fff;
  background: #dc3932 url(../gfx/bg_hfk.png) no-repeat 0 center;
}
#adcol .item { margin-bottom: 10px; }
  #adcol .jobads {
    font-family: 'Arial';
    font-size: 12px;
  }
    #adcol .jobads li {
      padding: 5px 2px;
      border-bottom: 1px solid #bbb;
    }
      #adcol .jobads a { display: block; }
      #adcol .jobads span { font-size: 10px; }
    #adcol .jobads .readmore {
      text-decoration: underline;
      padding: 4px;
      text-align: right;
    }
    #adcol .jobads .readmore:hover { text-decoration: none; }
#adcol .banner { margin-bottom: 10px; }
#adcol .banner.pos1 {
  background: url(../gfx/bg_banner_col.png) no-repeat 0 0;
  padding-top: 9px;
}

/**/
.spacer {
  clear: both;
  float: none;
  height: 1px;
  line-height: 1px;
  font-size: 1px;
  background: none;
}

