/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.2.0
*/
/*reset.css*/body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;}
/*fonts.css*/body{font:13px arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}select, input, textarea {font:99% arial,helvetica,clean,sans-serif;}pre, code {font:115% monospace;*font-size:100%;}body * {line-height:1.22em;}
/*grids.css*/body{text-align:center;}#ft{clear:both;}#doc,#doc2,#doc3,.yui-t1,.yui-t2,.yui-t3,.yui-t4,.yui-t5,.yui-t6,.yui-t7{margin:auto;text-align:left;width:57.69em;*width:56.3em;min-width:750px;}#doc2{width:73.074em;*width:71.313em;min-width:950px;}#doc3{margin:auto 10px;width:auto;}.yui-b{position:relative;}.yui-b{_position:static;}#yui-main .yui-b{position:static;}#yui-main{width:100%;}.yui-t1 #yui-main,.yui-t2 #yui-main,.yui-t3 #yui-main{float:right;margin-left:-25em;}.yui-t4 #yui-main,.yui-t5 #yui-main,.yui-t6 #yui-main{float:left;margin-right:-25em;}.yui-t1 .yui-b{float:left;width:12.3207em;*width:12.0106em;}.yui-t1 #yui-main .yui-b{margin-left:13.3207em;*margin-left:13.0106em;}.yui-t2 .yui-b{float:left;width:13.8456em;*width:13.512em;}.yui-t2 #yui-main .yui-b{margin-left:14.8456em;*margin-left:14.512em;}.yui-t3 .yui-b{float:left;width:23.0759em;*width:22.52em;}.yui-t3 #yui-main .yui-b{margin-left:24.0759em;*margin-left:23.52em;}.yui-t4 .yui-b{float:right;width:13.8456em;*width:13.512em;}.yui-t4 #yui-main .yui-b{margin-right:14.8456em;*margin-right:14.512em;}.yui-t5 .yui-b{float:right;width:18.4608em;*width:18.016em;}.yui-t5 #yui-main .yui-b{margin-right:19.4608em;*margin-right:19.016em;}.yui-t6 .yui-b{float:right;width:23.0759em;*width:22.52em;}.yui-t6 #yui-main .yui-b{margin-right:24.0759em;*margin-right:23.52em;}.yui-t7 #yui-main .yui-b{display:block;margin:0 0 1em 0;}#yui-main .yui-b{float:none;width:auto;}.yui-g .yui-u,.yui-g .yui-g,.yui-gc .yui-u,.yui-gc .yui-g .yui-u,.yui-ge .yui-u,.yui-gf .yui-u{float:right;display:inline;}.yui-g div.first,.yui-gc div.first,.yui-gc div.first div.first,.yui-gd div.first,.yui-ge div.first,.yui-gf div.first{float:left;}.yui-g .yui-u,.yui-g .yui-g{width:49.1%;}.yui-g .yui-g .yui-u,.yui-gc .yui-g .yui-u{width:48.1%;}.yui-gb .yui-u,.yui-gc .yui-u,.yui-gd .yui-u{float:left;margin-left:2%;*margin-left:1.895%;width:32%;}.yui-gb div.first,.yui-gc div.first,.yui-gd div.first{margin-left:0;}.yui-gc div.first,.yui-gd .yui-u{width:66%;}.yui-gd div.first{width:32%;}.yui-ge .yui-u{width:24%;}.yui-ge div.first,.yui-gf .yui-u{width:74.2%;}.yui-gf div.first{width:24%;}.yui-ge div.first{width:74.2%;}#bd:after,.yui-g:after,.yui-gb:after,.yui-gc:after,.yui-gd:after,.yui-ge:after,.yui-gf:after{content:".";display:block;height:0;clear:both;visibility:hidden;}#bd,.yui-g,.yui-gb,.yui-gc,.yui-gd,.yui-ge,.yui-gf{zoom:1;}

