/* CSS placed here will affect users of the Monobook skin */ 
/* inserted by lbarboza.. April 20,2009  */ 
.pedigree_main-logo {
   position: absolute;
   right: 10px;
   top: 10px;
   padding: 10px;
}

.pedigree_doctoc {
   margin-left: 5em;
   font-style: italic;
   background-image:url('toc.jpg');
   background-repeat:no-repeat;
   background-position:right; 
}

li.pedigree_tiny {
   list-style-type: square;
   margin: 0;
   margin-botton: 0.5em;
   list-style-image: none;
}

.pedigree_question {
   color:#cc0033;
}

.pedigree_faq {
   background-color:#afeeee;
}

p.pedigree_subtitle {
   border-bottom-style: inset;
   background-color:wheat;
   margin-left:  1em;
   margin-right: 3em;
}

div.pedigree_subtitle {
   border-bottom-style: inset;
   background-color:wheat;
   margin-left:  1em;
   margin-right: 3em;
}

.pedigree_reference {
   font-style: italic;
   font-size: 80%;
   color: grey;
   margin-left: 1em;
   margin-right: 1em;
}

.pedigree_address { font-size: 5pt; margin-right:1em }

.pedigree_motto {
   text-align: right;
   font-style: italic;
   font-size: 10pt;
}
.pedigree_motto-signature {
   text-align: right;
   font-style: normal;
   font-size: 8pt;
}

div.pedigree_figure, div.pedigree_figure-wider, div.pedigree_figure-picker, div.pedigree_figure-nhood, div.pedigree_figure-lr {
  float: left;
  width: 25%;
  border: thin silver solid;
  margin: 0.5em;
  padding: 0.5em;
}
div.pedigree_figure p, div.pedigree_figure-wider p, div.pedigree_figure-picker p, div.pedigree_figure-nhood p, div.pedigree_figure-lr p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}
div.pedigree_figure-wider {
  width: 40%;
}
div.pedigree_figure-picker {
  height: 250px;
}
div.pedigree_figure-nhood {
  height: 100px;
}
div.pedigree_figure-lr {
  width: 400px;
}

.pedigree_cp-derivative {
   color: #FF9900;
}
.pedigree_cp-generative {
   color: #00CC00;
}
.pedigree_cp-maintenance {
   color: #663300;
}
.pedigree_smaller {
   font-size: 80%;
}

dt.pedigree_action-name {
   font-weight: bold;
   font-size: 85%;
}
dd.pedigree_action-body {
   font-size: 85%;
}

#param-table th {
   background-color: lightgray;
}

td.pedigree_pname {
   font-weight: bolder;
   font-size: 90%;
}

dt.pedigree_subtitle {
   font-weight: bold;
   font-size: 85%;
   text-decoration: underline;
}

/*
   ---------------------------------
   what is below is not really used;
   will be later removed
   ---------------------------------
*/



.pedigree_highlight {
     font-weight: bold;
     color: #331133;
   }
.pedigree_shout {
     background-color: yellow;
   }

.pedigree_toc {
     border: none;
     padding: 5px;
     background-color:#afeeee;
     color: navy;
   }

.pedigree_indent {
     margin-left: 5em;
   }
.pedigree_note {
     font-style: italic;
     padding-left: 5em;
     margin: 1em;
   }
.pedigree_rnote {
     text-align: right;
     font-style: italic;
     padding-left: 5em;
     margin-bottom: 1em;
     font-size: 10pt;
   }
.pedigree_timestamp {
     text-align: right;
   }
pre.pedigree_script {
     padding-left: 5px;
     background-color: white;
     color: navy;
   }
pre.pedigree_code {
     border: ridge;
     padding: 5px;
     margin-left: 5em;
     margin-right: 5em;
     background-color:#FFFF99;
     color: navy;
   }
pre.pedigree_smallercode {
     border: ridge;
     padding: 5px;
     margin-left: 5em;
     margin-right: 5em;
     background-color:#FFFF99;
     color: navy;
     font-size: 8pt;
   }
pre.pedigree_verysmallcode {
     border: ridge;
     padding: 5px;
     margin-left: 5em;
     margin-right: 5em;
     background-color:#FFFF99;
     color: navy;
     font-size: 6pt;
   }

.pedigree_smalltitle {
     font-style: italic;
     font-size: 9pt;
     color: blue;
     text-align: center;
   }


/* suppress display of default page title */<br> 

/* .firstHeading {display:none;}*/