/* dynaXML CONTENT stylesheet for TEI */

@import url("content.css");

/* DIVS */

DIV.content {
/*background-image:url('/xtf/icons/siebert/vr.10dots.jpg'); 
background-repeat:repeat-y;
background-position:right;*/
margin-top: 15px;
margin-left: 50px;
margin-right: 50px;
font-size: 110%;
/* 110% bumps font-size back up from global.css which did the following:*/
/* html { font-size:100.01%;}*/
/* body { font-size:small;} - this for alla text surrounding the div.content*/

/*TEST*/
/*ADDED 7/12/10 - word-spacing  and line-height to try to solve the post <pb> spacing issue.*/
/*word-spacing: .1em;*/
line-height: 1.3em;
}

DIV.pdfcontent {
margin-left: 10px;
margin-right: 0px;
}

div.index {
margin-left: 50px;
}

#navbardiv-upper {
    margin-top: 15px;
    margin-left: 50px;
    margin-right: 50px;
}

#navbardiv-lower {
    margin-top: 15px;
    margin-left: 50px;
    margin-right: 50px;
}

div.subscriberName {
     float:right;
     }

div.subscriberName h3 {
     float:right;
     font-family: baskerville;
     margin-top:0px;
     text-align:right;
     text-transform:uppercase;
     }

DIV.illgrp {
text-align: center;
}

DIV.table {
text-align: center;
}

/* HEADINGS */

/* moved h1 etc to pmcustom.css */

/* TEXT BLOCKS */

BLOCKQUOTE  {
font-size: 95%;
margin-left: 3%;
margin-right: 3%;
margin-top: 3%;
margin-bottom: 3%
}

P.normal {
text-indent: 4%;
margin-top: 0.5%;
margin-bottom: 0;
}

P.li-no-bullets {
text-indent: 4%;
margin-top: 0.5%;
margin-left: 15px;
}

li-no-bullets {
text-indent: 4%;
margin-top: 0.5%;
margin-left: 15px;
}

P.indent2x {
text-indent: 8%;
margin-top: 0.5%;
}

P.noindent {
text-indent: 0;
margin-top: 0.5%;
margin-bottom: 0;
}

P.padded {
/*as of  11/09/09 not automatically indenting the last p tags of a div*/
/*text-indent: 4%;*/
margin-top: 0.5%;
margin-bottom: 2em; 
}

P.hang {
text-indent: -2em;
margin-left: 2em;
margin-top: 0;
margin-bottom: 0;
}

P.right  {
text-indent: 0;
text-align: right;
margin-top: 0;
margin-bottom: 0; 
}

P.center  {
text-indent: 0;
text-align: center;
margin-top: 0;
margin-bottom: 0; 
}

/* LISTS */

UL.nobull  {
list-style-type: none;
}

UL.alpha  {
list-style-type: lower-alpha;
}

OL.nobull  {
list-style-type: none;
}

OL.alpha  {
list-style-type: lower-alpha;
}

/* HR */

HR.pb {
color: #DDDDDD;
height: 1px;
width:70px;
}

/* FONT CHANGES */

.normal  {
font-style: normal;
}

.sc  {
font-variant: small-caps;
}

.up1  {
font-size: 120%;
}

.down1  {
font-size: 80%;
}

.center  {
text-align: center;
}

.right  {
text-align: right;
}

.ref  {
font-size: 80%;
font-weight: bold;
line-height: 0px;
}

.ref-hi  {
font-size: 80%;
font-weight: bold;
line-height: 0px;
background-color: #FFCC66;
}

.note  {
font-size: 80%;
margin-top: 0;
margin-bottom: 0;
}

.note-hi  {
font-size: 80%;
margin-top: 0;
margin-bottom: 0;
background-color: #E9EEF4;
}

.inline-note  {
font-size: 80%;
font-family: Arial, sans-serif;
margin-top: 0;
margin-bottom: 0;
background-color: silver;
}

.bibl-hi  {
font-weight: bold;
background-color: #E9EEF4;
}

.run-head  { 
color: #000;
}