/**
 * Copyright (c) 1999-2009. PaperCut Software International Pty Ltd. All rights reserved.
 *
 * Colours:
 * #46526C - blue/grey
 * #ABC - mid blue/grey
 * #E7E8EC - light blue/grey
 * #333 - dark grey
 * #444 - mid grey (default text)
 * #777 - light grey (unimportant text)
 * #063 - dark green
 * #318458 - mid green
 * #7A8 - light green
 * #BDC - very light green
 * #FFF - white
 * #D7D78C - fawn
 */
body {
  font-family: verdana,arial,helvetica,clean,sans-serif;
  color: #444;
  }

#main {
  width: 750px;
  }

a {
  }
  a:link,
  a:visited,
  a:active {
    color: #318458;
    text-decoration: underline;
    }
  a:hover {
    color: #7A8;
    text-decoration: none;
    }
  a img {
    text-decoration: none;
    }

a.nostyle {
  color: inherit;
  text-decoration: inherit;
}

h1 {
  margin-bottom: 1em;
  font-size: 1.5em;
  font-weight: bold;
  }

h1.page-title {
  margin-bottom: 0.2em;
  font-size: 1.9em;
  color: #063; 
  }

h2 {
  margin: 1em 0 0.8em 0;
  font-size: 1.3em;
  font-weight: bold;
  }

h2.page-subtitle {
  margin-left: 2em;
  font-size: 0.9em;
  font-weight: normal;
  letter-spacing: -0.5px;
  color: #063;
  }

h3 {
  margin: 0.6em 0 0.6em 0;
  font-size: 1.1em;
  font-weight: bold;
  }

h4 {
  font-weight: bold;
  }

h1:target,
h2:target,
h3:target,
h4:target {
  color: #F00;
  }

hr {
  margin: 2em 0 1em 0;
  }

img {
  border: none;
  }

p {
  margin: 0.7em 0 0.7em 0;
  text-align: justify;
  }

dt {
  font-weight: bold;
  }
dd {
  margin: 0 0 0.4em 2em;
  }

em {
  font-style: italic;
  }

strong {
  font-weight: bold;
  }

table {
  }
  th {
    font-size: 1.1em;
    }
  /* hack to increase specificity */
  body table th.blank {
    height: 1em;
    border: none;
    background-color: #FFF;
    }

table.align-top td {
  vertical-align: top;
  }

table.centered {
  text-align: center;
  margin: auto;
  }

/* fancy table - standout header, coloured rows */
table.fancy {
  width: 41em;
  border: none;
  margin-bottom: 2em;
  padding: 0;
  }
  table.fancy tr.odd {
    background-color: #FFF;
    }
  table.fancy tr.even {
    background-color: #E7E8EC;
    }
    table.fancy th {
      border: solid 1px #46526C;
      padding: 0.2em 0.5em 0.2em 0.5em;
      text-align: center;
      font-weight: bold;
      color: #FFF;
      background-color: #46526C;
      }
      table.fancy th.subheading {
        color: #FFF;
        background-color: #000;
        text-align: center;
        font-weight: bold;
        }
      table.fancy th a {
        text-decoration: none;
        color: #FFF;
        }
    table.fancy tr.odd th,
    table.fancy tr.even th {
      text-align: left;
      vertical-align: top;
      }
    table.fancy td {
      border: solid 1px #A0A0A0;
      padding: 0.5em;
      }
    table.fancy td.category {
      font-weight: bold;
      }
    table.fancy ul {
      margin-left: 0;
      }

/* pricing table */
table.pricing {
  text-align: center;
  }
  table.pricing th.users {
    width: 10em;
    }
  table.pricing th.print-mod {
    width: 11em;
    }
  table.pricing th.net-mod {
    width: 11em;
    }
  table.pricing th.print-net-mods {
    width: 11em;
    }
  table.pricing th.buy {
    width: 8em;
    }
  table.pricing td {
    padding: 8px;
    }
    table.pricing td p {
      text-align: center;
      }
  a.buy:link,
  a.buy:visited,
  a.buy:active,
  a.buy:hover {
    color: #333;
    text-decoration: underline;
    }
  .gst {
    font-weight: normal;
    font-size: 10px;
    }

