/* 
Modified version of "http://search.cpan.org/s/style.css".

Qualify all rules with .pod so that the rules here won't interfere
with other contents when this stylesheet is used with them.
*/

.pod * {
  font-family: verdana, arial,sans-serif;
}

.pod BODY, 
.pod .logo { background: white; }

.pod BODY {
  color: black;
  font-family: verdana, arial,sans-serif;
  margin: 0;
  padding: 1ex;
}

.pod TABLE {
  border-collapse: collapse;
  border-spacing: 0;
  border-width: 0;
  color: inherit;
}

.pod IMG { border: 0; }
.pod FORM { margin: 0; }
.pod input { margin: 2px; }

.pod .logo {
  float: left;
  width: 264px;
  height: 77px;
}

.pod .front .logo  {
  float: none;
  display:block;
}

.pod .front .searchbox  {
  margin: 2ex auto;
  text-align: center;
}

.pod .front .menubar {
  text-align: center;
}

.pod .menubar {
  background: #006699;
  margin: 1ex 0;
  padding: 1px;
} 

.pod .menubar A {
  padding: 0.8ex;
  font: bold 10pt Arial,Helvetica,sans-serif;
}

.pod .menubar A:link, .menubar A:visited {
  color: white;
  text-decoration: none;
}

.pod .menubar A:hover {
  color: #ff6600;
  text-decoration: underline;
}

.pod A:link, A:visited {
  background: transparent;
  color: #006699;
}

.pod A[href="#POD_ERRORS"] {
  background: transparent;
  color: #FF0000;
}

.pod TD {
  margin: 0;
  padding: 0;
}

.pod DIV {
  border-width: 0;
}

.pod DT {
  margin-top: 1em;
}

.pod .credits TD {
  padding: 0.5ex 2ex;
}

.pod .huge {
  font-size: 32pt;
}

.pod .s {
  background: #dddddd;
  color: inherit;
}

.pod .s TD, .r TD {
  padding: 0.2ex 1ex;
  vertical-align: baseline;
}

.pod TH {
  background: #bbbbbb;
  color: inherit;
  padding: 0.4ex 1ex;
  text-align: left;
}

.pod TH A:link, TH A:visited {
  background: transparent;
  color: black;
}

.pod .box {
  border: 1px solid #006699;
  margin: 1ex 0;
  padding: 0;
}

.pod .distfiles TD {
  padding: 0 2ex 0 0;
  vertical-align: baseline;
}

.pod .manifest TD {
  padding: 0 1ex;
  vertical-align: top;
}

.pod .l1 {
  font-weight: bold;
}

.pod .l2 {
  font-weight: normal;
}

.pod .t1, 
.pod .t2, 
.pod .t3, 
.pod .t4, 
.pod .t5  {
  background: #006699;
  color: white;
}
.pod .t4 {
  padding: 0.2ex 0.4ex;
}
.pod .t1, 
.pod .t2, 
.pod .t3  {
  padding: 0.5ex 1ex;
}

/* IE does not support  .box>.t1  Grrr */
.pod .box .t1, 
.pod .box .t2, 
.pod .box .t3, 
.pod .box .t5 {
  margin: 0;
}

.pod .t1 {
  font-size: 1.4em;
  font-weight: bold;
  text-align: center;
}

.pod .t2 {
  font-size: 1.0em;
  font-weight: bold;
  text-align: left;
}

.pod .t3 {
  font-size: 1.0em;
  font-weight: normal;
  text-align: left;
}

.pod .t5 {
  font-size: 0.8em;
  font-weight: normal;
  text-align: center;
}

/* width: 100%; border: 0.1px solid #FFFFFF; */ /* NN4 hack */

.pod .datecell {
  text-align: center;
  width: 17em;
}

.pod .cell {
  padding: 0.2ex 1ex;
  text-align: left;
}

.pod .label {
  background: #aaaaaa;
  color: black;
  font-weight: bold;
  padding: 0.2ex 1ex;
  text-align: right;
  white-space: nowrap;
  vertical-align: baseline;
}

.pod .categories {
  border-bottom: 3px double #006699;
  margin-bottom: 1ex;
  padding-bottom: 3ex;
  padding-top: 2ex;
}

.pod .categories TABLE {
  margin: auto;
}

.pod .categories TD {
  padding: 0.5ex 1ex;
  vertical-align: baseline;
}

.pod .path A {
  background: transparent;
  color: #006699;
  font-weight: bold;
}

