/*  Book and Paper Group Annual Style Sheet                     */
/*  $Id: bpga.css,v 1.3 2010/07/05 17:15:55 waiscool Exp $   */
/*  Initial work, Walter Henry Mon September 6, 1999            */

body {

/* NB NS4.6 resolves background image relative to the html doc   */
/*    but IE5 resolves it relative to .css!!                     */
/*    workaround for debugging put image in both places          */
/*       and replace with FQ URL when we install on the server   */

    background-image: url("http://cool.conservation-us.org/coolaic/sg/bpg/annual/img/paper1.gif");  

/*    background-image: url("./img/paper1.gif");  */

    background-color: #FFFFFF;
    color:  #333333;
    margin-top: 2em;
    margin-bottom: 5em;
    margin-left: 5%;
    margin-right: 5%;
    font-size: 14pt;
    font-family: sans-serif;

    /* per accessibility guidelines */
    line-height: 1.5;
}

p.noindent {
    text-indent: 0; /* override */
}

div.headingblock {

}

div.headingblock h4 {
    color: #666666;
    font-style: italic;
    font-size: .8em;
    padding: 1.2em 2em 1em 2em;
    text-align: right;
    /*    float: right; */

    /* debuggo */
    /* border: inset gray 4px; */

}

div.headingblock address.authorname {
    text-align: center;
    font-size: 1.2em;
    text-indent: 0;
    padding-top: 1em;
    padding-bottom: 1em;
    /*    clear: both; */ /* doesnt work in ns4.6 */

    /* debuggo */
    /* border: inset gray 4px; */

}

div.headingblock h1 {
    clear : right;

    text-align: center;
    color: #006666;
    font-style: italic;
    font-weight: bold;
    font-size: 1.2em;
    padding-top: 1em;
    padding-bottom: 1em;
}

h2 {
    text-align: left;
    color: #333399;
    font-weight: bold;
    font-size: 1.1em;
}

P {
    text-indent: 1em;
    margin-bottom: 1em;
}

p.endnote {
    text-indent: 0em;
    font-size: .9em;
}

p.bibcitation{
    text-indent: 0em;
    font-size: .9em;
}

li {
    padding-bottom: .8em;
}

p.caption {
  text-align: center;

}

p.comment {
    text-align: right;
    font-size: .4em;
}

address.authorname {
    text-align: left;
    color: #333399;
    font-size: 1.1em;
    margin-left: 1em;
}

/* This is used when the 'subtitle' is the real title       */
/*    In BPGA, mainly for non-articles, eg. compiler page  */

P.pretitle {
    text-align: center;
    color: #CC3333;
    background-color: transparent;
    font-style: italic;
    font-weight: bold;
    font-size: 1.1em;
}

div.abstract {
    margin-left: 8%;
    margin-right: 8%;
    text-align: justify;

}

sup a:link, a:visited, a:active {
    text-decoration: none;
}

a:hover {
    background: red;

}

div.tailbar {
    text-align: center;
/*
    color: #66CCFF;
    background: #003366;
    width=40%;
    color: white:
    font-size: .9em;
    margin-top: 2px;
    margin-bottom: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
    border-width: 4px;
    border-color: gray;
*/
/*    border-style: inset; */

}


/* This if for the table of contents listing in index.html */

/* div.maintoc A:link {  color: #000038; } */

div.maintoc dt {
    text-indent: 0em;
    color: #000038;
    margin-top: 1em;

}

div.maintoc a:hover {
    background: #FFCC99;
}

p.topbanner {
    text-indent: 0; /* override */
    text-align: center;
    margin-right: 5%; 
    margin-left: 5%; 
}

div.maintoc p.authorname {
    text-align: center;
    color: #000038;
    margin-top: .3em;
    font-size: 1.3em;
}

div.maintoc p.articletitle {
    text-align: center;
    margin-top: 1.8em;
    font-size: 1.2em;
}

div.maintoc a:visited,a:visited,a:link {
    color: #000038;
    text-decoration: none;
    font-weight: bold;
}