ul {
  margin-left: 1em;
  }
  ul li {
    list-style-type: disc;
    margin: 0.4em 0 0.4em 2em;
    padding: 0;
    text-align: justify;
    }
  ul.more-info {
    margin-left: 20px;
    }
    ul.more-info li {
      list-style: none;
    }
  ul.indent-only {
    }
    ul.indent-only li {
      list-style-type: none;
      }
  ul.nostyle {
    }
    ul.nostyle li {
      list-style-type: none;
      margin-left: 0;
      }

ol {
  }
  ol li {
    list-style-type: decimal;
    margin-left: 3em;
  }

/* lists that should be spaced wider */
ul.separated li,
ol.separated li {
  margin-top: 1em;
  margin-bottom: 1em;
  }

/* List using the printer icon */
ul.printers {
  list-style-image: url(/images/icons/printer-16.png);
  margin: 1em 0 1em 2em;
  }
  ul.printers li {
    margin-bottom: 1em;
    padding-left: 0.2em;
    font-size: 0.9em;
    }

/* green arrow, pointing down */
ul.green-arrow {
  list-style-image: url(/images/icons/arrow_down_green.png);
  margin-bottom: 4em;
  }

#hd {
  height: 100px;
  color: #FFF;
  background: #063 url(/images/layout/header-bg.png) repeat-x bottom left;
  }
  #hd a {
    color: #FFF;
    }
  #hd #top-bar {
    display: block;
    height: 0px;
    margin-bottom: 0em;
    overflow: hidden;
    padding: 0;
    }
  #hd .logo {
    float: left;
    padding: 0 0 0 20px;
    font-size: 40px;
    }
  #hd .logo img {
    behavior: url(/css/pngHack/pngHack.htc);
    }
  #hd .breadcrumb {
    position: absolute;
    top: 70px;
    left: 3em;
    color: #FFF;
    letter-spacing: .05em;
    }
    .breadcrumb a,
    .breadcrumb a:hover,
    .breadcrumb a:visited,
    .breadcrumb a:active {
      color: #FFF;
      }
    .breadcrumb a:hover {
      text-decoration: none;
      }

#bd {
  margin-top: 0.5em;
  }

#sidebar {
  margin-right: 2em;
  }
  #sidebar .top {
    height: 10px;
    background: #D7D78C url(/images/layout/sidebar-bg-top.png) no-repeat top right;
    }
  #sidebar .bottom {
    height: 10px;
    background: #D7D78C url(/images/layout/sidebar-bg-bottom.png) no-repeat bottom right;
    }
  #sidebar .content {
    background: #D7D78C url(/images/layout/sidebar-bg-middle.png) repeat-y top right;
    padding: 0.4em 1em 0.4em 0.6em;
    }
    #sidebar .content h1 {
      margin: 0 0 0.6em 0;
      font-size: 0.9em;
      }
    #sidebar .content ul {
      margin: 0 0 1.9em 0;
      padding: 0;
      font-size: 0.75em;
      }
      #sidebar .content li {
        list-style-type: none;
        margin: 0 0 0.8em 0;
        padding: 0 0 0 0.6em;
        color: #318458;
        font-weight: bold;
        }

.sidebar-bg {
  position: absolute;
  right: 0;
  }

#ft {
  margin: 3em 0 0 0;
  padding: 0 1em 1em 1em;
  background: url(/images/layout/footer-bg.png) #F0F0F0 left top repeat-x;
  clear: both;
  text-align: right;
  font-size: 0.85em;
  color: #AAAAAA;
  }
  #ft .navigation {
    text-align: right;
    margin: 0 6em 0 0;
    padding: 2em 0 1em 0;
    letter-spacing: 1px;
    list-style-type: none;
    }
    #ft .navigation li {
      display: inline;
      font-size: 1.2em;
      }
      #ft .navigation li a {
        padding: 0.5em;
        text-decoration: none;
        color: #7A8;
        }
        #ft .navigation li a:hover {
          background: #063;
          color: #FFF;
        }
  #ft #top-link {
    margin-bottom: 0.5em;
    }
  #ft #copyright {
    }