.pod .pages {
  background: #dddddd;
  color: #006699;
  padding: 0.2ex 0.4ex;
}

.pod .path {
  background: #dddddd;
  border-bottom: 1px solid #006699;
  color: #006699;
 /*  font-size: 1.4em;*/
  margin: 1ex 0;
  padding: 0.5ex 1ex;
}

.pod .menubar TD {
  background: #006699;
  color: white;
}

.pod .menubar {
  background: #006699;
  color: white;
  margin: 1ex 0;
  padding: 1px;
}

.pod .menubar .links     {
  background: transparent;
  color: white;
  padding: 0.2ex;
  text-align: left;
}

.pod .menubar .searchbar {
  background: black;
  color: black;
  margin: 0px;
  padding: 2px;
  text-align: right;
}

.pod A.m:link, 
.pod A.m:visited {
  background: #006699;
  color: white;
  font: bold 10pt Arial,Helvetica,sans-serif;
  text-decoration: none;
}

.pod A.o:link, 
.pod A.o:visited {
  background: #006699;
  color: #ccffcc;
  font: bold 10pt Arial,Helvetica,sans-serif;
  text-decoration: none;
}

.pod A.o:hover {
  background: transparent;
  color: #ff6600;
  text-decoration: underline;
}

.pod A.m:hover {
  background: transparent;
  color: #ff6600;
  text-decoration: underline;
}

.pod table.dlsip     {
  background: #dddddd;
  border: 0.4ex solid #dddddd;
}

.pod PRE     {
  background: #eeeeee;
  border: 1px solid #888888;
  color: black;
  padding: 1em;
  white-space: pre;

  /*BL - Indent the block of <pre>-text to have it stands apart from
         the text before and after. */
  margin-left: 2em;

  /*BL - Prevent horizontal scrolling of the browser window. */
  overflow-x: scroll;
}

@media print {
    .pod PRE {
      border: 0;

      /*BL - Contents between the <pre>-block and the paper boder will
             be visible. But those beyond the paper border will still
             get truncated. */
      overflow-x: visible;
    }
}

.pod H1      {
  background: transparent;
  color: #006699;
  font-size: large;
}

.pod H1 A { text-decoration: none; }
.pod H2 A { text-decoration: none; }
.pod H3 A { text-decoration: none; }
.pod H4 A { text-decoration: none; }

.pod H2      {
  background: transparent;
  color: #006699;
  font-size: medium;
}

.pod H3      {
  background: transparent;
  color: #006699;
  font-size: medium;
  font-style: italic;
}

.pod H4      {
  background: transparent;
  color: #006699;
  font-size: medium;
  font-weight: normal;
}

.pod IMG     {
  vertical-align: top;
}

/*BL - Pod::Simple::HTML uses the class name "indexgroup", instead of "toc". */
/*.pod .toc A {*/
.pod .indexgroup A  {
  text-decoration: none;
}

.pod li {
    margin-top: 1em;
}

/*BL - Pod::Simple::HTML uses the class name "indexgroup", instead of "toc". */
/*.pod .toc LI {*/
.pod .indexgroup LI {
  line-height: 1.2em;
  list-style-type: none;
}

.pod .faq DT {
  font-size: 1.4em;
  font-weight: bold;
}

.pod .chmenu {
  background: black;
  color: red;
  font: bold 1.1em Arial,Helvetica,sans-serif;
  margin: 1ex auto;
  padding: 0.5ex;
}

.pod .chmenu TD {
  padding: 0.2ex 1ex;
}

.pod .chmenu A:link, 
.pod .chmenu A:visited  {
  background: transparent;
  color: white;
  text-decoration: none;
}

.pod .chmenu A:hover {
  background: transparent;
  color: #ff6600;
  text-decoration: underline;
}

.pod .column {
  padding: 0.5ex 1ex;
  vertical-align: top;
}

.pod .datebar {
  margin: auto;
  width: 14em;
}

.pod .date {
  background: transparent;
  color: #008000;
}

.pod .footer {
  margin-top: 1ex;
  text-align: right;
  color: #006699;
  font-size: x-small;
  border-top: 1px solid #006699;
  line-height: 120%;
}

.pod .front .footer {
  border-top: none;
}

.pod #permalink {
  float: right
}

.pod #permalink A {
  font-size: small;
}

.pod .sr {
  font-size: inherit;
  margin: 0;
}

.pod .cpanstats {
  float: left;
  text-align: left;
  color: #bbb;
  white-space: pre;
}

.pod form.tool {
  margin: 1ex;
}