/* icon sizing */
img.icon,
img.icon16,
img.icon24,
img.icon32,
img.icon64 {
  behavior: url(/css/pngHack/pngHack.htc);
  }
img.icon16 {
  width: 16px;
  height: 16px;
  }
img.icon24 {
  width: 24px;
  height: 24px;
  }
img.icon32 {
  width: 32px;
  height: 32px;
  }
img.icon64 {
  width: 64px;
  height: 64px;
  }

/* Remove border around edge */
#doc3 {
  margin: auto;
  }

.border {
  border: solid 1px black;
  }

.brand {
  font-weight: bold;
  }

.caption {
  text-align: center;
  font-size: 0.8em;
  font-style: italic;
  }

.quote {
  font-size: 0.9em;
  font-style: italic;
  }

.cornerInset {
  min-height: 60px;
  margin: 0 0 2em 0;
  padding: 1em 0 0 1em;
  clear: both;
  background: transparent url(/images/layout/corner-inset.jpg) no-repeat scroll left top;
}

.news {
  max-width: 400px;
  border: 1px solid #000;
  margin: 1em 0 2em 0;
  padding: 0.4em;
  text-align: left;
  font-size: 0.9em;
  background-color: #FFFFD9;
  }
  .news .title {
    margin: 0 0 0.5em 0;
    font-size: 1.1em;
    font-weight: bold;
  }
  .news ul {
    list-style-image: url(/images/bullet2.gif);
    margin: 0;
    padding: 0 0 0 14px;
    }
    .news li {
      color: #063;
      }
  .news .more {
    text-align: right;
    }

.footnote {
  font-size: 0.8em;
  font-weight: normal;
  }

.indented {
  margin-left: 2em;
  }

/* for displaying a picture / screenshot - add margin so it's not too close to text */
img.pic {
  margin: 1.5em;
  }
/* box for a picture / screenshot with a caption */
div.pic {
  margin: 1.5em;
  text-align: center;
  }
  .pic .title {
    font-size: 1.2em;
    font-weight: bold;
    }
  .pic.left {
    float: left;
    }
  .pic.right {
    float: right;
    }

.thumbnail-150,
.thumbnail-250 {
  float: right;
  margin-left: 1em;
  }
.thumbnail-150 {
  width: 150px;
  }
.thumbnail-250 {
  width: 250px;
  }
a.thumbnail-150,
a.thumbnail-250 {
  text-decoration: none;
  }

.smaller {
  font-size: 10px;
  }

.box {
  max-width: 500px;
  border: solid 1px #000;
  margin-left: auto;
  margin-right: auto;
  padding: 1em;
  font-style: italic;
  background-color: #FFFFD9;
}

a.footnote-link {
  font-weight: bold;
  text-decoration: none;
  }

.footnote:target {
  color: red;
  }


/** -- PAGE SPECIFIC -------------------------------------------------------- */
/* testimonials */
.testimonial {
  margin: 1em 0 2em 1em;
  background-image: url(/images/logos/papercut-logo-32x32.gif);
  background-repeat: no-repeat;
  background-position: top left;
  }
  .testimonial .text {
    font-size: 1.1em;
    margin: 0.5em 0 1em 50px;
    font-style: italic;
    }
  .testimonial .name {
    font-size: 1.1em;
    font-weight: bold;
    text-align: right;
    }

/* old tour styles, still used for ChargeBack and MF */
.tour-nav {
  width: 100%;
  }
  .tour-nav a {

  }
  .tour-nav img {
    margin: 0 0.1em 0 0.1em;
    }
  .tour-nav-up {
    text-align: center;
    }
  .tour-nav-left-cell {
    width: 25%;
    text-align: left;
    }
  .tour-nav-centre-cell {
    width: 50%;
    text-align: center;
    }
    .tour-nav-title {
      font-size: 160%;
    }
  .tour-nav-right-cell {
    width: 25%;
    text-align: right;
    }
  .tour-nav-left-cell a,
  .tour-nav-right-cell a {
    text-decoration: none;
    }
  .report-list {
    width: 100%;
    }
    .report-list td {
      vertical-align: top;
      padding: 0 1em 1em 1em;
      text-align: center;
      }
      .report-category {
        font-size: 120%;
        font-weight: bold;
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;
        margin: 20px 0 20px 0;
        padding: 4px;
        }
      .report-title {
        font-weight: bold;
        }
      .report-features {
        padding: 0 0 0 10px;
        text-align: justify;
        }
        .report-features li {
          margin: 0;
        }
    .report-list td:target .report-title {
      color: #F00;
    }

/* about page */
.profileBody {
  width: 400px;
  margin-left: 10px;
}

.profileBody P {
  margin-left: 10px;
}

.profileName {
  font-size: 16px;
  font-weight: bold;
  margin: 1em 0 0 0;
}

.profileTitle {
  font-size: 10px;
  font-weight: bold;
  color: #999;
  border-bottom: 2px dotted #999;
  margin: 0 0 0.5em 0;
  padding: 0 0 0.5em 0;
}

/* feature table - ticks */
table.features {
  margin: auto;
  }
  table.features .yes {
    background-image: url(/images/icons/check2-16.png);
    background-repeat: no-repeat;
    background-position: center center;
   }
  table.features .yes a {
    padding: 6px 30px 6px 30px;
    text-decoration: none;
    }
  table.features .no {
    }
  table.features .optional {
    font-size: 0.8em;
    text-align: center;
    }
    table.features .optional a {
      text-decoration: none;
      }
  table.features .basic {
    font-size: 0.8em;
    text-align: center;
    }
  table.features img {
    behavior: url(/css/pngHack/pngHack.htc);
    width: 16px;
    height: 16px;
    }

/* release history */
.release {
  margin: 3em 0 2em 0;
  }
  .release-date {
    font-size: 1.3em;
    font-weight: bold;
    }
  .release-changes {}
  .release-category {
    font-weight: bold;
    font-style: italic;
    }

/* FAQ */
.faq-q {
  font-weight: bold;
  margin-left: 20px;
  }
  .faq-q:target {
    color: red;
    }
.faq-a {
  margin-left: 4em;
  }
  .faq-q a {
    font-weight: normal;
    }
  .faq-a li {
    margin-left: 2em;
    }

/* News insert */
p.newsDate {
  font-weight: bold;
  }
h2.newsHeading {
  font-size: 13pt;
  }
div.newsBody {
  margin-left: 40px;
  }
div.newsSig {
  font-weight: bold;
  margin-top: 25px;
  margin-bottom: 25px;
  }
hr.newsBreak {
  margin-bottom: 2em;
  }

hr.clear {
  clear: both;
  border: none;
  margin: 0;
  color: #FFF;
  }

.clear {
  clear: both;
  }

/* Resellers table */
table.resellers {
  width: 100%;
  }
  table.resellers .country {
    height: 1em;
    background-color: #000;
    text-align: left;
    padding-left: 1em;
    font-weight: bold;
    }
    table.resellers .country img {
      vertical-align: middle;
      }
  table.resellers .reseller-type {
    padding-left: 40px;
    background-color: #444;
    font-size: 0.9em;
    text-align: left;
    }
    table.resellers .reseller-type.asc {
      background-color: #063;
      }
    table.resellers .reseller-type.var {
      background-color: #318458;
      }

table.hardware {
  width: 100%;
  }
  table.hardware td.name {
    width: 140px;
    font-weight: bold;
    text-align: center;
    }
